Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug2228209-pkidbuser-wrong-o-in-pkispawn #4522

Commits on Aug 1, 2023

  1. Bug2228209-pkidbuser-wrong-o-in-pkispawn

    Ths patch addresses the issue where by default non-CA instances are
    created with hardcoded ending "-CA":
    pki_share_dbuser_dn=uid=pkidbuser,ou=people,o=%(pki_instance_name)s-CA
    and
    pki_ds_base_dn=o=%(pki_instance_name)s-<subsystem type>
    
    where subsystem type is TKS, OCSP, TKS, or KRA,
    which effictive makes the 'o' component of pki_share_dbuser_dn
    not matching with that of the pki_ds_base_dn.
    
    fixes https://bugzilla.redhat.com/show_bug.cgi?id=2228209
    ladycfu committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5f18fa6 View commit details
    Browse the repository at this point in the history