tassilo: server/kolab/kolab kolab,1.18,1.18.2.1

cvs at intevation.de cvs at intevation.de
Mon Apr 26 19:22:01 CEST 2004


Author: tassilo

Update of /kolabrepository/server/kolab/kolab
In directory doto:/tmp/cvs-serv29562/kolab

Modified Files:
      Tag: Kolab_1_x
	kolab 
Log Message:
Martin K.: Fix slapd.conf permissions


Index: kolab
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolab,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -u -d -r1.18 -r1.18.2.1
--- kolab	29 Jul 2003 14:22:03 -0000	1.18
+++ kolab	26 Apr 2004 17:21:59 -0000	1.18.2.1
@@ -1,7 +1,7 @@
 #!@@@kolab_prefix@@@/bin/perl 
 
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
-# (c) 2003 Martin Konold <martin.konold at erfrakon.de>
+# (c) 2004 Martin Konold <martin.konold at erfrakon.de>
 # (c) 2003 Achim Frank <achim.frank at erfrakon.de>
 ##  This program is Free Software under the GNU General Public License (>=v2).
 ##  Read the file COPYING that comes with this packages for details.
@@ -602,6 +602,7 @@
    # trigger server config reload
    if ($haschanged{'slapd'}) { 
       dolog("restarting openldap");
+      chmod (0600,"$kolab_prefix/etc/openldap/slapd.conf");
       system("$kolab_prefix/etc/rc.d/rc.openldap restart");
    }
    if($haschanged{'saslauthd'}) {





More information about the commits mailing list