diff options
Diffstat (limited to 'test/confs/3820')
-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 |