MichaelVH Posted April 2, 2010 Share Posted April 2, 2010 Hi all! I'm having some troubles with an LDAP-query using ldap_search when I use (&(objectclass=user)(cn=*)(!memberof=CN=domain admins,cn=users,dc=domain,dc=com)) it doesn't work however the same filter withouth the NOT-statement (thus being memberof isnstead of !memberof) does work... Any ideas? Thanks! P.S.: the error is an error in the ldap-query (according to php error) Link to comment https://forums.phpfreaks.com/topic/197346-ldap-query-including-a-not-statement-doesnt-work/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.