From 74623bad78557ad7db69a2da4edba2ba6130077a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 29 May 2007 12:14:17 +0000 Subject: property phpiniaddon git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@282 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- bin/ldap2apache | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/ldap2apache b/bin/ldap2apache index 38b69a8..b7e82ba 100755 --- a/bin/ldap2apache +++ b/bin/ldap2apache @@ -255,6 +255,8 @@ clients.each{ |c| phpini << "magic_quotes_gpc = 0" phpini << "include_path = \"#{phpincludepath}\"" + phpini << property['phpiniaddon'] if property['phpiniaddon'] + inilp = c['o'][0] +"-"+ server_name throw "Clash on #{server_name} of client#{c['o'][0]} for phpinifiles" if phpinifiles[ inilp ] phpinifiles[ inilp ] = phpini -- cgit v1.2.3