mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user