From b1c33ca0a6c06603431896b17bd8025e7e3f3007 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 27 Jun 2012 10:54:21 -0400 Subject: [PATCH] Changed default authentication method to Database; this is the only option guaranteed to work in all contexts, so it is a safer default. --- config/vufind/config.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/vufind/config.ini b/config/vufind/config.ini index 154d6d28049..91c3315d550 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -152,9 +152,9 @@ title_level_holds_mode = "disabled" ; You can use an LDAP directory, the local ILS, the VuFind database (DB), ; Shibboleth, SIP2 or some combination of these (via the MultiAuth option). [Authentication] -method = LDAP +;method = LDAP ;method = ILS -;method = DB +method = DB ;method = Shibboleth ;method = SIP2 ;method = MultiAuth -- GitLab