Add LDAP authentication
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2"
|
||||
$script = <<SCRIPT
|
||||
# install packages
|
||||
apt-get update
|
||||
apt-get install -y apache2 php5 php5-sqlite php5-ldap
|
||||
apt-get install -y apache2 php5 php5-sqlite php5-ldap php-5-xdebug
|
||||
service apache2 restart
|
||||
rm -f /var/www/html/index.html
|
||||
date > /etc/vagrant_provisioned_at
|
||||
|
||||
Reference in New Issue
Block a user