Revision 4557c6f7b546a7f308bbb0561677858b64e04777 authored by Christophe Maudoux on 17 January 2019, 20:44:27 UTC, committed by Christophe Maudoux on 17 January 2019, 20:44:27 UTC
1 parent b7df16a
Raw File
lemonldap-ng-ldap.ini
[all]

logLevel = debug
require  = __pwd__/e2e-tests/custom.pm

[configuration]

type = LDAP
ldapServer = ldap://localhost:20389
ldapConfBase = ou=configurations,dc=example,dc=com
ldapBindDN = cn=admin,dc=example,dc=com
ldapBindPassword = admin

[portal]

checkXSS = 0
portalSkin = bootstrap
staticPrefix = /static
languages    = fr, en, vi, it, ar
templateDir  = __pwd__/lemonldap-ng-portal/site/templates
portalStatus = 1
;totp2fActivation = 1
;totp2fSelfRegistration = 1

[handler]

https = 0
status = 1
useRedirectOnError = 0

[manager]

enabledModules = conf, sessions, notifications, 2ndFA
protection   = manager
staticPrefix = /static
languages    = fr, en, vi, ar
templateDir  = __pwd__/lemonldap-ng-manager/site/templates

[node-handler]

nodeVhosts = test2.example.com
loopBackUrl = http://127.0.0.1:19876/
back to top