SYNOPSIS
lcmaps_localaccount.mod [-gridmapfile|-GRIDMAPFILE|-gridmap|-GRIDMAP <location grid-mapfile>]
The plugin is a Acquisition Plugin and will provide the LCMAPS system with Local Account credential information. To do this it needs to look up the Distinghuished Name (DN) from a user's certificate in the grid-mapfile. If this DN is found in the grid-mapfile the plugin knows the mapped local (system) account username. By knowing the username of the local account the plugin can gather additional information about this account. The plugin will resolve the UID, GID and all the secundary GIDs. When this all has been done and there weren't any problems detected the plugin will add this information to a datastructure in the Plugin Manager. The plugin will finish it's run with a LCMAPS_MOD_SUCCESS. This result will be reported to the Plugin Manager which started this plugin and it will forward this result to the Evaluation Manager which will take appropriate actions for the next plugin to run. Normally this plugin would be followed by a Enforcement plugin that can apply these gathered credentials in a way that is appropriate to a system administration's needs.
OPTIONS
-GRIDMAPFILE <gridmapfile>
See -gridmap
-gridmapfile <gridmapfile>
See -gridmap
-GRIDMAP <gridmapfile>
See -gridmap
-gridmap <gridmapfile>
When this option is set in the initialization string it will override the default path of to the grid-mapfile. It is advised to use a absolute path to the grid-mapfile to avoid usage of the wrong file(path). When this option is set but without a path to the grid-mapfile will fail the initialisation of the plugin and the plugin will not run untill it has been disposed and reloaded.
SEE ALSO
lcmaps_ldap_enf.mod, lcmaps_poolaccount.mod, lcmaps_posix_enf.mod, lcmaps_voms.mod