1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-10 04:39:52 +02:00

fix authentifcation

This commit is contained in:
kakwa 2015-07-14 23:49:09 +02:00
parent 5a199ae3fb
commit 77fbb346f1

View File

@ -570,7 +570,7 @@ class LdapCherry(object):
def _check_session(self):
if self.auth_mode == 'none':
return 'anonymous'
username = cherrypy.session.get(SESSION_KEY)
return cherrypy.session.get(SESSION_KEY)
def _check_auth(self, must_admin):
""" check if a user is autheticated and, optionnaly an administrator