diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-30 12:46:05 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-30 12:46:05 +0000 |
commit | 51b611aa81d7ee01243b196abc34a0e2eabd293c (patch) | |
tree | 1df747b7dad09783fe10292d84e30129d79a01f1 /test | |
parent | 61eac6b579e27f3959c7048a17ac5a36b0c32002 (diff) |
LDAP: fix taint-check in server list walk. Bug 2646
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/9001 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/confs/9001 b/test/confs/9001 index a1f4ba3eb..ba5a1687f 100644 --- a/test/confs/9001 +++ b/test/confs/9001 @@ -18,7 +18,7 @@ r0: r1: driver = redirect - data = ${lookup ldap user="cn=xxx,o=yyy,c=UK" pass="secret" \ + data = ${lookup ldap {USER="cn=xxx,o=yyy,c=UK" PASS="secret" \ ldap:///o=zzz,c=UK,?sn?sub?(cn=foo)}} |