From 2b178ab14c5b13ea0fc2c0e21534a36511385cae Mon Sep 17 00:00:00 2001 From: immae Date: Mon, 5 Feb 2018 23:01:52 +0100 Subject: [PATCH] lamp: add ldap support (#377) added ldap support for php --- changelog.md | 6 ++++-- lamp.sh | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index cfe3599cb..760348e1b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,9 @@ -[v0.45.2](https://github.com/nextcloud/nextcloudpi/commit/90143ae) (2018-02-05) nc-nextcloud: fixes for beta versions +[v0.45.3](https://github.com/nextcloud/nextcloudpi/commit/641ece7) (2018-02-05) lamp: add ldap support (#377) -[v0.45.1](https://github.com/nextcloud/nextcloudpi/commit/3a525c1) (2018-02-05) nc-backup: fixes in checking space and auto +[v0.45.2](https://github.com/nextcloud/nextcloudpi/commit/010c02f) (2018-02-05) nc-nextcloud: fixes for beta versions + +[v0.45.1 ](https://github.com/nextcloud/nextcloudpi/commit/3a525c1) (2018-02-05) nc-backup: fixes in checking space and auto [v0.45.0 ](https://github.com/nextcloud/nextcloudpi/commit/e229cba) (2018-02-03) update to NC 12.0.5 diff --git a/lamp.sh b/lamp.sh index 5559dd520..4655ea9b8 100644 --- a/lamp.sh +++ b/lamp.sh @@ -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