LDAP: update config_schema_SUITE expectations
This commit is contained in:
parent
e51d3b8c52
commit
4ff90b4564
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue