Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h211 char *authorized_principals_command; member
266 M_CP_STROPT(authorized_principals_command); \
Dauth2-pubkey.c452 if (options.authorized_principals_command == NULL) in match_principals_command()
477 if (argv_split(options.authorized_principals_command, &ac, &av) != 0) { in match_principals_command()
479 "invalid quotes", options.authorized_principals_command); in match_principals_command()
484 options.authorized_principals_command); in match_principals_command()
786 options.authorized_principals_command != NULL; in user_cert_trusted_ca()
Dservconf.c189 options->authorized_principals_command = NULL; in initialize_server_options()
2246 options->authorized_principals_command == NULL) { in process_server_config_line_depth()
2251 options->authorized_principals_command = in process_server_config_line_depth()
2853 dump_cfg_string(sAuthorizedPrincipalsCommand, o->authorized_principals_command); in dump_config()
Dsshd.c1719 (options.authorized_principals_command != NULL &&
1720 strcasecmp(options.authorized_principals_command, "none") != 0))