This feature is available on artica v1.3.062601
If you encounter many LDAP errors on your Artica server, it seems that you need to rebuild or re-index your LDAP database.
To perform repair databases:
- Click on "Manage Your server" on the top menu.
- Select "Security" icon
- Choose "Troubleshoot"

For LDAP, you have 2 options :
- Rebuild LDAP Database: Will backup your data, delete databases on the disk and reconstruct LDAP data backuped.
- Index LDAP Databases: Will clean attributes and index attributes for better performances.

You can perform these operations by command line :
Rebuild :
/usr/share/artica-postfix/bin/artica-backup --rebuild-ldap --verbose will backup and restore datas.
/usr/share/artica-postfix/bin/artica-backup --rebuild-ldap --file=/path/to/file --verbose will restore ldif dumped datas in file.
Index:
/usr/share/artica-postfix//bin/artica-install --slpapindex --verbose




