mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 04:17:43 +02:00
adding search template
This commit is contained in:
parent
13cca11f51
commit
6af8628d5d
4 changed files with 17 additions and 12 deletions
|
@ -76,7 +76,8 @@ 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)'
|
||||
ldap.group_filter_tmpl = '(member=%(username)s)'
|
||||
ldap.search_filter_tmpl = '&(uid=%(searchstring)s*)(sn=%(searchstring)s*)'
|
||||
ldap.timeout = 1
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue