From 344ed261cf160a326a92f466e98656d528c3b50e Mon Sep 17 00:00:00 2001 From: janw Date: Fri, 13 Mar 2009 09:11:38 +0000 Subject: [PATCH] Correct permissions for /etc/ldap/ldap-shell.conf from 0600 to 0644. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/gosa-si/client/events/corefunctions.pm b/trunk/gosa-si/client/events/corefunctions.pm index 9f3b9d7bc..d75c1006b 100644 --- a/trunk/gosa-si/client/events/corefunctions.pm +++ b/trunk/gosa-si/client/events/corefunctions.pm @@ -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; } -- 2.30.2