summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-05-12 22:17:18 +0200
committerduritong <peter.meier@immerda.ch>2009-05-17 15:49:35 +0200
commit44f9cc9bb2aa850c4e963741b80dca34f0f81d27 (patch)
treed56cce58f3485c989bf75a29a27aa794a28045e4 /templates
parent6cfd1f98f58d973c8dc1c5c9c1ca2e3f121830f5 (diff)
fixing template logic
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/webdav/CentOS.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vhosts/webdav/CentOS.erb b/templates/vhosts/webdav/CentOS.erb
index c297de5..d108f01 100644
--- a/templates/vhosts/webdav/CentOS.erb
+++ b/templates/vhosts/webdav/CentOS.erb
@@ -38,7 +38,7 @@
AuthUserFile <%= real_htpasswd_path %>
require valid-user
<%- end -%>
- <%- unless ldap_auth.to_s == 'true' then -%>
+ <%- if ldap_auth.to_s == 'true' then -%>
Include conf.d/ldap_auth.inc
<%- unless ldap-user.to_s == 'any' -%>
Require ldap-user <%= ldap_user.to_s %>