John Freking
unread,Mar 20, 2017, 9:40:04 AM3/20/17Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web...@googlegroups.com
I have used LDAP login with MS Active Directory and I added the extra
fields for names and emails to the AUTH_USER table.
[ldap_auth(mode='ad',
manage_user=True,
user_firstname_attrib = 'givenName',
user_lastname_attrib = 'sn',
user_mail_attrib = 'mail',
This code works fine but I want to retrieve more fields from the LDAP
database. Is it possible to get more than these these fields?
Thanks,
John