mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-11 12:03:09 +00:00
fix whitespace in LDAPAuthentication.java
This commit is contained in:
@@ -239,11 +239,11 @@ public class LDAPAuthentication
|
|||||||
return BAD_CREDENTIALS;
|
return BAD_CREDENTIALS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// the user does not already exist so try and authenticate them
|
|
||||||
// with ldap and create an eperson for them
|
|
||||||
else
|
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))
|
if (ldap.ldapAuthenticate(dn, password, context))
|
||||||
{
|
{
|
||||||
// Register the new user automatically
|
// Register the new user automatically
|
||||||
|
Reference in New Issue
Block a user