mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
more complete ini conf file
adding necessary parameters for backends
This commit is contained in:
parent
2a4bc5d261
commit
ff6e996912
@ -67,7 +67,18 @@ roles.file = '/etc/ldapcherry/roles.yml'
|
|||||||
[backends]
|
[backends]
|
||||||
|
|
||||||
ldap.module = 'ldapcherry.backends.ldap'
|
ldap.module = 'ldapcherry.backends.ldap'
|
||||||
|
ldap.groupdn = 'ou=group,dc=example,dc=com'
|
||||||
|
ldap.people = 'ou=group,dc=example,dc=com'
|
||||||
|
ldap.authdn = 'cn=ldapcherry,dc=example,dc=com'
|
||||||
|
ldap.password = 'password'
|
||||||
|
ldap.uri = 'ldaps://ldap.ldapcherry.org'
|
||||||
|
ldap.ca = '/etc/dnscherry/TEST-cacert.pem'
|
||||||
|
ldap.starttls = 'on'
|
||||||
|
ldap.checkcert = 'off'
|
||||||
|
|
||||||
ad.module = 'ldapcherry.backends.ad'
|
ad.module = 'ldapcherry.backends.ad'
|
||||||
|
ad.auth = 'Administrator'
|
||||||
|
ad.password = 'password'
|
||||||
|
|
||||||
# authentification parameters
|
# authentification parameters
|
||||||
[auth]
|
[auth]
|
||||||
@ -87,8 +98,6 @@ auth.mode = 'or'
|
|||||||
# templates directory
|
# templates directory
|
||||||
template_dir = '/usr/share/ldapcherry/templates/'
|
template_dir = '/usr/share/ldapcherry/templates/'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[/static]
|
[/static]
|
||||||
tools.staticdir.on = True
|
tools.staticdir.on = True
|
||||||
tools.staticdir.dir = '/usr/share/ldapcherry/static/'
|
tools.staticdir.dir = '/usr/share/ldapcherry/static/'
|
||||||
|
Loading…
Reference in New Issue
Block a user