mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 11:57:41 +02:00
adding objectclasses options
This commit is contained in:
parent
16c757bdd4
commit
0f6e0c7cab
4 changed files with 4 additions and 0 deletions
|
@ -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