Lines Matching refs:user
46 * set both the POSIX and BS2000 user id's to the unprivileged user.
60 /* If the user is unprivileged, use the normal fork() only. */
73 * environment to be switched to the target user's user id.
90 "be started by an unprivileged user!");
98 pid_t os_fork(const char *user)
110 apr_cpystrn(username, user, sizeof username);
112 /* Make user name all upper case - for some versions of ufork() */
119 "for user %s - Aborting.", user);