summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-06-17 09:13:38 -0400
committerSimo Sorce <simo@redhat.com>2014-06-17 14:51:10 -0400
commit8a9b4fe36f1bd9b358b20333956af5602eb48a6c (patch)
tree48342203d5526a67bab7c89e32c08652b1acd867 /tests
parent84d84fb79997679bb5eb3fd86f57bc01c1490dfc (diff)
downloadipsilon-8a9b4fe36f1bd9b358b20333956af5602eb48a6c.tar.gz
ipsilon-8a9b4fe36f1bd9b358b20333956af5602eb48a6c.tar.xz
ipsilon-8a9b4fe36f1bd9b358b20333956af5602eb48a6c.zip
Strenghten default Security options in IDP
Always deny access to the IDP if not using SSL by default. Always turn on secure/httponly cookies by default. Add a switch to disable all security options for testing. Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/test1.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test1.cfg b/tests/test1.cfg
index bd592a2..01402f5 100644
--- a/tests/test1.cfg
+++ b/tests/test1.cfg
@@ -16,7 +16,7 @@ hostname=127.0.0.10:45080
admin_user=${TEST_USER}
system_user=${TEST_USER}
instance=idp1
-saml2_secure=no
+secure=no
testauth=yes
pam=no
krb=no