mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
New modules/authentication.cfg
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6564 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -49,7 +49,7 @@ public class AuthenticationManager
|
|||||||
{
|
{
|
||||||
/** List of authentication methods, highest precedence first. */
|
/** List of authentication methods, highest precedence first. */
|
||||||
private static AuthenticationMethod methodStack[] =
|
private static AuthenticationMethod methodStack[] =
|
||||||
(AuthenticationMethod[])PluginManager.getPluginSequence(AuthenticationMethod.class);
|
(AuthenticationMethod[])PluginManager.getPluginSequence("authentication", AuthenticationMethod.class);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test credentials for authenticity.
|
* Test credentials for authenticity.
|
||||||
|
@@ -0,0 +1,10 @@
|
|||||||
|
# Stack of authentication methods
|
||||||
|
# (See org.dspace.authenticate.AuthenticationManager)
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
# plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
|
||||||
|
# org.dspace.authenticate.ShibAuthentication, \
|
||||||
|
# org.dspace.authenticate.PasswordAuthentication
|
||||||
|
|
||||||
|
plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
|
||||||
|
org.dspace.authenticate.PasswordAuthentication
|
@@ -366,15 +366,6 @@ handle.dir = ${dspace.dir}/handle-server
|
|||||||
|
|
||||||
#### Stackable Authentication Methods #####
|
#### Stackable Authentication Methods #####
|
||||||
|
|
||||||
# Stack of authentication methods
|
|
||||||
# (See org.dspace.authenticate.AuthenticationManager)
|
|
||||||
# Example:
|
|
||||||
# plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
|
|
||||||
# org.dspace.authenticate.ShibAuthentication, \
|
|
||||||
# org.dspace.authenticate.PasswordAuthentication
|
|
||||||
plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
|
|
||||||
org.dspace.authenticate.PasswordAuthentication
|
|
||||||
|
|
||||||
#### Shibboleth Authentication Configuration Settings ####
|
#### Shibboleth Authentication Configuration Settings ####
|
||||||
# Check https://mams.melcoe.mq.edu.au/zope/mams/pubs/Installation/dspace15/view
|
# Check https://mams.melcoe.mq.edu.au/zope/mams/pubs/Installation/dspace15/view
|
||||||
# for installation detail.
|
# for installation detail.
|
||||||
|
10
dspace/config/modules/authentication.cfg
Normal file
10
dspace/config/modules/authentication.cfg
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# Stack of authentication methods
|
||||||
|
# (See org.dspace.authenticate.AuthenticationManager)
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
# plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
|
||||||
|
# org.dspace.authenticate.ShibAuthentication, \
|
||||||
|
# org.dspace.authenticate.PasswordAuthentication
|
||||||
|
|
||||||
|
plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
|
||||||
|
org.dspace.authenticate.PasswordAuthentication
|
Reference in New Issue
Block a user