diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-09-13 10:06:48 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-09-13 10:06:48 -0700 |
commit | 978f08f92ceaed25ae5e0c0e69be21f65d131dfa (patch) | |
tree | 2740828003c98c1cf6eac749118204fb9ad82280 /sites | |
parent | 140bd0cf4645217d285945f6adf29edd4faf63a5 (diff) |
Changelog re #1063
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 7c35816e..40c028cd 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :feature:`1063` Add a ``gss_trust_dns`` setting to ``Client`` and + ``Transport`` to allow explicitly setting whether or not DNS canonicalization + should occur when using GSSAPI. Thanks to Richard E. Silverman for the report + & Sebastian Deiß for initial patchset. * :bug:`1061` Clean up GSSAPI authentication procedures so they do not prevent normal fallback to other authentication methods on failure. (In other words, presence of GSSAPI functionality on a target server precluded use of _any_ |