[Bug 257667] Re: wrong permissions to access ldapi
Javier Uruen Val
juruen at warp.es
Mon Sep 1 20:48:35 BST 2008
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" ]; then
mkdir -p "$piddir"
[ -z "$SLAPD_USER" ] || chown -R "$SLAPD_USER" "$piddir"
[ -z "$SLAPD_GROUP" ] || chgrp -R "$SLAPD_GROUP" "$piddir"
fi
So as there's no umask the permissions for $piddir will be fine.
The issue comes up between the first time the package is installed and
the first boot. That's what my debdiff tries to address.
--
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 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list