Skip to content

Commit 043875f

Browse files
authored
Merge pull request #193 from edquist/SOFTWARE-3236.CN-daemon-mapping
add CN -> daemon.opensciencegrid.org mapping (SOFTWARE-3236)
2 parents 75026e6 + 3e85ecb commit 043875f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/condor_mapfile.osg

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ GSI "^\/C\=RU\/O\=RDIG\/OU\=hosts\/OU=*\/CN\=(host\/)?([A-Za-z0-9.\-]*)$" \2@dae
66
GSI "^\/C\=BR\/O\=ANSP\/OU\=ANSPGrid\ CA\/OU\=Services\/CN\=(host\/)?([A-Za-z0-9.\-]*)$" \2@daemon.opensciencegrid.org
77
GSI "^\/DC\=org\/DC\=terena\/DC\=tcs.*\/CN\=(host\/)?([A-Za-z0-9.\-]*)$" \2@daemon.opensciencegrid.org
88
GSI "^\/DC\=ch\/DC\=cern\/OU\=computers\/CN\=(host\/)?([A-Za-z0-9.\-]*)$" \2@cern.ch
9+
GSI "^/CN=([-.A-Za-z0-9/= ]+)$" \1@daemon.opensciencegrid.org
910
GSI (.*) GSS_ASSIST_GRIDMAP
1011
GSI "(/CN=[-.A-Za-z0-9/= ]+)" \1@unmapped.opensciencegrid.org
1112
CLAIMTOBE .* anonymous@claimtobe

0 commit comments

Comments
 (0)