Skip to content

Commit

Permalink
lamp: add ldap support (#377)
Browse files Browse the repository at this point in the history
added ldap support for php
  • Loading branch information
immae1 authored and nachoparker committed Feb 5, 2018
1 parent 3a525c1 commit 4ac3168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lamp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install()
$APTINSTALL apt-utils
$APTINSTALL cron
$APTINSTALL apache2
$APTINSTALL php7.0 php7.0-curl php7.0-gd php7.0-fpm php7.0-cli php7.0-opcache php7.0-mbstring php7.0-xml php7.0-zip php7.0-fileinfo php7.0-mcrypt
$APTINSTALL php7.0 php7.0-curl php7.0-gd php7.0-fpm php7.0-cli php7.0-opcache php7.0-mbstring php7.0-xml php7.0-zip php7.0-fileinfo php7.0-mcrypt php7.0-ldap
mkdir -p /run/php

# Randomize mariaDB password
Expand Down

0 comments on commit 4ac3168

Please sign in to comment.