LDAP: update config_schema_SUITE expectations

This commit is contained in:
Michael Klishin 2024-08-14 12:15:17 -04:00
parent e51d3b8c52
commit 4ff90b4564
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@
{db_lookup_bind,
"auth_ldap.dn_lookup_bind.user_dn = username
auth_ldap.dn_lookup_bind.password = password",
[{rabbitmq_auth_backend_ldap,[{dn_lookup_bind,{"username","password"}}]}],
[{rabbitmq_auth_backend_ldap,[{dn_lookup_bind,{"username",<<"password">>}}]}],
[rabbitmq_auth_backend_ldap]},
{db_lookup_bind_anon,
@ -147,7 +147,7 @@
{other_bind_pass,
"auth_ldap.other_bind.user_dn = username
auth_ldap.other_bind.password = password",
[{rabbitmq_auth_backend_ldap,[{other_bind,{"username","password"}}]}],
[{rabbitmq_auth_backend_ldap,[{other_bind,{"username",<<"password">>}}]}],
[rabbitmq_auth_backend_ldap]},
{ssl_options,