Skip to content

Commit ec867e5

Browse files
andresailerweb-flow
authored andcommitted
sweep: #5700 voms2cs agent fix when joining second VO
1 parent 8d242fc commit ec867e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DIRAC/ConfigurationSystem/Client/VOMS2CSSynchronizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ def syncCSWithVOMS(self):
265265
for user in nonVOUserDict:
266266
if dn in fromChar(nonVOUserDict[user]["DN"]):
267267
diracName = user
268+
diracUserDict[diracName] = nonVOUserDict[user]
268269
break
269270

270271
# Check the nickName in the same VO to see if the user is already registered

0 commit comments

Comments
 (0)