Re: [web2py] LDAP: Mapping additional AD fields to Auth_user

2011-12-21 Thread brunoelottero
I will give this a try, i only have openldap available for testing purposes, but it should work for MS too.

[web2py] LDAP: Mapping additional AD fields to Auth_user

2011-11-03 Thread Omi Chiba
In auth_user, I created additional field called 'office' by following code ## additonal fields auth.settings.extra_fields['auth_user']= [ Field('office')] Now, I want to map the field value from AD. The field name is initials. (I know it's strange but other fields was taken for other