summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2013-03-18 16:29:46 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2013-03-18 16:29:46 +0000
commitb7dd58015e4c6e7db37c805c13e02aa2638e1d19 (patch)
treea03a736ca88b859024d2ad320c4e45661830b148 /bin
parent18f15227e89926fd8707e2e475c7d2a2cc7d5eda (diff)
Whitespace fixes
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@596 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ldap2apache4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ldap2apache b/bin/ldap2apache
index 6085728..b77404b 100755
--- a/bin/ldap2apache
+++ b/bin/ldap2apache
@@ -116,7 +116,7 @@ clients.each{ |c|
cgidiraddto = vhost['tnWebVHostCgiDirAddto'][0].gsub("\n", "\n\t") if vhost['tnWebVHostCgiDirAddto']
if property['https'] == "only"
- ssl = true
+ ssl = true
http_ssl_upgrade = true unless property['http_ssl_upgrade'] == "no"
end
vhostuid = uid
@@ -445,7 +445,7 @@ phpwrapperfiles.each_pair do |dirname, wrappers|
phpwrapperfilesdirectories[dirname] = true
end
-if @phpwrapperfilesdir
+if @phpwrapperfilesdir
Dir.entries( @phpwrapperfilesdir ).each do |e|
next if ((e =~ /^\./) != nil)
next if phpwrapperfilesdirectories.has_key?( e )