diff options
author | Phil Pennock <pdp@exim.org> | 2015-06-13 01:07:05 +0000 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2015-06-13 01:07:05 +0000 |
commit | baf5730b704991a1c5f22770b6220f07b9a855f4 (patch) | |
tree | 67da5d9053b9609f891f56abc4ff8fddd4f495ba | |
parent | 28a169c6cdc03bfab1240724eae05ec061d22b20 (diff) |
Doc fix: server_secret expansions should failexim-4_86_RC2
The `cyrusless_sasl` authenticator example failed to explicitly fail if
no result was found from the lookup. Using `server_secret`, we should
_always_ fail instead of expanding to an empty string.
Doc-fix only.
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 8dab2a4d9..d44349c20 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -25652,7 +25652,7 @@ cyrusless_crammd5: driver = cram_md5 public_name = CRAM-MD5 server_secret = ${lookup{$auth1:mail.example.org:userPassword}\ - dbmjz{/etc/sasldb2}} + dbmjz{/etc/sasldb2}{$value}fail} server_set_id = $auth1 .endd |