Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h215 char *authorized_principals_command; member
278 M_CP_STROPT(authorized_principals_command); \
H A Dauth2-pubkey.c359 if (options.authorized_principals_command == NULL) in match_principals_command()
384 if (argv_split(options.authorized_principals_command, in match_principals_command()
387 "invalid quotes", options.authorized_principals_command); in match_principals_command()
392 options.authorized_principals_command); in match_principals_command()
523 options.authorized_principals_command != NULL; in user_cert_trusted_ca()
H A Dsshd.c1851 (options.authorized_principals_command != NULL &&
1852 strcasecmp(options.authorized_principals_command, "none") != 0))
H A Dservconf.c189 options->authorized_principals_command = NULL; in initialize_server_options()
2472 charptr = &options->authorized_principals_command; in process_server_config_line_depth()
3178 dump_cfg_string(sAuthorizedPrincipalsCommand, o->authorized_principals_command); in dump_config()