#4127 [Doc]Provide explanation on escape character for match rules sss-certmap
Closed: Fixed by mzidek. Opened 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

Metadata Update from @sbose:
- Issue assigned to sbose

PR: https://github.com/SSSD/sssd/pull/965

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

Commit 21cb9fb2 relates to this ticket

master:
21cb9fb

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

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.

Metadata