From 31496fb88838b12965b82e7c03dee255027fa356 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 2 Feb 2016 15:38:27 -0800 Subject: [PATCH] Update README-tests --- deps/rabbitmq_auth_backend_ldap/README-tests.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deps/rabbitmq_auth_backend_ldap/README-tests.md b/deps/rabbitmq_auth_backend_ldap/README-tests.md index e553fe4d2d..423adda20a 100644 --- a/deps/rabbitmq_auth_backend_ldap/README-tests.md +++ b/deps/rabbitmq_auth_backend_ldap/README-tests.md @@ -4,10 +4,11 @@ The tests *require* a locally installed LDAP server with some predefined objects inside. If there's no LDAP server running on port 389, they will be skipped. -On Debian / Ubuntu you can just: +On a Debian-based distro you can set up a LDAP server +and run the tests with: -$ ./example/setup.sh -$ make test + ./example/setup.sh + make tests but be aware that this will wipe out your local OpenLDAP installation.