diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-15 14:22:42 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-15 14:57:00 +0000 |
commit | 49d478067ba22d087c65b35a8bb9b782be1ee173 (patch) | |
tree | 50a5e3d606cf84bd5dc692661cfedc36ab2e79bf /doc/doc-txt | |
parent | 870ce70e11912e8858ef4c071f2778b93a4b2ac9 (diff) |
gsasl authenticator: support crypted secrets, server side
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/NewStuff | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 8a00bfc67..f5421a7f2 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -21,7 +21,10 @@ Version 4.94 driver for PLAIN; only against itself for SCRAM-SHA-1 and SCRAM-SHA-1-PLUS methods. - 5. Variable $local_part_verified, set by the router check_local_part condition + 5. Server-side support in the gsasl authenticator for encrypted passwords, as an + alternate for the existing plaintext. + + 6. Variable $local_part_verified, set by the router check_local_part condition with untainted data. |