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 1509691 - Document how to change the regular expression for SSSD so that group names with an @-sign can be parsed
Summary: Document how to change the regular expression for SSSD so that group names wi...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: sssd
Version: 7.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Jakub Hrozek
QA Contact: ipa-qe
URL:
Whiteboard:
Depends On:
Blocks: 1550132
TreeView+ depends on / blocked
 
Reported: 2017-11-05 18:04 UTC by Jakub Hrozek
Modified: 2024-03-25 15:01 UTC (History)
10 users (show)

Fixed In Version: sssd-1.16.2-3.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-30 10:40:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github SSSD sssd issues 4252 0 None closed [RFE] Regular expression used in sssd.conf not being able to consume an @-sign in the user/group name. 2021-02-08 22:51:49 UTC
Red Hat Product Errata RHSA-2018:3158 0 None None None 2018-10-30 10:41:50 UTC

Description Jakub Hrozek 2017-11-05 18:04:48 UTC
Description of problem:
This is a spin-off of https://bugzilla.redhat.com/show_bug.cgi?id=1383520 which, instead changing the default re_expression (which might be too risky in a stable RHEL version) would document how to change the expression for environments that use groupnames with an @-sign.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Jakub Hrozek 2017-11-05 18:08:45 UTC
Upstream ticket:
https://pagure.io/SSSD/sssd/issue/3219

Comment 3 Fabiano Fidêncio 2018-06-22 11:42:34 UTC
master:
 4c79db6

Comment 9 Mohammad Rizwan 2018-09-06 07:47:22 UTC
version:
ipa-server-4.6.4-7.el7.x86_64
ipa-server-trust-ad-4.6.4-7.el7.x86_64
sssd-1.16.2-12.el7.x86_64
sssd-ad-1.16.2-12.el7.x86_64

Steps:
1. Install IPA master and setup AD trust

2. Add a user on AD side having @ i.e test@riz

3. Add a group on AD having @ i.e test@test

4. Add user to the the added group in step 3

5. clear cache and restart sssd on ipa server

6. Run id and getent for user and group on ipa server
   $ id test@riz@ad-domain

   $  getent group test@test@ad-domain

7. Install Ipa client

8. set regex on sssd.conf on ipa client in section [domain] and [sssd] and restart the sssd:

[..]
re_expression = ((?P<name>.+)@(?P<domain>[^@]+$))
use_fully_qualified_names = True
debug_level = 9

[sssd]
services = nss, sudo, pam, ssh
re_expression = ((?P<name>.+)@(?P<domain>[^@]+$))
debug_level = 9
[..]

9. 6. Run id and getent for user and group on ipa client
   $ id test@riz@ad-domain

   $  getent group test@test@ad-domain


Actual result:

Master:
~~~~~~~~~~~
[root@mater ~]# id test@riz
uid=1577608962(test_riz) gid=1577608962(test_riz) groups=1577608962(test_riz),1577608961(test@test),1577605681(group1),1577600513(domain users)
[root@mater ~]# 
[root@mater ~]# 
[root@mater ~]# getent group test@test
test@test:*:1577608961:test_riz



client:
~~~~~~~~~~~
[root@client ~]# id test@riz
uid=1577608962(test_riz) gid=1577608962(test_riz) groups=1577608962(test_riz)
[root@client ~]# 
[root@client ~]# getent group test@test
[root@client ~]# 


Currently '@' sign works for user name only and not for group names. Hence marking the bug as verified.

Comment 13 errata-xmlrpc 2018-10-30 10:40:47 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, 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/RHSA-2018:3158


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