Whatever is defined in the configuration is the default.

This commit is contained in:
Roland Hedberg
2014-03-28 20:13:54 +01:00
parent 2db8008701
commit cd24eced21

View File

@@ -301,6 +301,9 @@ class Base(Entity):
except KeyError:
pass
if sign is None:
sign = self.authn_requests_signed
if (sign and self.sec.cert_handler.generate_cert()) or \
client_crt is not None:
with self.lock: