From fc777296bfdf47f71de2db82cce95529b4784406 Mon Sep 17 00:00:00 2001 From: Andreas Heigl Date: Mon, 6 Jul 2015 10:54:07 +0200 Subject: Adapts the readme to the new test-possibility This commit introduces a way to use a vagrant setup to test against a known LDAP without the need to setup an LDAP on your own machine --- ext/ldap/tests/README | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) diff --git a/ext/ldap/tests/README b/ext/ldap/tests/README index 4f3b07d6cd..edc44eb4b0 100644 --- a/ext/ldap/tests/README +++ b/ext/ldap/tests/README @@ -1,3 +1,74 @@ +To ease testing LDAP-Setups we've created a vagrant-setup. + +Prerequisits: +============= + +You will need vagrant on your box. Get it from https://www.vagrantup.com + +Usage: +====== + +To use it follow these steps: + +* Create a Vagrant-file with the following content. +* Go to that directory and run "vagrant up" + +``` +$setup = <<