fix whitespace in LDAPAuthentication.java

This commit is contained in:
Ivan Masár
2012-09-17 10:39:29 +02:00
parent 8c4341357b
commit 03f0ed903e

View File

@@ -239,11 +239,11 @@ public class LDAPAuthentication
return BAD_CREDENTIALS;
}
}
// the user does not already exist so try and authenticate them
// with ldap and create an eperson for them
else
{
// the user does not already exist so try and authenticate them
// with ldap and create an eperson for them
if (ldap.ldapAuthenticate(dn, password, context))
{
// Register the new user automatically