mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 20:07:42 +02:00
adding objectclasses options
This commit is contained in:
parent
16c757bdd4
commit
0f6e0c7cab
4 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,7 @@ 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.objectclasses = 'top, person, organizationalPerson, user'
|
||||
ldap.timeout = 1
|
||||
|
||||
ad.module = 'ldapcherry.backend.backendSamba4'
|
||||
|
|
|
@ -26,6 +26,7 @@ cfg = {
|
|||
'user_filter_tmpl' : '(uid=%(username)s)',
|
||||
'group_filter_tmpl' : '(member=%(userdn)s)',
|
||||
'search_filter_tmpl' : '(|(uid=%(searchstring)s*)(sn=%(searchstring)s*))',
|
||||
'objectclasses' : 'top, person, organizationalPerson, user',
|
||||
}
|
||||
|
||||
cherrypy.log.error = syslog_error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue