2003-02-17 18:21:44 +00:00
|
|
|
# LDAP Account Manager configuration
|
|
|
|
|
|
|
|
# hostname of LDAP server (e.g localhost)
|
|
|
|
host: localhost
|
|
|
|
|
|
|
|
# portnumber of LDAP server (default 389)
|
|
|
|
port: 389
|
|
|
|
|
|
|
|
# use SSL to connect, can be True or False
|
|
|
|
ssl: False
|
|
|
|
|
|
|
|
# list of users who are allowed to use LDAP Account Manager
|
|
|
|
# names have to be seperated by semicolons
|
2003-02-17 21:38:54 +00:00
|
|
|
# e.g. admins: cn=admin,dc=yourdomain,dc=org;cn=root,dc=yourdomain,dc=org
|
2003-02-17 18:21:44 +00:00
|
|
|
admins: cn=admin,o=test,c=de;uid=testuser,o=test,c=de
|
|
|
|
|
|
|
|
# password to change these preferences via webfrontend
|
|
|
|
passwd: lam
|
|
|
|
|