users in a domain with NO login scripts.

Posted by robd on Stack Overflow See other posts from Stack Overflow or by robd
Published on 2009-09-17T16:12:39Z Indexed on 2010/03/31 6:03 UTC
Read the original article Hit count: 263

Filed under:

I'm trying to write an LDAP query for find all users in a domain with NO login scripts. The following works for users with a login script = db.bat: (&(objectCategory=user)(ScriptPath=DA.BAT))

However, what i thought will be the obvious logic for a Null ScriptPath field returns no values: (&(objectCategory=user)(ScriptPath=""))

I'll appreciate any assistance.

Robd

© Stack Overflow or respective owner

Related posts about ldap