logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lcmaps_dummy_good.mod - dummy LCMAPS plugin that always returns success

Author

       LCMAPS  and  the  LCMAPS  plug-ins  were  written  by  the  Grid  Middleware  Security   Team   <grid-mw-
       security@nikhef.nl>.

                                                 March 22, 2011                         LCMAPS_DUMMY_GOOD.MOD(8)

Bugs

       Please   report   any   errors   to   the   Nikhef   Grid  Middleware  Security  Team  <grid-mw-security-
       support@nikhef.nl>.

Description

       LCMAPS plug-in that always returns successfully, optionally with a user and group mapping.

Name

       lcmaps_dummy_good.mod - dummy LCMAPS plugin that always returns success

Options

       This  plugin  is  configured  in the lcmaps.db(5) file, following the specific syntax as described in the
       documentation.

       --dummy-uiduid--dummy-usernameuser
              The user id or user name to return as part of a successful mapping. The user  must  exist  on  the
              system. The default is to return no user information.  Use either of these options, not both.

       --dummy-gidgid--dummy-groupgroup
              The  group id or group name to return as part of a successful mapping. The group must exist on the
              system; the default is to return no group mapping. Use either of these options, not both.

       --dummy-sec-gidgid--dummy-sec-groupgroup
              The secondary group mapping to return as part of a successful mapping.  The group  must  exist  on
              the  system.  Only  one secondary group can be mapped by this plug-in. The default is to return no
              secondary group mapping. Use either of these options, not both.

Return Value

       This plugin always returns LCMAPS_MOD_SUCCESS, but if the given user  or  group  was  not  found  on  the
       system, the plugin returns LCMAPS_MOD_FAIL.

See Also

lcmaps(3), lcmaps.db(5).
       More information can be found on-line at the Nikhef Wiki on Site Access Control.

Synopsis

lcmaps_dummy_good.mod [{--dummy-uiduid|--dummy-usernameuser}] [{--dummy-gidgid|--dummy-groupgroup}]
       [{--dummy-sec-gidgid|--dummy-sec-groupgroup}]

See Also