Hide Forgot
Description of problem: Current /usr/share/openldap-servers/slapd.ldif that mentions in the Frontend database is missing an important objectClass. This causes issues when trying to add specific attributes that would be done on the frontend olc database just as olcPasswordHash. It currently reads: ... dn: olcDatabase=frontend,cn=config objectClass: olcDatabaseConfig olcDatabase: frontend ... It should be: dn: olcDatabase=frontend,cn=config objectClass: olcDatabaseConfig objectClass: olcFrontendConfig olcDatabase: frontend Version-Release number of selected component (if applicable): openldap-servers-2.4.39-3.el7.x86_64 How reproducible: Always Steps to Reproduce: 1. Install openldap-servers 2. Attempt to modify olcDatabase={-1}Frontend adding olcPasswordHash or other applicable attributes Actual results: modifying entry "olcDatabase={-1}frontend,cn=config" ldap_modify: Object class violation (65) additional info: attribute 'olcPasswordHash' not allowed Expected results: modifying entry "olcDatabase={-1}frontend,cn=config" (No errors) Additional info: N/A
Submitted as Upstream ITS #7933. http://www.openldap.org/its/index.cgi/Incoming?id=7933;selectid=7933
As Upstream has already fixed this (new issue link: http://www.openldap.org/its/index.cgi/Build?id=7933), when can one expect the fix to arrive in RHEL 7?
*** Bug 1132111 has been marked as a duplicate of this bug. ***
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0597.html