You are not logged in.
Pages: 1
Hi!
When I try to add users from LDAP I get a filter error in CLI "Bad search filter (-7) in /var/www/glpi/src/AuthLDAP.php at line 1941".
In the web interface, users are not searched for or added in the same way.
CLI:
root@invent:/var/www/glpi# php bin/console glpi:ldap:synchronize_users
+--------------+------------------+
| LDAP servers | Insigma_LDAP (1) |
| LDAP filter | |
| Begin Date | |
| End date | |
+--------------+------------------+
Do you want to continue? [Yes/no]y
Processing LDAP server "1"...
PHP User Warning (512): LDAP search with base DN `DC=udevelopment,DC=local` and filter `(& (objectguid=*) (&(objectClass=user)(memberOf=CN=Helpdesk,OU=ServiceAccounts,DC=udevelopment,DC=local))
)` failed
error: Bad search filter (-7) in /var/www/glpi/src/AuthLDAP.php at line 1941
PHP Warning: LDAP search with base DN `DC=udevelopment,DC=local` and filter `(& (objectguid=*) (&(objectClass=user)(memberOf=CN=Helpdesk,OU=ServiceAccounts,DC=udevelopment,DC=local))
)` failed
error: Bad search filter (-7) in /var/www/glpi/src/AuthLDAP.php on line 1941
Error while contacting the LDAP server "1".
PHP User Warning (512): LDAP search with base DN `DC=udevelopment,DC=local` and filter `(& (objectguid=*) (&(objectClass=user)(memberOf=CN=Helpdesk,OU=ServiceAccounts,DC=udevelopment,DC=local))
)` failed
error: Bad search filter (-7) in /var/www/glpi/src/AuthLDAP.php at line 1941
PHP Warning: LDAP search with base DN `DC=udevelopment,DC=local` and filter `(& (objectguid=*) (&(objectClass=user)(memberOf=CN=Helpdesk,OU=ServiceAccounts,DC=udevelopment,DC=local))
)` failed
error: Bad search filter (-7) in /var/www/glpi/src/AuthLDAP.php on line 1941
Error while contacting the LDAP server "1".
+-------------+----------+--------------+-------------------+--------------------+
| LDAP server | Imported | Synchronized | Deleted from LDAP | Restored from LDAP |
+-------------+----------+--------------+-------------------+--------------------+
| 1 | 0 | 0 | 0 | 0 |
+-------------+----------+--------------+-------------------+--------------------+
Web interface:
How to fix? What am I doing wrong?
Offline
Problem has selffixed...
Offline
Pages: 1