Home
last modified time | relevance | path

Searched refs:num_deny_groups (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dservconf.h135 u_int num_deny_groups; member
228 M_CP_STRARRAYOPT(deny_groups, num_deny_groups); \
Dauth.c188 options.num_deny_groups > 0 || options.num_allow_groups > 0) { in allowed_user()
227 if (options.num_deny_groups > 0 || options.num_allow_groups > 0) { in allowed_user()
236 if (options.num_deny_groups > 0) in allowed_user()
238 options.num_deny_groups)) { in allowed_user()
Dservconf.c136 options->num_deny_groups = 0; in initialize_server_options()
1425 if (options->num_deny_groups >= MAX_DENY_GROUPS) in process_server_config_line()
1430 options->deny_groups[options->num_deny_groups++] = in process_server_config_line()
2338 dump_cfg_strarray(sDenyGroups, o->num_deny_groups, o->deny_groups); in dump_config()