Jump to content

LDAP query including a not-statement doesn't work


MichaelVH

Recommended Posts

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)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.