[xwiki-users] 1.7.2 LDAP authentication problem
While testing an upgrade between 1.6.2 and 1.7.2, LDAP authentication to Active Directory breaks for me between these two versions. I've got debug logging enabled which shows the following. 1.6.2 successful authentication: http://pastebin.com/m3492775c 1.7.2 authentication failure: http://pastebin.com/m20121b9 LDAP configuration: http://pastebin.com/m5a1db571
On Fri, May 22, 2009 at 05:50, Ken Teague <[email protected]> wrote:
While testing an upgrade between 1.6.2 and 1.7.2, LDAP authentication to Active Directory breaks for me between these two versions. I've got debug logging enabled which shows the following.
1.6.2 successful authentication: http://pastebin.com/m3492775c 1.7.2 authentication failure: http://pastebin.com/m20121b9
LDAP configuration: http://pastebin.com/m5a1db571
I can see # xwiki.authentication.ldap.UID_attr=sAMAccountName in the config file, which mean the UID attribute name is the default one: "cn" which will not work for Active Directory for sure. Try uncomment it.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Thomas Mortagne wrote:
I can see # xwiki.authentication.ldap.UID_attr=sAMAccountName in the config file, which mean the UID attribute name is the default one: "cn" which will not work for Active Directory for sure.
Try uncomment it.
That was it and it works now. I overlooked it being commented out because it wasn't like that in previous versions. Thanks for pointing that out for me.
participants (2)
-
Ken Teague -
Thomas Mortagne