From f6aef268b5b35b667c2c37432cd5baf06cb8003f Mon Sep 17 00:00:00 2001 From: janw Date: Wed, 29 Apr 2009 16:02:23 +0000 Subject: [PATCH] Changed permissions for /etc/ldap/ldap-shell.conf from 0600 to 0644. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13595 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/client/events/corefunctions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-si/client/events/corefunctions.pm b/gosa-si/client/events/corefunctions.pm index fea4ffece..d0edf21d8 100644 --- a/gosa-si/client/events/corefunctions.pm +++ b/gosa-si/client/events/corefunctions.pm @@ -446,7 +446,7 @@ # Set permissions and ownership structure of chown(0, 0, $cfg_name); - chmod(0600, $cfg_name); + chmod(0644, $cfg_name); return; } -- 2.30.2