Home
last modified time | relevance | path

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

/src/crypto/openssh/
H A Dservconf.h229 char *authorized_principals_command; member
298 M_CP_STROPT(authorized_principals_command); \
H A Dauth2-pubkey.c396 if (options.authorized_principals_command == NULL) in match_principals_command()
421 if (argv_split(options.authorized_principals_command, in match_principals_command()
424 "invalid quotes", options.authorized_principals_command); in match_principals_command()
429 options.authorized_principals_command); in match_principals_command()
560 options.authorized_principals_command != NULL; in user_cert_trusted_ca()
H A Dsshd-session.c1089 (options.authorized_principals_command != NULL && in main()
1090 strcasecmp(options.authorized_principals_command, "none") != 0)) in main()
H A Dsshd.c1609 (options.authorized_principals_command != NULL && in main()
1610 strcasecmp(options.authorized_principals_command, "none") != 0)) in main()
H A Dservconf.c205 options->authorized_principals_command = NULL; in initialize_server_options()
2594 charptr = &options->authorized_principals_command; in process_server_config_line_depth()
3320 dump_cfg_string(sAuthorizedPrincipalsCommand, o->authorized_principals_command); in dump_config()