LDAP search help needed
Posted: Mon Jun 24, 2002 4:34 am
I know username (cn=somename) and that o=my_o. How can I get to know in what usergroups the user is in? (ou)
I've tried it like this:
This returns errormsg: Unable to perform search: no such object in...
I'm totally new to LDAP and its consepts. (And context
, so any help is welcome.)
thanks
I've tried it like this:
Code: Select all
$ou_rak=ldap_search($ldapConnection,"cn=".$users_username.",o=rollo", "ou=*");I'm totally new to LDAP and its consepts. (And context
thanks