Skip to content

Commit d959edd

Browse files
committed
fix (VOMS2CSAgent): fix exception when user joins second VO
1 parent 515c352 commit d959edd

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)