Lines Matching defs:action
200 const char *action = DEFAULT_ACTION;
210 { "action", 'a', POPT_ARG_STRING, &action, 0,
211 _("PAM action [auth|acct|setc|chau|open|clos], default: "
227 user, action, service);
248 if ( strncmp(action, "auth", 4)== 0 ) {
259 } else if ( strncmp(action, "chau", 4)== 0 ) {
263 } else if ( strncmp(action, "acct", 4)== 0 ) {
267 } else if ( strncmp(action, "setc", 4)== 0 ) {
271 } else if ( strncmp(action, "open", 4)== 0 ) {
275 } else if ( strncmp(action, "clos", 4)== 0 ) {
281 fprintf(stderr, _("unknown action\n"));