diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-01 15:19:52 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-01-01 15:27:41 +0000 |
commit | 2b615f22d0ce78ba28a6d758d6a2a5c8cb33e10a (patch) | |
tree | e0cdb22708021987c8a3e1333f6ed8fded72b014 /test | |
parent | 0299eb6ae2f923bd2a4ba8f82fc06e615b99c177 (diff) |
GSASL: provide $autnN for scram option expansions
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/3820 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/3820 b/test/confs/3820 index b60e467a3..c80d4d414 100644 --- a/test/confs/3820 +++ b/test/confs/3820 @@ -77,8 +77,8 @@ sasl3: # a GSASL_SCRAM_SALTED_PASSWORD - but that is only documented for client mode. # unclear if the salt is given in binary or base64 to the library - server_scram_salt = QSXCR+Q6sek8bf92 - server_password = pencil + server_scram_salt = ${if eq {$auth1}{ph10} {QSXCR+Q6sek8bf92}} + server_password = ${if eq {$auth1}{ph10} {pencil}{unset_password}} server_condition = true server_set_id = $auth1 |