Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dservconf.h218 char *authorized_principals_command_user; member
274 M_CP_STROPT(authorized_principals_command_user); \
H A Dauth2-pubkey.c367 if (options.authorized_principals_command_user == NULL) { in match_principals_command()
380 username = percent_expand(options.authorized_principals_command_user, in match_principals_command()
H A Dservconf.c191 options->authorized_principals_command_user = NULL; in initialize_server_options()
2370 charptr = &options->authorized_principals_command_user; in process_server_config_line_depth()
2965 dump_cfg_string(sAuthorizedPrincipalsCommandUser, o->authorized_principals_command_user); in dump_config()
H A Dsshd.c1772 if (options.authorized_principals_command_user == NULL &&