summaryrefslogtreecommitdiffstats
path: root/tests/test1.cfg
blob: bd592a2d19316aefab4e7e5dfafef0e32b48e683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[tests]
servers=idp1:127.0.0.10:45080
clients=sp1:127.0.0.11:45081

[idp1_globals]
TEMPLATES=${TESTDIR}/templates/install
CONFDIR=${TESTDIR}/etc
DATADIR=${TESTDIR}/lib
HTTPDCONFD=${TESTDIR}/idp1/conf.d
STATICDIR=${ROOTDIR}
BINDIR=${ROOTDIR}/ipsilon
WSGI_SOCKET_PREFIX=${TESTDIR}/idp1/logs/wsgi

[idp1_arguments]
hostname=127.0.0.10:45080
admin_user=${TEST_USER}
system_user=${TEST_USER}
instance=idp1
saml2_secure=no
testauth=yes
pam=no
krb=no
ipa=no
server_debugging=True

[sp1_globals]
HTTPDCONFD=${TESTDIR}/sp1/conf.d
SAML2_TEMPLATE=${TESTDIR}/templates/install/saml2/sp.conf
SAML2_CONFFILE=${TESTDIR}/sp1/conf.d/ipsilon-saml.conf
SAML2_HTTPDIR=${TESTDIR}/sp1/saml2

[sp1_arguments]
hostname=127.0.0.11:45081
saml_idp_metadata=http://127.0.0.10:45080/idp1/saml2/metadata
saml_secure_setup=False
saml_auth=/sp
httpd_user=${TEST_USER}