Purpose
Synchronize information from Active Directory and custom attributes in HENNGE Access Control through the HENNGE Directory Sync Tool.
Detailed Explanation / Procedure
To integrate information and custom attributes from Active Directory into HENNGE Access Control, you need the HENNGE Directory Sync Tool version 2.0.8 or later.
Upgrade HENNGE Directory Sync Tool
Double-click on the provided HENNGE Directory Sync Tool installer (filename: HDEOneDirectorySync-2.0.8.msi) and follow the guide to complete the upgrade.
Note: Stopping the existing HENNGE Directory Sync Tool service is not required during the upgrade.
Edit config.ini
1.1. Add the following within the [global] section:
custom_attributes_enabled=true
1.2. Add the following line within the [ ;; Default Properties ] section to specify mappings:
attr_custom_(ATTRIBUTE_IDENTIFIER)=(AD_ATTRIBUTE)
Set (ATTRIBUTE_IDENTIFIER) to the ID specified during the creation of custom attributes.
For information on creating custom attributes, refer to the following help site:
Set (AD_ATTRIBUTE) to the attribute in Active Directory that serves as the synchronization source.
Also, add the specified Active Directory attribute to the [ ;; Additional Properties ] section.
Example: If you set "custom_user_attribute" as the ID for custom attributes and want to synchronize the value of the employeeID attribute in Active Directory
→ Add the following to the Default Properties section:
Example: attr_custom_custom_user_attribute=employeeID
Also, add the employeeID specified as the synchronization source to the Additional Properties section.
Example: properties=mail,ms-ds-consistencyGUID,employeeID
1.3. After saving the edited config.ini, restart both the [HDE One Directory Sync] and [HDE One Password Sync] services from the Active Directory services.
※ Service restart is necessary to apply the changes made to config.ini.