Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
ipa permission-find --all dns
lists 5 permissions -
add dns entries
read dns entries
remove dns entries
update dns entries
Write DNS Configuration
But in UI, a search for dns lists only:
read dns entries
Also these permissions do not follow the case used for other permissions. For example, it should be Add DNS entries, and so on.
Version-Release number of selected component (if applicable):
ipa-server-2.2.0-10.el6.x86_64
How reproducible:
always
Steps to Reproduce:
1. ipa permission-find --all --raw dns
2. From UI, search for permissions, using string dns
Actual results:
only "read dns entries" is listed
Expected results:
list all 5 permissions that match the string dns
Additional info:
Noticed difference between the permission (read dns entries) that is listed in UI, and the one that is not (say, add dns entries
objectclass: ipapermission
is not included.
Outputs for the 2 permissions below:
dn: cn=add dns entries,cn=permissions,cn=pbac,dc=testrelm,dc=com
cn: add dns entries
member: cn=DNS Administrators,cn=privileges,cn=pbac,dc=testrelm,dc=com
member: cn=DNS Servers,cn=privileges,cn=pbac,dc=testrelm,dc=com
aci: (target = "ldap:///idnsname=*,cn=dns,dc=testrelm,dc=com")(version 3.0;acl "permission:add dns entries";allow (add) groupdn = "ldap:///cn=add dns entries,cn=permissions,cn=pbac,dc=testrelm,dc=com";)
description: Add DNS entries
memberindirect: cn=dns administrators,cn=privileges,cn=pbac,dc=testrelm,dc=com
memberindirect: cn=dns servers,cn=privileges,cn=pbac,dc=testrelm,dc=com
memberindirect: krbprincipalname=dns/rhel63-server.testrelm.com,cn=services,cn=accounts,dc=testrelm,dc=com
objectclass: groupofnames
objectclass: top
dn: cn=read dns entries,cn=permissions,cn=pbac,dc=testrelm,dc=com
cn: read dns entries
member: cn=DNS Administrators,cn=privileges,cn=pbac,dc=testrelm,dc=com
member: cn=DNS Servers,cn=privileges,cn=pbac,dc=testrelm,dc=com
member: cn=testprivilegedns,cn=privileges,cn=pbac,dc=testrelm,dc=com
ipapermissiontype: SYSTEM
description: Read DNS entries
memberindirect: cn=dns administrators,cn=privileges,cn=pbac,dc=testrelm,dc=com
memberindirect: cn=dns servers,cn=privileges,cn=pbac,dc=testrelm,dc=com
memberindirect: krbprincipalname=dns/rhel63-server.testrelm.com,cn=services,cn=accounts,dc=testrelm,dc=com
memberindirect: cn=testroledns,cn=roles,cn=accounts,dc=testrelm,dc=com
memberindirect: uid=testuserdns,cn=users,cn=accounts,dc=testrelm,dc=com
objectclass: top
objectclass: groupofnames
objectclass: ipapermission
I closed ticket 2672 as duplicate. DNS permission mixed case shall be fixed in a scope of Bug 815828. This BZ shall fix just the part with permissions missing in permission-find (ticket 2658).
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.
http://rhn.redhat.com/errata/RHSA-2013-0528.html