Skip to content

Commit 4ff90b4

Browse files
LDAP: update config_schema_SUITE expectations
1 parent e51d3b8 commit 4ff90b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbitmq_auth_backend_ldap/test/config_schema_SUITE_data/rabbitmq_auth_backend_ldap.snippets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
{db_lookup_bind,
120120
"auth_ldap.dn_lookup_bind.user_dn = username
121121
auth_ldap.dn_lookup_bind.password = password",
122-
[{rabbitmq_auth_backend_ldap,[{dn_lookup_bind,{"username","password"}}]}],
122+
[{rabbitmq_auth_backend_ldap,[{dn_lookup_bind,{"username",<<"password">>}}]}],
123123
[rabbitmq_auth_backend_ldap]},
124124

125125
{db_lookup_bind_anon,
@@ -147,7 +147,7 @@
147147
{other_bind_pass,
148148
"auth_ldap.other_bind.user_dn = username
149149
auth_ldap.other_bind.password = password",
150-
[{rabbitmq_auth_backend_ldap,[{other_bind,{"username","password"}}]}],
150+
[{rabbitmq_auth_backend_ldap,[{other_bind,{"username",<<"password">>}}]}],
151151
[rabbitmq_auth_backend_ldap]},
152152

153153
{ssl_options,

0 commit comments

Comments
 (0)