[Bug 286614] [NEW] slapd apparmor profile needs update for multiple databases

PatRiehecky jcpunk at gmail.com
Mon Oct 20 21:26:40 BST 2008


Public bug reported:

Binary package hint: slapd

When adding another database (like accesslog, which is provided with the
package) there must be a place to store the corresponding bdb files.
Traditionally the place is /var/lib/ldap/<dbname> but the apparmor
profile prevents these from being used.

The below diff corrects this problem so that any directory under
/var/lib/ldap can be used by slapd as a bdb directory.  This bug is
visible in Hardy and Intrepid.

--- usr.sbin.slapd_orig	2008-10-20 15:17:36.000000000 -0500
+++ usr.sbin.slapd	2008-10-20 15:14:11.000000000 -0500
@@ -35,7 +35,7 @@
 
   # the databases and logs
   /var/lib/ldap/ r,
-  /var/lib/ldap/* rw,
+  /var/lib/ldap/** rwk,
 
   # lock file
   /var/lib/ldap/alock kw,

** Affects: openldap (Ubuntu)
     Importance: Undecided
         Status: New

-- 
slapd apparmor profile needs update for multiple databases
https://bugs.launchpad.net/bugs/286614
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.



More information about the Ubuntu-server-bugs mailing list