mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/12574] Don't add extension to php config & set default username
PHPBB3-12574
This commit is contained in:
@@ -16,7 +16,6 @@ SLOWTESTS=$1
|
||||
if [ "$SLOWTESTS" == '1' ]
|
||||
then
|
||||
sudo apt-get -y install ldap-utils slapd php5-ldap
|
||||
echo "extension = ldap.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
mkdir /tmp/slapd
|
||||
slapd -f travis/ldap/slapd.conf -h ldap://localhost:3389 &
|
||||
sleep 3
|
||||
|
Reference in New Issue
Block a user