summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ldap2apache2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ldap2apache b/bin/ldap2apache
index 9d7be09..d1b74a1 100755
--- a/bin/ldap2apache
+++ b/bin/ldap2apache
@@ -47,7 +47,7 @@ clients.each{ |c|
mkdir(client_home , 02755, 0, 0)
mkdir(client_home+"/logs" , 02750, 0, gid)
mkdir(client_home+"/logs-archive" , 02750, 0, gid)
- #mkdir(client_home+"/logs-for-stat", 02750, 0, gid)
+ mkdir(client_home+"/logs-for-stat", 02750, 0, gid)
mkdir(client_home+"/pg" , 02750, @postgres_uid, gid)
c['vhosts'].each{ |vhost|
bind = vhost['tnWebVHostBind'] ? vhost['tnWebVHostBind'][0] : @defaultbind