.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH LCMAPS_DUMMY_GOOD.MOD 8 "March 22, 2011" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .\" Don't use HP, PD and DT -- DvD .SH NAME lcmaps_dummy_good.mod \- dummy LCMAPS plugin that always returns success .SH SYNOPSIS .ad l .B lcmaps_dummy_good.mod .RB [{ --dummy-uid .IR uid |\c .B --dummy-username .IR user }] .RB [ --dummy-gid .IR gid ] .RB [ --dummy-sec-gid .IR gid ] .ad b .SH DESCRIPTION LCMAPS plug-in that always returns successfully, optionally with a user and group mapping. .SH OPTIONS This plugin is configured in the .BR lcmaps.db (5) file, following the specific syntax as described in the documentation. .TP .BI "--dummy-uid " uid .TQ .BI "--dummy-username " user .TQ .BI "--dummy-gid " gid .TQ .BI "--dummy-sec-gid " gid The user id, user name, group id, secondary group id and to return in a successful mapping. The given user and group(s) must exist in the system. The default is to return no user or group information. .SH 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. .SH BUGS Please report any errors to the Nikhef Grid Middleware Security Team . .SH SEE ALSO .BR lcmaps (3), .BR lcmaps.db (5). .br More information can be found on-line at .UR https://www.nikhef.nl/pub/projects/grid/gridwiki/index.php/Site_Access_Control the Nikhef Wiki on Site Access Control .UE . .SH AUTHOR LCMAPS and the LCMAPS plug-ins were written by the Grid Middleware Security Team .