Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth.c183 if (options.num_deny_groups > 0 || options.num_allow_groups > 0) { in allowed_user()
204 if (options.num_allow_groups > 0) in allowed_user()
206 options.num_allow_groups)) { in allowed_user()
H A Dservconf.c129 options->num_allow_groups = 0; in initialize_server_options()
1147 if (options->num_allow_groups >= MAX_ALLOW_GROUPS) in process_server_config_line()
1150 options->allow_groups[options->num_allow_groups++] = in process_server_config_line()
/titanic_50/usr/src/cmd/ssh/include/
H A Dservconf.h130 u_int num_allow_groups; member