Search

1.4. Bug Fixes

download PDF
This part describes bugs fixed in Red Hat Certificate System 9.7 that have a significant impact on users:

Missing TPS Auditor group on existing TPS installations

Previously, LDAP missed a group entry for TPS-specific Auditors. As a consequence, existing instances require a manual LDAP procedure in order to use the TPS Auditor group. This does not impact new installations.
To correct this, run ldapmodify to connect to the LDAP server in question and add the missing object:
        $ ldapmodify -x -D "cn=Directory Manager" -w $PASSWORD << EOF
        dn: cn=Auditors,ou=Groups,{rootSuffix}
        changeType: add
        objectClass: top
        objectClass: groupOfUniqueNames
        cn: Auditors
        description: People who can read the signed audit logs for TPS
        EOF
Replace {rootSuffix} with the base DN (pki_ds_base_dn) from the TPS configuration file. For example dc=tks,dc=pki,dc={DOMAIN...},dc={TLD}.
As a result, existing TPS installations can use the Auditor groups along with new TPS installations.

Bug Fixes in the pki-core Package

Bug fixes in Red Hat Certificate System, that are included in the pki-core package, are documented in Red Hat Enterprise Linux 7.9 Release Notes:
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.