.\" In .TH, FOO should be all caps, SECTION should be 1-8, maybe w/ subsection .\" other parms are allowed: see man(7), man(1) .\" .\" This template provided by Tom Christiansen . .\" .TH LCMAPS_VOMS_LOCALACCOUNT.MOD 8 "February 25, 2013" "Stichting FOM/Nikhef" "Site Access Control" .SH NAME lcmaps_voms_localaccount.mod \- LCMAPS plugin to switch user identity based on VOMS credentials by local accounts .SH SYNOPSIS .nh .ad l .B lcmaps_voms_localaccount.mod .RB [ -gridmapfile .IR gridmapfile ] .RB [ --add-primary-gid-from-mapped-account ] .RB [ --do-not-add-primary-gid-from-mapped-account ] .RB [ --add-primary-gid-as-secondary-gid-from-mapped-account ] .RB [ --add-secondary-gids-from-mapped-account ] .RB [ -use_voms_gid | -use-voms-gid ] .hy .ad b .SH DESCRIPTION This VOMS localaccount acquisition plugin is a 'VOMS-aware' modification of the \fBlcmaps_localaccount.mod.8\fR plugin. The plugin tries to find a local account (more specifically a UserID) based on the VOMS information that has available from the LCMAPS, in particular the Fully Qualified Attribute Names (FQAN). The VOMS credentials need to be available from the LCMAPS framework. .SH OPTIONS .TP .BI "-gridmapfile " gridmapfile This file must contain FQANs to (local) user account names. If this option is set, it will override the default path of the gridmapfile. It is advised to use an absolute path to the gridmapfile to avoid usage of the wrong file(path). .TP .BI "--add-primary-gid-from-mapped-account" After the account is mapped, add the primary Group ID from the passwd-file/LDAP of the mapped account as a part of the mapping result. Default is to not add the primary Group ID. .TP .BI "--do-not-add-primary-gid-from-mapped-account" After the account is mapped, explicitly avoid adding the primary Group ID from the passwd-file/LDAP of the mapped account as a part of the mapping result.. Default is to not add the primary Group ID. .TP .BI "--add-primary-gid-as-secondary-gid-from-mapped-account" After the account is mapped, add the primary Group ID from the passwd-file/LDAP of the mapped account as a secondary Group ID as a part of the mapping result. .TP .BI "--add-secondary-gids-from-mapped-account" After the account is mapped, add the secondary Group ID from the groups-file/LDAP of the mapped account as a secondary Group ID(s) as a part of the mapping result. .TP .BI "-use_voms_gid" | "-use-voms-gid" Warning: Default enabled! Switching this \fBon\fR will \fBdisable\fR the automatic inclusion of the primary Group ID and secondary Group ID(s) of the mapped account as a part of the mapping result. We advise to switch this option \fBon\fR by default. .SH "RETURN VALUES" .TP .B LCMAPS_MOD_SUCCESS Success. .TP .B LCMAPS_MOD_FAIL Failure. .SH NOTES Since version 1.6.0 the voms_localaccount plugin supports grid-mapfile entries with multiple usernames, separated by a comma without whitespace. This can be used in combination with specifying a \fB requested username \fR (such as by gsissh), to pick any of these accounts. When no \fB requested username\fR is specified, the first is used. This requires LCMAPS version 1.6.0 or newer. .SH BUGS Please report any errors to the Nikhef Grid Middleware Security Team . .SH "SEE ALSO" .BR lcmaps.db (5), .BR lcmaps (3). .SH AUTHORS LCMAPS and the LCMAPS plug-ins were written by the Grid Middleware Security Team .