From 2a0dda1beeeb1b5d7f6fa31b628306ae8146996a Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Sat, 17 Aug 2019 16:04:28 +0200 Subject: Fixed xmlsec temporary files deletions. PYSAML2_KEEP_XMLSEC_TMP replaced with PYSAML2_DELETE_XMLSEC_TMP and this latter is True by default. Unit tests involved: 40 42 50 # this produces six xml temp file probably for handled exceptions in its tests 51 --- docs/howto/config.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/howto/config.rst b/docs/howto/config.rst index 0ae9487d..3a27d199 100644 --- a/docs/howto/config.rst +++ b/docs/howto/config.rst @@ -157,6 +157,12 @@ Format:: Whether debug information should be sent to the log file. +os.environ['PYSAML2_DELETE_XMLSEC_TMP'] +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +If set to "False" will keep temporary xml files in `/tmp`. +Default: True, delete temporary files. + entityid ^^^^^^^^ -- cgit v1.2.1