Home
last modified time | relevance | path

Searched refs:authorized_principals_command_user (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/crypto/openssh/
H A Dservconf.h216 char *authorized_principals_command_user; member
279 M_CP_STROPT(authorized_principals_command_user); \
H A Dauth2-pubkey.c361 if (options.authorized_principals_command_user == NULL) { in match_principals_command()
374 username = percent_expand(options.authorized_principals_command_user, in match_principals_command()
H A Dservconf.c190 options->authorized_principals_command_user = NULL; in initialize_server_options()
2476 charptr = &options->authorized_principals_command_user; in process_server_config_line_depth()
3179 dump_cfg_string(sAuthorizedPrincipalsCommandUser, o->authorized_principals_command_user); in dump_config()
H A Dsshd.c1848 if (options.authorized_principals_command_user == NULL &&