On Thu, Jun 24, 2010 at 18:41, Vincent Massol <vincent(a)massol.net> wrote:
On Jun 24, 2010, at 5:47 PM, tmortagne (SVN) wrote:
Author: tmortagne
Date: 2010-06-24 17:47:52 +0200 (Thu, 24 Jun 2010)
New Revision: 29713
Modified:
platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/user/impl/LDAP/XWikiLDAPAuthServiceImpl.java
Log:
[misc] More useful debug log
Modified:
platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/user/impl/LDAP/XWikiLDAPAuthServiceImpl.java
===================================================================
---
platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/user/impl/LDAP/XWikiLDAPAuthServiceImpl.java
2010-06-24 15:47:15 UTC (rev 29712)
+++
platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/user/impl/LDAP/XWikiLDAPAuthServiceImpl.java
2010-06-24 15:47:52 UTC (rev 29713)
@@ -417,7 +417,7 @@
String passwordField = config.getLDAPParam("ldap_password_field",
"userPassword", context);
if (!connector.checkPassword(ldapDn, password, passwordField)) {
LOG.debug("Password comparision failed, are you really sure you need
validate_password ?" +
- " If you don't enable it it does not mean use credentiel
are not validated." +
+ " If you don't enable it it does not mean user credentiels
are not validated." +
typo: credentials
:)
raa, that's what happen when I'm writing than many english ;)
-Vincent
" The goal of this
property is to bypass standard LDAP bind.");
throw new XWikiException(XWikiException.MODULE_XWIKI_USER,
XWikiException.ERROR_XWIKI_USER_INIT,
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
--
Thomas Mortagne