Le 30 juin 09 à 09:49, Reapepr a écrit : > > The server does hash the passwords so that could be the issue, > though I had > thought the server would hash the incoming password request and then > compare > it.
Try to add another "uniquePassword" attribute with a plain text password for a user in the directiry, and retry authentication. If the auth work, we identified the problem. Else the issue is elsewhere. You need to test it. I am experiencing the same issue (hash pwd in directory, and xwiki sending plain text password). I guess the only way (without much work around on the application itself) would be to add SASL mechanism in front end to your directory (SASL would hash the password for the directoiry, if I'm correct !). I couldn't test this idea however (time :/) and therefore I am stuck at the very same point in xwiki adoption. > What does HTH mean? Hope This Helps ;-) > > -- > View this message in context: > http://n2.nabble.com/LDAP-Authentication-and-Admin-Approval-tp3173539p3179961.html > Sent from the XWiki- Users mailing list archive at Nabble.com. > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
