From 217cabe5a2b0950b9ac4090568aa8986d51f4fc5 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 19 Mar 2015 15:15:26 -0400 Subject: Implement urn:oasis:names:tc:SAML:2.0:nameid-format:persistent This also makes persistent the default NameID format when generating metadata. https://fedorahosted.org/ipsilon/ticket/27 Signed-off-by: Rob Crittenden Reviewed-by: Simo Sorce --- quickrun.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'quickrun.py') diff --git a/quickrun.py b/quickrun.py index 0722c7b..57cdcb7 100755 --- a/quickrun.py +++ b/quickrun.py @@ -80,7 +80,8 @@ def config(workdir): 'sesstype': 'file', 'sessopt': 'path', 'sessval': os.path.join(workdir, 'sessions'), - 'secure': 'False'}) + 'secure': 'False', + }) conf = os.path.join(workdir, 'ipsilon.conf') with open(conf, 'w+') as f: f.write(text) -- cgit