17. Active Directory/LDAP Integration
SF Archive supports integration with Active Directory or LDAP for centralized authentication. To configure:
1. Edit /usr/share/SFS/connectionInfo.txt to add LDAP/AD server details.
2. Example:
[LDAP]
server=ldap://ad.example.com
base_dn=DC=example,DC=com
bind_user=ldapuser
bind_password=ldappassword
3. Restart SF Archive services.
4. Test login via Web UI or CLI.
Tips: Consult your AD/LDAP administrator to make the correct settings. Ensure network connectivity to the directory server.