Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDservconf.h170 u_int num_allow_groups; member
302 M_CP_STRARRAYOPT(allow_groups, num_allow_groups); \
HDauth.c142 options.num_deny_groups > 0 || options.num_allow_groups > 0) { in allowed_user()
181 if (options.num_deny_groups > 0 || options.num_allow_groups > 0) { in allowed_user()
203 if (options.num_allow_groups > 0) in allowed_user()
205 options.num_allow_groups)) { in allowed_user()
HDservconf.c155 options->num_allow_groups = 0; in initialize_server_options()
1824 uintptr = &options->num_allow_groups; in process_server_config_line_depth()
3252 dump_cfg_strarray(sAllowGroups, o->num_allow_groups, o->allow_groups); in dump_config()