Synchronizing User Directories
Note
This feature required Enterprise Edition
Genian NAC 6.0 can use an LDAP directory as a source of user and organizational information. LDAP synchronization allows user accounts to be created locally and used for administration or policies. LDAP synchronization is commonly used with Microsoft Active Directory (AD) systems.
Creating Synchronization with AD
Go to Preferences in the top panel
Go to User Authentication > Data Synchronization in the left Preferences panel
Click Tasks > Create
Under General
For ID, type unique name.
For Update Interval, select the specified time or periodic interval for this Synchronization.
For Applying Policy, select
Enabledfor applying change after Synchronization. If there are several synchronization settings, you can set it to Disabled and enable only the last one.
Under Database
For Type, section
LDAPFor Server Address, type IP Address or FQDN of Active Directory server
For Server Port, type AD LDAP service port. by default LDAP port is
389. if you use LDAPS (LDAP over SSL) default port is636.For SSL Connection, select
Onif you use LDAPS.For DB Username, type Bind DN of Active Directory. Normally, you can use email format like
administrator@company.comFor DB Password, type Bind DN user's password
Under User Information
For Table Name, type base distinguished name (DN) of users. For example:
CN=Users,DC=company,DC=comFor Where Clause for DB, type
(&(objectClass=user)(objectCategory=person))for filtering person object.For Column Name for Username, type
sAMAccountNameFor Column Name for Full Name, type
displayNameFor Column Name for Department, type
$distinguishedName, IF(LOCATE('OU=',$)>0,SUBSTRING($,LOCATE(',',$)+1),'')For Column Name for Memberships, type
memberOfFor any other extra information, you can use LDAP attribute name for each column name.
Under Department Information
For Table Name, type base distinguished name (DN) of organizationUnit (OU). For example:
DC=company,DC=comFor Where Clause for DB, type
objectClass=organizationalUnitfor filtering OU object.For Sort Criteria, type
@NAMEPATHfor ordering based on department name.For Column Name for Department ID, type
distinguishedNameFor Column Name for Department, type
nameFor Column Name for Parent Dept., type
$distinguishedName, SUBSTRING($,LOCATE(',',$)+1)Click Save at the bottom
Attention
Active Directory does not provide a userPassword attribute, so user passwords cannot be synchronized. Therefore, separate linkage should be set. check the LDAP (Active Directory)