#3219 [RFE] Regular expression used in sssd.conf not being able to consume an @-sign in the user/group name.
Closed: Fixed 4 years ago by pbrezina. Opened 7 years ago by jhrozek.

Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 7): Bug 1383520

Please note that this Bug is private and may not be accessible as it contains confidential Red Hat customer information.

Description of problem: Regular expression used in sssd.conf not being able to
consume an @-sign in the user/group name.

How reproducible:
Always

Additional info:
With Default re_expression :
-----------------------------

[root@rhel7u1-2 ~]# getent group test@group
[root@rhel7u1-2 ~]# getent group test@group
[root@rhel7u1-2 ~]# chown -R pk:test@group /test1
chown: invalid group: ?pk:test@group?

getent group test@group command does not return the group information until I
execute id command.

[root@rhel7u1-2 ~]# id pk
uid=672401110(pk) gid=672400513(domain users) groups=672400513(domain
users),672401124(test@group)
[root@rhel7u1-2 ~]# getent group test@group
test@group:*:672401124:pk


With modified re_expression :
-----------------------------

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


[root@stcpbdnlv03p ~]# getent group secbuild-s@domain.com@otherdomain.com
secbuild-s@domain.com@otherdomain.com:*:57266:
[root@stcpbdnlv03p ~]# echo $?
0

Metadata Update from @jhrozek:
- Issue set to the milestone: SSSD Future releases (no date set yet)

7 years ago

Metadata Update from @jhrozek:
- Custom field mark reset (from no)
- Custom field patch reset (from 0)
- Custom field review reset (from True)
- Custom field sensitive reset (from 0)
- Issue close_status updated to: None
- Issue set to the milestone: SSSD 1.16.0 (was: SSSD Future releases (no date set yet))

6 years ago

Metadata Update from @jhrozek:
- Custom field mark reset (from false)
- Custom field patch reset (from false)
- Custom field review reset (from false)
- Custom field sensitive reset (from false)
- Issue tagged with: RFE

6 years ago

Since we are required to release a new upstream tarball no later than Friday Oct-20, I'm moving tickets that will not be closed by that date to the next milestone, 1.16.1

Metadata Update from @jhrozek:
- Custom field mark reset (from false)
- Custom field patch reset (from false)
- Custom field review reset (from false)
- Custom field sensitive reset (from false)
- Issue set to the milestone: SSSD 1.16.1 (was: SSSD 1.16.0)

6 years ago

Metadata Update from @jhrozek:
- Custom field mark reset (from false)
- Custom field patch reset (from false)
- Custom field review reset (from false)
- Custom field sensitive reset (from false)
- Issue tagged with: postpone-to-2-0

6 years ago

Metadata Update from @jhrozek:
- Custom field mark reset (from false)
- Custom field patch reset (from false)
- Custom field review reset (from false)
- Custom field sensitive reset (from false)
- Issue untagged with: postpone-to-2-0
- Issue set to the milestone: SSSD 2.0 (was: SSSD 1.16.1)

6 years ago

Metadata Update from @fidencio:
- Custom field mark reset (from false)
- Custom field patch reset (from false)
- Custom field review reset (from false)
- Custom field sensitive reset (from false)

5 years ago

I won't close this ticket for now as more work is planned on this area.

Metadata Update from @fidencio:
- Custom field mark reset (from false)
- Custom field patch reset (from false)
- Custom field review reset (from false)
- Custom field sensitive reset (from false)

5 years ago

Metadata Update from @jhrozek:
- Custom field mark reset (from false)
- Custom field patch reset (from false)
- Custom field review reset (from false)
- Custom field sensitive reset (from false)
- Issue set to the milestone: SSSD 2.1 (was: SSSD 2.0)

5 years ago

Metadata Update from @jhrozek:
- Custom field mark reset (from false)
- Custom field patch reset (from false)
- Custom field review reset (from false)
- Custom field sensitive reset (from false)
- Issue set to the milestone: SSSD 2.2 (was: SSSD 2.1)

5 years ago

Metadata Update from @jhrozek:
- Custom field mark reset (from false)
- Custom field patch reset (from false)
- Custom field review reset (from false)
- Custom field sensitive reset (from false)
- Issue set to the milestone: SSSD 2.3 (was: SSSD 2.2)

4 years ago
  • master
    • 469f1ac - IPA: Utilize new protocol in IPA extdom plugin

Metadata Update from @pbrezina:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/4252

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata