diff options
author | Phil Pennock <pdp@exim.org> | 2012-02-13 21:11:25 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-02-13 21:11:25 -0500 |
commit | c1e794ba50d0d5a73529412929228ae5c5d09073 (patch) | |
tree | 2c731975ebcf8354bf14c19e67aae43d19447e39 /doc/doc-txt/NewStuff | |
parent | ce52b325c3cdc39c3dbc933fb9630d894a03feb0 (diff) |
Document gsasl integration
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index d22d4e582..3ca10e84f 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -6,6 +6,19 @@ Before a formal release, there may be quite a lot of detail so that people can test from the snapshots or the CVS before the documentation is updated. Once the documentation is updated, this file is reduced to a short list. +Version 4.78 +------------ + + 1. New authenticator driver, "gsasl". Server-only (at present). + This is a SASL interface, licensed under GPL, which can be found at + http://www.gnu.org/software/gsasl/. + This system does not provide sources of data for authentication, so + careful use needs to be made of the conditions in Exim. Note that + this can not yet be used as a drop-in replacement for Cyrus SASL, as + Exim is currently unable to construct strings with embedded NULs for + use as keys in lookups against sasldb2. + + Version 4.77 ------------ |