From 8145ded0d2b74d0d55275f8011199f375a6d5cc0 Mon Sep 17 00:00:00 2001 From: Davor Cubranic Date: Mon, 29 Jun 2015 13:02:54 -0700 Subject: [PATCH] Fix the name of the master authentication config file It's 'authentication.cfg', not 'authenticate.cfg'. --- dspace/config/modules/authentication-ip.cfg | 6 +++--- dspace/config/modules/authentication-ldap.cfg | 4 ++-- dspace/config/modules/authentication-password.cfg | 4 ++-- dspace/config/modules/authentication-x509.cfg | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dspace/config/modules/authentication-ip.cfg b/dspace/config/modules/authentication-ip.cfg index a69b7cc5fb..a9f674c670 100644 --- a/dspace/config/modules/authentication-ip.cfg +++ b/dspace/config/modules/authentication-ip.cfg @@ -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 \ No newline at end of file +# 12.7.8.9/255.255.128.0 diff --git a/dspace/config/modules/authentication-ldap.cfg b/dspace/config/modules/authentication-ldap.cfg index eb1f981e2c..9668968a08 100644 --- a/dspace/config/modules/authentication-ldap.cfg +++ b/dspace/config/modules/authentication-ldap.cfg @@ -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 diff --git a/dspace/config/modules/authentication-password.cfg b/dspace/config/modules/authentication-password.cfg index db03e09ce4..ee412584b4 100644 --- a/dspace/config/modules/authentication-password.cfg +++ b/dspace/config/modules/authentication-password.cfg @@ -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 diff --git a/dspace/config/modules/authentication-x509.cfg b/dspace/config/modules/authentication-x509.cfg index 279490df46..ebec423496 100644 --- a/dspace/config/modules/authentication-x509.cfg +++ b/dspace/config/modules/authentication-x509.cfg @@ -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 \ No newline at end of file +#chooser.uri=/certificate-login