mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Merge pull request #978 from cubranic/master-authentication-cfg
Fix the name of the master authentication config file
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
#
|
||||
# In order to enable IP-Address Authentication, you must first ensure the
|
||||
# 'org.dspace.authenticate.IPAuthentication' class is added to the
|
||||
# list of enabled AuthenticationMethods in 'authenticate.cfg'.
|
||||
# See 'authenticate.cfg' for more info.
|
||||
# list of enabled AuthenticationMethods in 'authentication.cfg'.
|
||||
# See 'authentication.cfg' for more info.
|
||||
|
||||
# The following setting allows you to map DSpace Group names to one or more IP ranges.
|
||||
# If a user arrives at DSpace from one of the IP ranges, they will be added to the
|
||||
@@ -23,4 +23,4 @@
|
||||
#ip.MY_UNIVERSITY = 10.1.2.3, \
|
||||
# 13.5, \
|
||||
# 11.3.4.5/24, \
|
||||
# 12.7.8.9/255.255.128.0
|
||||
# 12.7.8.9/255.255.128.0
|
||||
|
@@ -7,8 +7,8 @@
|
||||
#
|
||||
# In order to enable LDAP Authentication, you must first ensure the
|
||||
# 'org.dspace.authenticate.LDAPAuthentication'
|
||||
# class is added to the list of enabled AuthenticationMethods in 'authenticate.cfg'.
|
||||
# See 'authenticate.cfg' for more info.
|
||||
# class is added to the list of enabled AuthenticationMethods in 'authentication.cfg'.
|
||||
# See 'authentication.cfg' for more info.
|
||||
#
|
||||
# If LDAP is enabled, then new users will be able to register
|
||||
# by entering their username and password without being sent the
|
||||
|
@@ -7,8 +7,8 @@
|
||||
#
|
||||
# In order to enable Password Authentication, you must first ensure the
|
||||
# 'org.dspace.authenticate.PasswordAuthentication' class is added to the
|
||||
# list of enabled AuthenticationMethods in 'authenticate.cfg'.
|
||||
# See 'authenticate.cfg' for more info.
|
||||
# list of enabled AuthenticationMethods in 'authentication.cfg'.
|
||||
# See 'authentication.cfg' for more info.
|
||||
#
|
||||
|
||||
# Only emails ending in the following domains are allowed to self-register
|
||||
|
@@ -7,8 +7,8 @@
|
||||
#
|
||||
# In order to enable X.509 Authentication, you must first ensure the
|
||||
# 'org.dspace.authenticate.X509Authentication' class is added to the
|
||||
# list of enabled AuthenticationMethods in 'authenticate.cfg'.
|
||||
# See 'authenticate.cfg' for more info.
|
||||
# list of enabled AuthenticationMethods in 'authentication.cfg'.
|
||||
# See 'authentication.cfg' for more info.
|
||||
#
|
||||
|
||||
## method 1, using keystore
|
||||
@@ -26,4 +26,4 @@
|
||||
#chooser.title.key=org.dspace.eperson.X509Authentication.title
|
||||
#
|
||||
# Identify the location of the Certificate Login Servlet.
|
||||
#chooser.uri=/certificate-login
|
||||
#chooser.uri=/certificate-login
|
||||
|
Reference in New Issue
Block a user