summaryrefslogtreecommitdiff
path: root/bin/ldap2apache
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ldap2apache')
-rwxr-xr-xbin/ldap2apache2
1 files changed, 2 insertions, 0 deletions
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