diff options
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/setup-ldap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/setup-ldap.sh b/travis/setup-ldap.sh index 14b32d4048..9be816d77d 100755 --- a/travis/setup-ldap.sh +++ b/travis/setup-ldap.sh @@ -15,7 +15,7 @@ SLOWTESTS=$1 if [ "$SLOWTESTS" == '1' ] then - sudo apt-get -y install ldap-utils slapd php5-ldap + sudo apt-get -y install ldap-utils slapd php-ldap mkdir /tmp/slapd slapd -f travis/ldap/slapd.conf -h ldap://localhost:3389 & sleep 3 |