Link to home
Start Free TrialLog in
Avatar of Raheem05
Raheem05Flag for United Kingdom of Great Britain and Northern Ireland

asked on

LDAP Query Blank

Hi Guys,

I am attempting to run an LDAP query the below query works but I would like to find profile paths which are blank what syntax should I be using?

(&(objectClass=user)(scriptPath=logmein.bat))

I would like to change to:

(&(objectClass=user)(scriptPath=????))

SEARCH FOR SCRIPT PATHS WITH NO DATA
Avatar of Dustin Hopkins
Dustin Hopkins
Flag of United States of America image

It should be:
(&(objectClass=user)(!scriptPath=*))
Avatar of Raheem05

ASKER

Hi Dusion,

I have been fiddling with this all day and managed to do the above BUT it also querys computers too which beats the object of querying users any ideas why computers are also showing on this query?
SOLUTION
Avatar of Dustin Hopkins
Dustin Hopkins
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial