summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiuseppe De Marco <giuseppe.demarco@unical.it>2019-08-17 16:04:28 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2019-11-26 14:02:26 +0200
commit2a0dda1beeeb1b5d7f6fa31b628306ae8146996a (patch)
tree1852385f102c935429819816c0eeaa711b76797d /docs
parent8379d70e51221c3b9fc74367247c1adbbe910b0a (diff)
downloadpysaml2-2a0dda1beeeb1b5d7f6fa31b628306ae8146996a.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/config.rst6
1 files changed, 6 insertions, 0 deletions
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
^^^^^^^^