Lines Matching refs:user
267 /* The default-user name. This is not used to imply any rights. All
268 it does is save a remote user some work by reducing the amount of
270 static const char *default_username = "saned-user";
3082 runas_user (char *user)
3092 pwent = getpwnam(user);
3096 DBG (DBG_ERR, "FATAL ERROR: user %s not found on system\n", user);
3127 if (strcmp(grp->gr_mem[i], user) == 0)
3190 run_standalone (char *user)
3251 if (user)
3252 runas_user(user);
3416 " -a, --alone[=user] equal to `-l -D -u user'\n"
3418 " -u, --user=user run as `user'\n"
3438 {"user", required_argument, 0, 'u'},
3452 char *user = NULL;
3477 user = optarg;
3483 user = optarg;
3550 run_standalone(user);