Bug 5630 CAS improvements
[koha.git] / C4 / Auth_cas_servers.yaml.orig
diff --git a/C4/Auth_cas_servers.yaml.orig b/C4/Auth_cas_servers.yaml.orig
new file mode 100644 (file)
index 0000000..8ad171e
--- /dev/null
@@ -0,0 +1,12 @@
+# This file is used for authenticating against multiple CAS servers
+# If the file Auth_cas_servers.yaml exists, then the casServerUrl syspref will be ignored
+
+# If you have to authenticate against only one CAS server, which is usually the case,
+# don't use this file, but the casServerUrl syspref instead
+
+default: ServerName
+---
+  ServerName: "https://example.com/cas"
+  OtherServerName: "https://example.org/cas"
+  ThirdServerName: "https://example.edu/cas"
+