Home
last modified time | relevance | path

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

/external/openssh/
Dauth.c181 options.num_deny_groups > 0 || options.num_allow_groups > 0) { in allowed_user()
210 if (options.num_deny_groups > 0 || options.num_allow_groups > 0) { in allowed_user()
232 if (options.num_allow_groups > 0) in allowed_user()
234 options.num_allow_groups)) { in allowed_user()
Dservconf.h124 u_int num_allow_groups; member
Dservconf.c116 options->num_allow_groups = 0; in initialize_server_options()
1104 if (options->num_allow_groups >= MAX_ALLOW_GROUPS) in process_server_config_line()
1107 options->allow_groups[options->num_allow_groups++] = in process_server_config_line()
1788 dump_cfg_strarray(sAllowGroups, o->num_allow_groups, o->allow_groups); in dump_config()