Active
Project:
LDAP provisioning
Version:
5.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2008 at 02:31 UTC
Updated:
18 Sep 2008 at 13:46 UTC
hello,
thank you for the work. It will be very valuable to my site.
I ran into an issue with my install of the module. I use openldap and it is expecting a dn similar to uid=user,ou=people, etc.
When I try and create accounts via the account management interface, the debug statements showed the dn started with cn=.
I could not find where to configure this setting in the admin interface so I had to hack the code to hard code to use uid instead.
Could we please have a way of configuring this option.
Thanks,
G
Comments
Comment #1
miglius commentedDN is inherited snd constructed from the ldapauth module settings. There is a settings in the ldapauth configuration for the "Base DNs:" and "UserName attribute:".
So I think you should change "UserName attribute:" to uid and it should work.