From 9aec475b0570b970898dd4cc25efa7a33f5c7017 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 22 Nov 2015 02:43:36 +0100 Subject: [PATCH] Bug 15101: Don't display sys pref AllowPkiAuth under CAS heading The system preference AllowPkiAuth display under the heading CAS authentication, but is actually a separate authentication option. Patch creates a separate heading for it. To test: - Go to Administration > System preferences > Tab Administration - Verify that AllowPkiAuth is now displayed separately Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit cee796629fb131966a8ebfa77ecbcf054c46fd02) Signed-off-by: Julian Maurice (cherry picked from commit 30bfb13466e875205f8052590e800247fb263952) --- .../intranet-tmpl/prog/en/modules/admin/preferences/admin.pref | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref index 4ec683f680..e105243684 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -87,7 +87,7 @@ Administration: yes: Prevent no: "Don't prevent" - staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries. - CAS Authentication: + CAS authentication: - - pref: casAuthentication default: 0 @@ -105,6 +105,7 @@ Administration: - - The CAS Authentication Server can be found at - pref: casServerUrl + SSL client certificate authentication: - - Use - pref: AllowPkiAuth -- 2.39.5