Posts tagged Active Directory
Locked and disabled Users in Active Directory
0At first… Here is the default procedure to create a saved query:
– Open Active Directory Users and Computers.
– In the console tree, right-click Saved Queries.
– Point to New, and then click Query.
– In Name, type a query name.
– In Description, type a query description.
– Click Browse to define the container from which to begin your search.
– Click Define Query to define your query.
Here are the query definitions:
Locked Users:
(&(objectCategory=Person)(objectClass=User)(lockoutTime>=1))
Disabled users:
(&(objectCategory=person)(objectClass=user)(!name=Gast)(objectCategory=person)(objectClass=user)(userAccountControl:1.2.840.113556.1.4.803:=2))
Testing your configured authentication methods on Watchguard XTM devices
2If you have configured your XTM device to authenticate against Active Directory or Radius you can test this configuration by entering following URL in your browser:
https://IP address or FQDN of external interface:4100