Default LDAP server port should be 389

See https://github.com/rabbitmq/rabbitmq-auth-backend-ldap/issues/63#issuecomment-284680951.

It was changed to 3890 in 2461f04795
by mistake. We don't need to do that since the test suite reconfigures
the plugin to use 3890 anyway.

Fixes #64.
This commit is contained in:
Michael Klishin 2017-03-07 13:53:49 +03:00
parent 07a50e7dcf
commit 27d3ca81a9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ define PROJECT_ENV
{use_ssl, false}, {use_ssl, false},
{use_starttls, false}, {use_starttls, false},
{ssl_options, []}, {ssl_options, []},
{port, 3890}, {port, 389},
{timeout, infinity}, {timeout, infinity},
{log, false}, {log, false},
{pool_size, 64}, {pool_size, 64},