hi, the following ldap_search desription was given in the php manual:
"ldap_search() performs the search for a specified filter on the directory with the scope of LDAP_SCOPE_SUBTREE."
pls advice how can i change the LDAP_SCOPE_SUBTREE to limit the search to only one level in a subtree.
where can i find more example/resources for using php for ldap administration?
thanks.