summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2015-02-24 18:05:13 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2015-02-24 22:50:40 +0100
commitdeb8729a09d74d2efe5bdf86e3a2d3c1274590ab (patch)
tree14038e7683e289b6376a33a79caf7f6f0e390be9 /doc
parent78cac1d0a6923ebc73ff221f8501885c36c112c1 (diff)
downloadbcfg2-deb8729a09d74d2efe5bdf86e3a2d3c1274590ab.tar.gz
bcfg2-deb8729a09d74d2efe5bdf86e3a2d3c1274590ab.tar.bz2
bcfg2-deb8729a09d74d2efe5bdf86e3a2d3c1274590ab.zip
Server/Plugins/Metadata: Reject passwd clients, if auth_type is cert
If the auth type (either globally or specific for the client) is set to cert auth, we have to reject clients that does not provide a cert.
Diffstat (limited to 'doc')
-rw-r--r--doc/releases/1.3.6.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/releases/1.3.6.txt b/doc/releases/1.3.6.txt
index 757fbf6f5..f41320f1a 100644
--- a/doc/releases/1.3.6.txt
+++ b/doc/releases/1.3.6.txt
@@ -30,5 +30,7 @@ This is primarily a bugfix release.
https://docs.djangoproject.com/en/1.7/ref/settings/#std:setting-OPTIONS
+* Authentication: Reject passwd auth, if authentication is set to "cert"
+
Special thanks to the following contributors for this release: Michael
Fenn, Matt Kemp, Alexander Sulfrian, Jonathan Billings.