summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 )