From 2b615f22d0ce78ba28a6d758d6a2a5c8cb33e10a Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Wed, 1 Jan 2020 15:19:52 +0000 Subject: GSASL: provide $autnN for scram option expansions --- test/confs/3820 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3