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.
Bug 1920001 - Do not add '%' to group names already prefixed with '%' in IPA sudo rules
Summary: Do not add '%' to group names already prefixed with '%' in IPA sudo rules
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: sssd
Version: 8.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: SSSD Maintainers
QA Contact: ipa-qe
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-01-25 14:26 UTC by Alexey Tikhonov
Modified: 2021-05-18 15:04 UTC (History)
12 users (show)

Fixed In Version: sssd-2.4.0-7.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-18 15:04:21 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Testrun Report (507.45 KB, text/html)
2021-01-29 15:41 UTC, Sudhir Menon
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Github SSSD sssd issues 5475 0 None closed Do not add '%' to group names already prefixed with '%' in IPA sudo rules 2021-02-08 06:39:18 UTC

Description Alexey Tikhonov 2021-01-25 14:26:32 UTC
(this is to complement bz 871208)

When IPA allows to add AD users and groups directly to sudo rules (FreeIPA 4.9.1 or later), external groups will already have '%' prefix. Thus, we don't need to add additional '%'.

```
# ipa sudorule-show testrule --all --raw
  dn: ipaUniqueID=aa6aba2c-5f0d-11eb-9874-fa163e2c6cfa,cn=sudorules,cn=sudo,dc=ipa,dc=test
  cn: testrule
  ipaenabledflag: TRUE
  hostcategory: all
  externaluser: administrator
  ipasudorunasextusergroup: %domain admins
  ipaUniqueID: aa6aba2c-5f0d-11eb-9874-fa163e2c6cfa
  memberallowcmd: ipaUniqueID=6c5477ec-5bd3-11eb-98ec-fa163e2c6cfa,cn=sudocmds,cn=sudo,dc=ipa,dc=test
  objectClass: ipaassociation
  objectClass: ipasudorule

# ldbsearch -H /var/lib/sss/db/cache_ipa.test.ldb 'cn=testrule'
asq: Unable to register control with rootdse!
# record 1
dn: name=testrule,cn=sudorules,cn=custom,cn=ipa.test,cn=sysdb
cn: testrule
dataExpireTimestamp: 1611580019
name: testrule
objectClass: sudoRule
originalMemberCommand: ipaUniqueID=6c5477ec-5bd3-11eb-98ec-fa163e2c6cfa,cn=sud
 ocmds,cn=sudo,dc=ipa,dc=test
sudoCommand: ALL
sudoHost: ALL
sudoRunAsUser: %%domain admins
sudoUser: administrator
distinguishedName: name=testrule,cn=sudorules,cn=custom,cn=ipa.test,cn=sysdb

# returned 1 records
# 1 entries
# 0 referrals
```

Comment 2 Pavel Březina 2021-01-26 10:55:19 UTC
Pushed PR: https://github.com/SSSD/sssd/pull/5476

* `master`
    * cd48ef5071741443e3b84e100a4d4d28e3578e4f - sudo runas: do not add '%' to external groups in IPA

Comment 5 Sudhir Menon 2021-01-29 15:41:11 UTC
Created attachment 1752102 [details]
Testrun Report

Comment 10 errata-xmlrpc 2021-05-18 15:04:21 UTC
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 (sssd bug fix and enhancement update), 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://access.redhat.com/errata/RHBA-2021:1666


Note You need to log in before you can comment on or make changes to this bug.