[Bug 257667] Re: wrong permissions to access ldapi

2008-09-25 Thread Launchpad Bug Tracker
This bug was fixed in the package openldap - 2.4.11-0ubuntu4 --- openldap (2.4.11-0ubuntu4) intrepid; urgency=low * debian/slapd.postinst, debian/slapd.script-common: set correct ownership and permissions on /var/lib/ldap, /etc/ldap/slapd.d (group readable) and

[Bug 257667] Re: wrong permissions to access ldapi

2008-09-02 Thread Mathias Gug
You are right Javier. However, I'd suggest to always fix the permission in the init script just after the ownership are set. It's simpler. ** Changed in: openldap (Ubuntu) Status: Confirmed = Triaged ** Changed in: openldap (Ubuntu) Target: None = ubuntu-8.10-beta -- wrong

[Bug 257667] Re: wrong permissions to access ldapi

2008-09-01 Thread Mathias Gug
Thanks for your bug report. Your debdiff doesn't work as expected as /var/run is a tmpfs directory and is recreated every time the system is booted. Moreover, according the init script /etc/init.d/slapd, the symlink is there to maintain backward compatibility with openldap 2.1 client libraries:

[Bug 257667] Re: wrong permissions to access ldapi

2008-09-01 Thread Javier Uruen Val
Hi Mathias, Thanks for taking care of this. Yes, /var/run is recreated every time the system is booted, but that's fine because /etc/init.d/slapd does the work ok: # Make sure the pidfile directory exists with correct permissions piddir=`dirname $SLAPD_PIDFILE` if [ ! -d $piddir ];

[Bug 257667] Re: wrong permissions to access ldapi

2008-08-13 Thread Javier Uruen Val
** Attachment added: This debdiff fixes the issue http://launchpadlibrarian.net/16746946/slapd.diff -- wrong permissions to access ldapi https://bugs.launchpad.net/bugs/257667 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap