#192 fixed initial settings
This commit is contained in:
parent
1666b9d2fc
commit
d545622594
|
@ -5,22 +5,22 @@
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
|
|
||||||
# server address (e.g. ldap://localhost:389 or ldaps://localhost:636)
|
# server address (e.g. ldap://localhost:389 or ldaps://localhost:636)
|
||||||
serverURL: ldap://localhost:389
|
ServerURL: ldap://localhost:389
|
||||||
|
|
||||||
# list of users who are allowed to use LDAP Account Manager
|
# list of users who are allowed to use LDAP Account Manager
|
||||||
# names have to be seperated by semicolons
|
# names have to be seperated by semicolons
|
||||||
# e.g. admins: cn=admin,dc=yourdomain,dc=org;cn=root,dc=yourdomain,dc=org
|
# e.g. admins: cn=admin,dc=yourdomain,dc=org;cn=root,dc=yourdomain,dc=org
|
||||||
admins: cn=Manager,dc=my-domain,dc=com
|
Admins: cn=Manager,dc=my-domain,dc=com
|
||||||
|
|
||||||
# password to change these preferences via webfrontend (default: lam)
|
# password to change these preferences via webfrontend (default: lam)
|
||||||
passwd: lam
|
Passwd: lam
|
||||||
|
|
||||||
# suffix of tree view
|
# suffix of tree view
|
||||||
# e.g. dc=yourdomain,dc=org
|
# e.g. dc=yourdomain,dc=org
|
||||||
treesuffix: dc=yourdomain,dc=org
|
treesuffix: dc=yourdomain,dc=org
|
||||||
|
|
||||||
# default language (a line from config/language)
|
# default language (a line from config/language)
|
||||||
defaultLanguage: en_GB.utf8:UTF-8:English (Great Britain)
|
defaultLanguage: en_GB.utf8
|
||||||
|
|
||||||
# Path to external Script
|
# Path to external Script
|
||||||
scriptPath:
|
scriptPath:
|
||||||
|
|
Loading…
Reference in New Issue