I am am connecting to ldap and need a way to verify that a user is a group on the ldap server.
I am having trouble with the ldap_search() function. I would really appreciate any assistance in this.
for example:
ldap_search($conn, 'cn=users,DC=mydomain,DC=com', '(uid=username)', array('uid'));
Thanks in advance.
PHP LDAP Question
Moderator: General Moderators