Bug 17065 - Rename C4/Auth_cas_servers.yaml.orig
authorMirko Tietgen <mirko@abunchofthings.net>
Sat, 6 Aug 2016 11:52:26 +0000 (13:52 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 8 Aug 2016 13:16:36 +0000 (13:16 +0000)
C4/Auth_cas_servers.yaml.orig gets cleaned away after every package build because
of the .orig extension. This patch moves it.

It is only a sample file, there is no functionality to test. Just verify that the
file is there with the new name after you applied the patch.

Signed-off-by: Claire Gravely <c.gravely@arts.ac.uk>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Auth_cas_servers.yaml.orig [deleted file]
C4/Auth_cas_servers.yaml.sample [new file with mode: 0644]

diff --git a/C4/Auth_cas_servers.yaml.orig b/C4/Auth_cas_servers.yaml.orig
deleted file mode 100644 (file)
index 8ad171e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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"
-
diff --git a/C4/Auth_cas_servers.yaml.sample b/C4/Auth_cas_servers.yaml.sample
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"
+