Searched refs:initgroups (Results 1 - 4 of 4) sorted by relevance

/httpd/include/
H A Dmpm_common.h225 * The initgroups() function initializes the group access list by reading the
231 * @fn int initgroups(const char *name, gid_t basegid)
233 int initgroups(const char *name, gid_t basegid);
/httpd/modules/arch/unix/
H A Dmod_unixd.c114 * Set the GID before initgroups(), since on some platforms
126 if (initgroups(name, ap_unixd_config.group_id) == -1) {
128 "initgroups: unable to set groups for User %s "
/httpd/support/
H A Dsuexec.c476 * Save these for later since initgroups will hose the struct
519 if (((setgid(gid)) != 0) || (initgroups(actual_uname, gid) != 0)) {
/httpd/server/
H A Dmpm_common.c279 int initgroups(const char *name, gid_t basegid) function

Completed in 1899 milliseconds