Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dservconf.h217 char *authorized_principals_command; member
273 M_CP_STROPT(authorized_principals_command); \
H A Dauth2-pubkey.c365 if (options.authorized_principals_command == NULL) in match_principals_command()
390 if (argv_split(options.authorized_principals_command, in match_principals_command()
393 "invalid quotes", options.authorized_principals_command); in match_principals_command()
398 options.authorized_principals_command); in match_principals_command()
527 options.authorized_principals_command != NULL; in user_cert_trusted_ca()
H A Dsshd.c1773 (options.authorized_principals_command != NULL &&
1774 strcasecmp(options.authorized_principals_command, "none") != 0))
H A Dservconf.c190 options->authorized_principals_command = NULL; in initialize_server_options()
2366 charptr = &options->authorized_principals_command; in process_server_config_line_depth()
2964 dump_cfg_string(sAuthorizedPrincipalsCommand, o->authorized_principals_command); in dump_config()