Nils Laumaillé
Nils Laumaillé
Closed automatically due to inactivity (no response for over 1 year).
Closed automatically due to inactivity (no response for over 1 year).
Closed automatically due to inactivity (no response for over 1 year).
Closed automatically due to inactivity (no response for over 1 year).
@Hubertvivien I've tested in latest release and no issue. Please update and confirm.
@Hubertvivien OK, I did a code review of this part of the code. It is indeed possible to happen. So I propose a change, may you test it? Open file...
@Hubertvivien Hum ... don't understand ... Can you provide the export of table 'ldap_groups_roles'?
@Hubertvivien Mind you also do this. In the same file, find ``` if ($data) { ``` and replace by ``` error_log('SELECT query result: ' . print_r($data, true)); if ($data) {...
@Hubertvivien Thanks I believe an AD group ID with 0 value is not good. I think the error comes more from the list of AD roles that is wrong. When...
OK thanks. As I expected, all groups from AD have 0 as ID which not what we should have. I will have to investigate on the query sent to the...