summaryrefslogtreecommitdiff
path: root/bin/ldap2apache
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ldap2apache')
-rwxr-xr-xbin/ldap2apache6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ldap2apache b/bin/ldap2apache
index 707a1c2..90ae84d 100755
--- a/bin/ldap2apache
+++ b/bin/ldap2apache
@@ -72,9 +72,9 @@ clients.each{ |c|
uid = c['uidNumber'][0].to_i
gid = c['gidNumber'][0].to_i
mkdir(client_home , 02755, 0, 0)
- mkdir(client_home+"/logs" , 02755, 0, gid)
- mkdir(client_home+"/logs-archive" , 02755, 0, gid)
- mkdir(client_home+"/logs-for-stat", 02750, 0, gid)
+ #mkdir(client_home+"/logs" , 02755, 0, gid)
+ #mkdir(client_home+"/logs-archive" , 02755, 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'] : @defaultbind