Le 29 juin 09 à 12:04, Reapepr a écrit : > > Hi all > > I have recently installed Xwiki and have had difficulty with the above > mentioned topics. I have already searched through the site for > solutions to > LDAP/Active directory issues but can't seem to find a solution. > > I have turned on the logging for LDAP and it is telling me that I am > supplying Invalid Credentials, I don't see how this can be true > seeing as I > have tried it with our server administrator account and received the > same > error.
Invalid credential : your bind to the ldap server failed (but invalid credential error don't provide the explanation by itself). Are you storing plain text password or hash values within your ldap server ? I suspect xwiki to send clear text password (over a secure channel would you enable ldaps) so if you store hash values, the ldap server compare the plain text password to the hash version, resulting in invalid credential (password string being different). HTH and sorry would this be not relevant to your referred issue (I'm just a user ;-)). > > Does XWiki offer Admin approval for a new change to a page? We > would like > to check the changes before they are put up on the Wiki. > > > > Thanks > > > -- > View this message in context: > http://n2.nabble.com/LDAP-Authentication-and-Admin-Approval-tp3173539p3173539.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
