Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sync Active Directory

The LDAP Directory Synchronize Task will import  imports and synchronize synchronizes Active directory Directory resources such as users, computers, containers, and organizational units into Arellia Management Server (AMS)

Image Added

Default Synchronize Directory

The Default Synchronize Directory task will import imports and synchronize synchronizes users, containers , and organizational units into AMS. 

  1. Open the In the Security Manager Console, click the Tasks tab in Arellia Security Manager console.
  2. On In the file library in the left expand pane, click the Jobs and Tasks section .In the tree and navigate to Jobs and Tasks > Server Tasks > Directory Services > Default Synchronize Directory.
  3. On In the right pane under Task Status, click the Run Now... button.
  4. Select a directory to sync and optionally a directory partner and click Run Now to begin.
    Image Removed

 


Tip

When left empty, the default Query value is (|(&(objectclass=user)(objectcategory=person)(!(sAMAccountType=805306370)))(objectcategory=group)(objectCategory=container)(objectCategory=organizationalUnit)).

Example Queries

Tools

Tools to test your queries are dsquery, ADSIEdit, LDP, LDIFDE. For example using dsquery:

Code Block
langactionscript
dsquery * domainroot -filter "(&(objectCategory=user)(memberOf=CN=Staff,OU=Operations,DC=companyabc,DC=com))"

Examples

Find all users in the domain group All Staff.

Info
titleExample

(&(objectCategory=user)(memberOf=CN=All Staff,OU=Operations,DC=companyabc,DC=com))

 

Find all users in the group All Staff, including those in nested groups. This uses the LDAP_MATCHING_RULE_IN_CHAIN matching rule OID.

Info
titleExample

(&(|(objectCategory=person))(memberof:1.2.840.113556.1.4.1941:=CN=All Staff,OU=Operations,DC=companyabc,DC=com))

 

Find all users and groups in All Staff, including those in nested groups.

Info
titleExample

(&(|(objectCategory=person)(objectCategory=group))(memberof:1.2.840.113556.1.4.1941:=CN=All Staff,OU=Operations,DC=companyabc,DC=com))

 

The default Arellia DSS query:

Info
titleExample

(|(objectClass=computer)(objectClass=user)(objectClass=group)(objectClass=groupPolicyContainer))

 

Anchor
How To Use DSS
How To Use DSS