** 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
Public bug reported:
Binary package hint: slapd
Source: openldap_2.4.11-0ubuntu1
Release: 8.10
Version: 2.4.11-0ubuntu1
Unless I'm missing something if slapd is configured to place its socket
unix within /var/run/slapd -which is usual-, processes won't be able to
connect to the socket due to t
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"
In the meanwhile you can install it from the following ppa:
https://launchpad.net/~ebox/+archive
--
ebox: Depends: libapache-authcookie-perl but it is not installable
https://bugs.launchpad.net/bugs/255368
You received this bug notification because you are a member of Ubuntu
Server Team, which
I know this doesn't fix the issue but I opened a bug that was marked as
duplicated where I explained what happened in Intrepid:
https://bugs.launchpad.net/ubuntu/+source/ebox/+bug/273486
--
ebox: Depends: libapache-authcookie-perl but it is not installable
https://bugs.launchpad.net/bugs/2553
This is a new debdiff that addresses the issues brought up by Cody.
2. Indentation is now fixed. The patch came from a source code with different
indentation and that's why there were a few lines with tabs instead of spaces.
3. slapd.backup is a whole new code, and that's why the comments are re