[Pkg-openldap-devel] r687 - openldap/trunk-2.3/debian

Matthijs Mohlmann active2-guest at costa.debian.org
Sat Jul 15 20:16:51 UTC 2006


Author: active2-guest
Date: 2006-07-15 20:16:49 +0000 (Sat, 15 Jul 2006)
New Revision: 687

Modified:
   openldap/trunk-2.3/debian/changelog
   openldap/trunk-2.3/debian/slapd.scripts-common
Log:
 * Make db directories 0700, on new installations this is the default.


Modified: openldap/trunk-2.3/debian/changelog
===================================================================
--- openldap/trunk-2.3/debian/changelog	2006-07-15 19:39:16 UTC (rev 686)
+++ openldap/trunk-2.3/debian/changelog	2006-07-15 20:16:49 UTC (rev 687)
@@ -26,8 +26,10 @@
     (Closes: #306435)
   * Updated Dutch debconf translation (Closes: #365172)
   * Added an example backup script that can be put into cron (Closes: #319477)
+  * Make the db directories 0700. On new installations this is the default.
+    (Closes: #354450)
 
- -- Matthijs Mohlmann <matthijs at cacholong.nl>  Sat, 15 Jul 2006 21:36:22 +0200
+ -- Matthijs Mohlmann <matthijs at cacholong.nl>  Sat, 15 Jul 2006 22:13:47 +0200
 
 openldap2.3 (2.3.24-1) unstable; urgency=low
 

Modified: openldap/trunk-2.3/debian/slapd.scripts-common
===================================================================
--- openldap/trunk-2.3/debian/slapd.scripts-common	2006-07-15 19:39:16 UTC (rev 686)
+++ openldap/trunk-2.3/debian/slapd.scripts-common	2006-07-15 20:16:49 UTC (rev 687)
@@ -172,6 +172,7 @@
 	for db in `get_database_list`; do
 		dbdir=`get_directory $db`
 		update_permissions "$dbdir"
+		chmod 0700 "$dbdir"
 	done
 }
 # }}}




More information about the Pkg-openldap-devel mailing list