Hi,
I have some problems to get results from an external ldap (Using Internal & External), tried to search the forum, but couldn't find a solution.
LDAP filter: (|(mail=*%s*)(sn=*%s*)(givenname=*%s*))
AutocompleteFilter: externalLdapAutoComplete
LdapSearchBase: dc=test,dc=com
BIND: cn=manager,dc=test,dc=com
Set password:*
I get test successful
but the search result is empty
The connection and credetials seems ok, so the problem might be the search filter?
---
dn: uid=11111,ou=dep,dc=test,dc=com
uid: 11111
cn: My Name
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
sn: Name
givenName: My
mail:
my.name@test.com
---