- Log in to the IWSVA server using SSH as “root”.
- Edit the LdapSetting.ini file using the following command:
vi /etc/iscan/commonldap/LdapSetting.ini
- Look for the “SyncInterval” parameter and set it depending on how often you want it to synchronize.
For example, enter “60” for one (1) hour. The parameter should appear like this:# sync interval between local and ldap servers in minutes
# by default, the sync interval is 24 hours
# it will disable auto sync if set value to 0
SyncInterval=60 - To apply the change, restart the IWSS authentication daemon using the following command:
# /etc/iscan/S99ISAuthDaemon restart
- Log in to the IWSVA server using SSH as “root”.
- Navigate to the commonldap folder using this command:
# cd /etc/iscan/commonldap/
- Use the tool to force the synchronization:
#sh LdapSyncTool.sh
- To apply the change, restart the IWSS authentication daemon using the following command:
# /etc/iscan/S99ISAuthDaemon restart