summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ldap2apache3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/ldap2apache b/bin/ldap2apache
index 992bb71..312eb81 100755
--- a/bin/ldap2apache
+++ b/bin/ldap2apache
@@ -176,6 +176,9 @@ clients.each{ |c|
config << " AddHandler server-parsed .html" if property['ssi'] == 'yes'
config << " AddType text/html .shtml" if property['ssi'] == 'yes'
config << " AddHandler server-parsed .shtml" if property['ssi'] == 'yes'
+ config << ""
+ config << " Order allow,deny"
+ config << " Allow from all"
config << " </Location>"
config << "# </Directory>"
if property['cgi-bin'] == "yes"