Skip to content

Commit 0220409

Browse files
Merge pull request htcondor#548 from timtheisen/V5-HTCONDOR-1313-pcre2-regex
HTCONDOR-1313: Make mapfile regular expressions PCRE2 compliant
2 parents 38458e2 + 612dd02 commit 0220409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/mapfiles.d/50-central-collector.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
#
99
###############################################################################
1010

11-
GSI /[-.A-Za-z0-9\/= ]*\/CN=([-.A-Za-z0-9\/= ]+)/ \[email protected]
11+
GSI /[.A-Za-z0-9\/=[:space:]-]*\/CN=([.A-Za-z0-9\/=[:space:]-]+)/ \[email protected]

config/mapfiles.d/50-common-default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
###############################################################################
1010

11-
SSL /\/CN=([-.A-Za-z0-9\/= ]+)/ \[email protected]
11+
SSL /\/CN=([.A-Za-z0-9\/=[:space:]-]+)/ \[email protected]
1212
CLAIMTOBE /.*/ anonymous@claimtobe
1313
FS /^(root|condor)$/ \[email protected]
1414
FS /(.*)/ \1

0 commit comments

Comments
 (0)