bug 3986 add CAS preferences to interface
authorNicole Engard <nengard@gmail.com>
Thu, 4 Feb 2010 07:24:16 +0000 (02:24 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 5 Feb 2010 13:55:50 +0000 (08:55 -0500)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref

index c57e4c9..069ea9d 100644 (file)
@@ -84,3 +84,21 @@ Administration:
                   yes: Prevent
                   no: "Don't prevent"
             - staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries.
+    CAS Authentication:
+        -
+            - pref: casAuthentication
+              default: 0
+              choices:
+                  yes: Use
+                  no: "Don't use"
+            - CAS for login authentication.
+        -
+            - pref: casLogout
+              default: 0
+              choices:
+                  yes: Logout
+                  no: "Don't Logout"
+            - of CAS when logging out of Koha.
+        -
+            - The CAS Authentication Server can be found at
+            - pref: casServerUrl           
\ No newline at end of file