Skip to content

LDAP: any 'dn' compatibility

Jean-Baptiste Guerraz requested to merge skilld/davical:ldap-uid-vs-cn into master

Use php_ldap_explode in order to be compatible with any dn. This way davical works with both DN style "cn=user,ou=people,dc=example,dc=com" and "uid=user,ou=people,dc=example,dc=com"

Edited by Jean-Baptiste Guerraz

Merge request reports