From 603f66df4bd1d6ed0dc4a0f1a525415e7f6d1d9e Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Tue, 13 Jul 2004 12:10:44 +0000 Subject: Yet another very important correction. --- python/examples/login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/examples') diff --git a/python/examples/login.py b/python/examples/login.py index b1f13bd8..5bd97e2f 100644 --- a/python/examples/login.py +++ b/python/examples/login.py @@ -57,7 +57,7 @@ ret = idplogin.init_from_authn_request_msg(authn_request_msg, print "ProtocolProfile =", idplogin.protocolProfile must_authenticate = idplogin.must_authenticate() -print "User must be authenticated =", idplogin.protocolProfile +print "User must be authenticated =", must_authenticate if idplogin.protocolProfile == 1: ret = idplogin.build_artifact_msg(1, -- cgit