[DS-3819] Revert back to 401 status and move login URL to WWW-Authenticate header

This commit is contained in:
Tom Desair
2018-03-01 10:41:28 +01:00
parent 93549cab24
commit 55f5571e1d
9 changed files with 48 additions and 15 deletions

View File

@@ -639,6 +639,11 @@ public class LDAPAuthentication
return null;
}
@Override
public String getName() {
return "ldap";
}
/*
* Add authenticated users to the group defined in dspace.cfg by
* the authentication-ldap.login.groupmap.* key.