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

adding objectclasses options

This commit is contained in:
kakwa 2015-05-25 22:53:34 +02:00
parent 16c757bdd4
commit 0f6e0c7cab
4 changed files with 4 additions and 0 deletions

View file

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