Hi,

I'm trying to login to our openldap server.

When a user login for the first time I got this error:

AttributeError: 'NoneType' object has no attribute 'user_groups'

in 

tools.py / update_groups
user_groups = self.user_groups = current.session.auth.user_groups = {}

Happen that current.session.auth is None 

If I comment current.session:
        user_groups = self.user_groups = {} # = 
current.session.auth.user_groups = {}

login is working and user groups are created.

I'm missing something? 

Thank you
-- 
Massimiliano

Reply via email to