30474a3215
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>
12 lines
461 B
Text
12 lines
461 B
Text
# 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"
|
|
|