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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top