Searched refs:first_valid_gid (Results 1 - 10 of 10) sorted by relevance

/dovecot/src/master/
H A Dmaster-settings.h25 unsigned int first_valid_gid, last_valid_gid; member in struct:master_settings
H A Dmaster-settings.c196 DEF(SET_UINT, first_valid_gid),
224 .first_valid_gid = 1,
451 set->first_valid_gid > set->last_valid_gid) {
452 *error_r = "first_valid_gid can't be larger than last_valid_gid";
/dovecot/src/lib/
H A Drestrict-access.h27 gid_t first_valid_gid, last_valid_gid; member in struct:restrict_access_settings
H A Drestrict-access.c144 if (gid_list[i] >= set->first_valid_gid &&
359 if (set->first_valid_gid != 0)
406 if (set->first_valid_gid != 0) {
408 dec2str(set->first_valid_gid)));
439 if (str_to_gid(value, &set_r->first_valid_gid) < 0)
440 i_fatal("Invalid first_valid_gid: %s", value);
/dovecot/src/auth/
H A Dauth-settings.h91 unsigned int first_valid_gid; member in struct:auth_settings
H A Dauth-settings.c275 DEF_NOPREFIX(SET_UINT, first_valid_gid),
336 .first_valid_gid = 1,
H A Duserdb-passwd.c153 if (pw->pw_gid < (gid_t)set->first_valid_gid)
/dovecot/src/lib-storage/
H A Dmail-storage-settings.h133 unsigned int first_valid_gid, last_valid_gid; member in struct:mail_user_settings
H A Dmail-storage-settings.c292 DEF(SET_UINT, first_valid_gid),
321 .first_valid_gid = 1,
H A Dmail-storage-service.c516 if (gid < (gid_t)set->first_valid_gid ||
521 "(see first_valid_gid in config file, gid from %s).",
584 set->first_valid_gid > 0 && getegid() == 0) {
601 rset.first_valid_gid = set->first_valid_gid;

Completed in 27 milliseconds