From 7440f1677c7bb352494d8bff6b65ce9241ac13bd Mon Sep 17 00:00:00 2001
From: Ubbo Veentjer <veentjer@sub.uni-goettingen.de>
Date: Wed, 30 Jan 2013 17:57:45 +0000
Subject: [PATCH] php5-ldap also needed

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@13764 7c539038-3410-0410-b1ec-0f2a7bf1c452
---
 info.textgrid.middleware.tgauth.tgaccount/README.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/info.textgrid.middleware.tgauth.tgaccount/README.txt b/info.textgrid.middleware.tgauth.tgaccount/README.txt
index 37c6736..5106dd9 100644
--- a/info.textgrid.middleware.tgauth.tgaccount/README.txt
+++ b/info.textgrid.middleware.tgauth.tgaccount/README.txt
@@ -6,9 +6,9 @@ Installation:
 1) Install required packages
 
   Required debian/ubuntu packages:
-    smarty and sqlite3 
+    smarty and sqlite3 php5-ldap
 
-    $ sudo apt-get install sqlite3 php5-sqlite
+    $ sudo apt-get install sqlite3 php5-sqlite php5-ldap
     $ sudo apt-get install smarty
 
   Required pear (http://pear.php.net) packages:
-- 
GitLab