1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-03 11:57:41 +02:00

adding search template

This commit is contained in:
kakwa 2015-05-25 18:52:14 +02:00
parent 13cca11f51
commit 6af8628d5d
4 changed files with 17 additions and 12 deletions

View file

@ -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'