Skip to content
Advertisement

Tag: ldap-query

ldap filter for distinguishedName

I am successfully querying our Active Directory for a user with the following code: The resulting array gives this value for the manager attribute: This looks like a distinguishedName to me. But when I try to query for the manager’s record, the query fails with PHP Warning: ldap_search(): Search: Bad search filter I’ve tried a number of possibilities including different

Advertisement