mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 11:57:41 +02:00
adding search template
This commit is contained in:
parent
13cca11f51
commit
6af8628d5d
4 changed files with 17 additions and 12 deletions
|
@ -77,6 +77,7 @@ ldap.starttls = 'on'
|
|||
ldap.checkcert = 'off'
|
||||
ldap.user_filter_tmpl = '(uid=%(username)s)'
|
||||
ldap.group_filter_tmpl = '(member=%(userdn)s)'
|
||||
ldap.search_filter_tmpl = '&(uid=%(searchstring)s*)(sn=%(searchstring)s*)'
|
||||
ldap.timeout = 1
|
||||
|
||||
ad.module = 'ldapcherry.backend.backendSamba4'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue