fix authentifcation

This commit is contained in:
kakwa 2015-07-14 23:49:09 +02:00
parent 5a199ae3fb
commit 77fbb346f1
1 changed files with 1 additions and 1 deletions

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