summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2006-10-22 21:36:02 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2006-10-22 21:36:02 +0000
commit037c11386701f5468522d12da313c123dafc1ae5 (patch)
tree6f76c4053eea95339bd112da91c23e7896b82715
parentc11827b4dd62fdea3a7112ab42a9c699bc6ecae8 (diff)
Add allow:all
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@231 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-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"