LDAP Query to Find Users without Logon To restiction

  • Thread starter Thread starter Victor Pereira
  • Start date Start date
V

Victor Pereira

Hi,

I want to know if the following query will match all the users without Logon
To Restriction:
(&(ObjectClass=user)(objectCategory=person)(!userWorkstation=*))

Is it right ?

Reguards,

VP
 
I think the right query is
(&(ObjectClass=user)(objectCategory=person)(logonWorkstation=*))

is it Right ?

Reguards,

VP
 
Back
Top