From aba9c0cabc65e4a2d2b6d749a3ef1ff118c09d30 Mon Sep 17 00:00:00 2001 From: Simon MacMullen Date: Fri, 3 Dec 2010 14:22:49 +0000 Subject: [PATCH] Tweak docs again. --- deps/rabbitmq_auth_backend_ldap/example/README | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/deps/rabbitmq_auth_backend_ldap/example/README b/deps/rabbitmq_auth_backend_ldap/example/README index f6778fbcb7..d2969ac026 100644 --- a/deps/rabbitmq_auth_backend_ldap/example/README +++ b/deps/rabbitmq_auth_backend_ldap/example/README @@ -1,5 +1,11 @@ This is a very simple example, designed to be set up with the modern Debian / Ubuntu packaging of OpenLDAP. Running setup.sh after "apt-get -install slapd" should get you a domain dc=example,dc=com, an admin -user cn=admin,dc=example,dc=com (password "admin"), and a normal user -cn=Simon MacMullen,ou=people,dc=example,dc=com (password "password"). +install slapd" will wipe out any existing LDAP database and get you: + +* A domain +* An admin user +* A couple of normal users +* A group containing the users +* An OU representing a vhost + +These correspond to the examples mentioned in the documentation.