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:
parent
fc188df49e
commit
1020c454d0
3 changed files with 98 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue