1 2 3 4 5 6 7 8 9 10 11 12 13
|
Version 1.5.4 - 1.6.1:
- The ban_fqan plugin fails in case there are no or no valid VOMS credentials.
It should succeed in those cases.
Version 1.5.0 and older:
- When a voms poolgroup or voms localgroup plugin selects the primary GID, it
will not consult the getCredentialData(PRI_GID, &count) return count value
to see if another plugin had already set a Primary Unix Group ID for the
mapping results. This needs to be checked first to push the mapping result
for a Unix group id to either the primary or the secundary GID list.
- The pure VOMS Extract plugin (=deprecated) can (still) only handle input
from the GSI interface.
|