FS#34863 - [openldap] Unsuited slapd.ldif file
Attached to Project:
Arch Linux
Opened by larchunix (larchunix) - Saturday, 20 April 2013, 20:50 GMT
Last edited by Eric Belanger (Snowman) - Friday, 26 April 2013, 06:30 GMT
Opened by larchunix (larchunix) - Saturday, 20 April 2013, 20:50 GMT
Last edited by Eric Belanger (Snowman) - Friday, 26 April 2013, 06:30 GMT
|
Details
Description:
PKGBUILD apply several modification to the slapd.conf file. These modifications should also be applied to the slapd.ldif file. Indeed, according to the OpenLDAP documentation, the slapd.conf file is deprecated and is now superseded by slapd-config(5), we should use slapd.ldif instead of slapd.conf to configure an OpenLDAP server. A trivial 'patch' is attached. Additional info: Default configuration in /etc/openldap/slapd.ldif : olcArgsFile: /var/lib/openldap/run/slapd.args olcPidFile: /var/lib/openldap/run/slapd.pid Expected configuration : olcArgsFile: /run/openldap/slapd.args olcPidFile: /run/openldap/slapd.pid |
This task depends upon
Closed by Eric Belanger (Snowman)
Friday, 26 April 2013, 06:30 GMT
Reason for closing: Fixed
Additional comments about closing: openldap-2.4.35-2 in [testing]
Friday, 26 April 2013, 06:30 GMT
Reason for closing: Fixed
Additional comments about closing: openldap-2.4.35-2 in [testing]
PKGBUILD.patch