Index: lams_central/src/java/org/lamsfoundation/lams/security/LDAPAuthenticator.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/security/LDAPAuthenticator.java,v diff -u -r1.16 -r1.17 --- lams_central/src/java/org/lamsfoundation/lams/security/LDAPAuthenticator.java 18 Nov 2008 07:19:53 -0000 1.16 +++ lams_central/src/java/org/lamsfoundation/lams/security/LDAPAuthenticator.java 15 Jul 2009 02:01:01 -0000 1.17 @@ -154,7 +154,9 @@ } if (StringUtils.isBlank(login)) { log.error("===> No LDAP user found with username: " + username - + ". This could mean that the user doesn't exist or that an initial bind user is required."); + + ". This could mean that the the login attribute is incorrect," + + " the user doesn't exist, or that an initial bind user is required."); + return false; } // authenticate