Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dservconf.h156 u_int num_allow_users; member
286 M_CP_STRARRAYOPT(allow_users, num_allow_users); \
H A Dauth.c143 if (options.num_deny_users > 0 || options.num_allow_users > 0 || in allowed_user()
166 if (options.num_allow_users > 0) { in allowed_user()
167 for (i = 0; i < options.num_allow_users; i++) { in allowed_user()
177 if (i >= options.num_allow_users) { in allowed_user()
H A Dservconf.c151 options->num_allow_users = 0; in initialize_server_options()
1844 uintptr = &options->num_allow_users; in process_server_config_line_depth()
3201 dump_cfg_strarray(sAllowUsers, o->num_allow_users, o->allow_users); in dump_config()