Bug 26922: Regression tests
[koha.git] / C4 / Auth_cas_servers.yaml.sample
blob8ad171e0c98b9136992d84103fd4d48de6616137
1 # This file is used for authenticating against multiple CAS servers
2 # If the file Auth_cas_servers.yaml exists, then the casServerUrl syspref will be ignored
4 # If you have to authenticate against only one CAS server, which is usually the case,
5 # don't use this file, but the casServerUrl syspref instead
7 default: ServerName
8 ---
9   ServerName: "https://example.com/cas"
10   OtherServerName: "https://example.org/cas"
11   ThirdServerName: "https://example.edu/cas"