diff --git a/conf/ldapcherry.ini b/conf/ldapcherry.ini index 8ce92b6..e3fdf4e 100644 --- a/conf/ldapcherry.ini +++ b/conf/ldapcherry.ini @@ -67,7 +67,18 @@ roles.file = '/etc/ldapcherry/roles.yml' [backends] 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.auth = 'Administrator' +ad.password = 'password' # authentification parameters [auth] @@ -87,8 +98,6 @@ auth.mode = 'or' # templates directory template_dir = '/usr/share/ldapcherry/templates/' - - [/static] tools.staticdir.on = True tools.staticdir.dir = '/usr/share/ldapcherry/static/'