summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-05-12 22:19:29 +0200
committerduritong <peter.meier@immerda.ch>2009-05-17 15:49:42 +0200
commitdd9852fbb5419a6f157fe03490074959ce95ea1f (patch)
tree023029c9b435c015eee6f5fef50733c0badd4600 /templates
parent44f9cc9bb2aa850c4e963741b80dca34f0f81d27 (diff)
fixing the rest of the typos
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/webdav/CentOS.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/vhosts/webdav/CentOS.erb b/templates/vhosts/webdav/CentOS.erb
index d108f01..e96a1cd 100644
--- a/templates/vhosts/webdav/CentOS.erb
+++ b/templates/vhosts/webdav/CentOS.erb
@@ -40,7 +40,7 @@
<%- end -%>
<%- if ldap_auth.to_s == 'true' then -%>
Include conf.d/ldap_auth.inc
- <%- unless ldap-user.to_s == 'any' -%>
+ <%- unless ldap_user.to_s == 'any' -%>
Require ldap-user <%= ldap_user.to_s %>
<%- else -%>
Require valid-user
@@ -106,9 +106,9 @@
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' -%>
+ <%- unless ldap_user.to_s == 'any' -%>
Require ldap-user <%= ldap_user.to_s %>
<%- else -%>
Require valid-user