#4127 [Doc]Provide explanation on escape character for match rules sss-certmap
Closed: Fixed 4 years ago by mzidek. Opened 4 years ago by sbose.

Ticket was cloned from Red Hat Bugzilla: Bug 1744500

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

the braces in the matching rules are interpreted as part of the regular expression and not as part of the explicit characters. Please add backslashes to all matching rules like e.g.:

Worked:
[certmap/localDomain/user][certmap/localdomain/j3t]
matchrule = <SUBJECT>CN=.*\(user\).*<EKU>msScLogin

Does not work:
[certmap/localDomain/user]
matchrule = <SUBJECT>CN=.*(user).*<EKU>msScLogin

Metadata Update from @sbose:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1744500

4 years ago

Metadata Update from @sbose:
- Issue assigned to sbose

4 years ago

Metadata Update from @sbose:
- Custom field patch adjusted to on

4 years ago

Commit 21cb9fb relates to this ticket

Metadata Update from @mzidek:
- 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/5088

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