Code

Correct permissions for /etc/ldap/ldap-shell.conf from 0600 to 0644.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 13 Mar 2009 09:11:38 +0000 (09:11 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 13 Mar 2009 09:11:38 +0000 (09:11 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13542 594d385d-05f5-0310-b6e9-bd551577e9d8

trunk/gosa-si/client/events/corefunctions.pm

index 9f3b9d7bc13cd0408d10b27e4dc7493d7f530e94..d75c1006bf554ab00cf4a2b9973dc6b7c9ecc4ef 100644 (file)
@@ -446,7 +446,7 @@ sub new_ldap_config {
 
     # Set permissions and ownership structure
     chown(0, 0, $cfg_name);
-    chmod(0600, $cfg_name);
+    chmod(0644, $cfg_name);
 
     return;
 }