From: Andreas Heigl Date: Mon, 6 Jul 2015 08:54:07 +0000 (+0200) Subject: Adapts the readme to the new test-possibility X-Git-Tag: php-7.1.2RC1~130^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc777296bfdf47f71de2db82cce95529b4784406;p=php 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 --- 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 = <<