1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-04 20:37:48 +02:00

begin ldap backend implementation

This commit is contained in:
kakwa 2015-05-20 17:13:18 +02:00
parent fc188df49e
commit 1020c454d0
3 changed files with 98 additions and 2 deletions

View file

@ -75,6 +75,9 @@ ldap.uri = 'ldaps://ldap.ldapcherry.org'
ldap.ca = '/etc/dnscherry/TEST-cacert.pem'
ldap.starttls = 'on'
ldap.checkcert = 'off'
ldap.user.filter.tmpl = '(uid=%(username)s)'
ldap.group.filter.tmpl = '(member=%(userdn)s)'
ad.module = 'ldapcherry.backend.samba4'
ad.auth = 'Administrator'