2008-08-13 18:05:49 |
Javier Uruen Val |
bug |
|
|
added bug |
2008-08-13 18:05:49 |
Javier Uruen Val |
bug |
|
|
added attachment 'slapd.diff' (This debdiff fixes the issue) |
2008-09-01 18:09:57 |
Mathias Gug |
openldap: status |
New |
Confirmed |
|
2008-09-01 18:09:57 |
Mathias Gug |
openldap: importance |
Undecided |
Medium |
|
2008-09-01 18:09:57 |
Mathias Gug |
openldap: statusexplanation |
|
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:
# Backward compatibility with OpenLDAP 2.1 client libraries.
if [ ! -h /var/run/ldapi ] && [ ! -e /var/run/ldapi ] ; then
ln -s slapd/ldapi /var/run/ldapi
fi
|
|
2008-09-02 22:06:31 |
Mathias Gug |
openldap: status |
Confirmed |
Triaged |
|
2008-09-02 22:06:31 |
Mathias Gug |
openldap: statusexplanation |
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:
# Backward compatibility with OpenLDAP 2.1 client libraries.
if [ ! -h /var/run/ldapi ] && [ ! -e /var/run/ldapi ] ; then
ln -s slapd/ldapi /var/run/ldapi
fi
|
|
|
2008-09-02 22:06:56 |
Mathias Gug |
openldap: milestone |
|
ubuntu-8.10-beta |
|
2008-09-25 17:05:11 |
Launchpad Janitor |
openldap: status |
Triaged |
Fix Released |
|
2009-06-27 05:45:18 |
Launchpad Janitor |
branch linked |
|
lp:ubuntu/karmic/openldap |
|
2022-06-13 18:23:01 |
Launchpad Janitor |
merge proposal linked |
|
https://code.launchpad.net/~sergiodj/ubuntu/+source/openldap/+git/openldap/+merge/424341 |
|
2022-06-13 19:08:48 |
Launchpad Janitor |
merge proposal unlinked |
https://code.launchpad.net/~sergiodj/ubuntu/+source/openldap/+git/openldap/+merge/424341 |
|
|