58 lines
1.1 KiB
INI
Executable file
58 lines
1.1 KiB
INI
Executable file
|
|
# password to add/delete/rename configuration profiles (default: lam)
|
|
password: {SSHA}P9Ne8ZSKD4QHuHkFe8ayVIKSnvE= XjHBmA==
|
|
|
|
# default profile, without ".conf"
|
|
default: ldap-root
|
|
|
|
# log level
|
|
logLevel: 4
|
|
|
|
# log destination
|
|
logDestination: SYSLOG
|
|
|
|
|
|
# session timeout in minutes
|
|
sessionTimeout: 30
|
|
|
|
# list of hosts which may access LAM
|
|
allowedHosts:
|
|
|
|
# list of hosts which may access LAM Pro self service
|
|
allowedHostsSelfService:
|
|
|
|
# encrypt session data
|
|
encryptSession: true
|
|
|
|
# Password: minimum password length
|
|
passwordMinLength: 0
|
|
|
|
# Password: minimum uppercase characters
|
|
passwordMinUpper: 0
|
|
|
|
# Password: minimum lowercase characters
|
|
passwordMinLower: 0
|
|
|
|
# Password: minimum numeric characters
|
|
passwordMinNumeric: 0
|
|
|
|
# Password: minimum symbolic characters
|
|
passwordMinSymbol: 0
|
|
|
|
# Password: minimum character classes (0-4)
|
|
passwordMinClasses: 0
|
|
|
|
# Password: checked rules
|
|
checkedRulesCount: -1
|
|
|
|
# Password: must not contain part of user name
|
|
passwordMustNotContain3Chars: false
|
|
|
|
# Password: must not contain user name
|
|
passwordMustNotContainUser: false
|
|
|
|
# Email format (default/unix)
|
|
mailEOL: default
|
|
|
|
# PHP error reporting (default/system)
|
|
errorReporting: default
|