Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): openldap-servers-2.4.23-4.fc14.x86_64 How reproducible: Always Steps to Reproduce: 1. clear install "openldap-servers-2.4.23-4.fc14.x86_64.rpm" by gpk-application 2. ls /etc/openldap/slapd.conf Actual results: ls: cannot access /etc/openldap/slapd.conf: No such file or directory Expected results: /etc/openldap/slapd.conf is exists and it expects to be able to editable. Additional info: RPM's list of files are missing some files than CPIO's it. I think, this point is maybe suspect. Steps to Diff: 1. rpm2cpio openldap-servers-2.4.23-4.fc14.x86_64.rpm | cpio --list | sed 's/^\.//' > ldap.lst-cpio 2. rpm -qlp openldap-servers-2.4.23-4.fc14.x86_64.rpm > ldap.lst-rpm 3. diff ldap.lst-cpio ldap.lst-rpm Diff results: 19a20,21 > /etc/openldap/slapd.conf > /etc/openldap/slapd.conf.bak 20a23 > /etc/pki/tls/certs/slapd.pem
Sorry, correct 1 point. x RPM's list of files are missing some files than CPIO's it. o CPIO's list of files are missing some files than RPM's it.
Hi Masa, this is expected. Configuration in '/etc/openldap/slapd.conf' is obsolete. Use '/etc/openldap/slapd.d/' directory instead (man slapd-config). If you really need to use old slapd.conf, copy it from /usr/share/openldap-servers/slapd.conf.obsolete and delete /etc/openldap/slapd.d. But be aware that your configuration will be migrated during next package update. Jan (Closing this bug.)
Thanks Jan, Thank you for your suggestion, I must to read those man-pages. This reports was the same as found in Bug #612602 (FC13). If there are some mistakes in English, I'd like to apologize. Masa