Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dservconf.h226 char *authorized_principals_command; member
293 M_CP_STROPT(authorized_principals_command); \
Dauth2-pubkey.c389 if (options.authorized_principals_command == NULL) in match_principals_command()
414 if (argv_split(options.authorized_principals_command, in match_principals_command()
417 "invalid quotes", options.authorized_principals_command); in match_principals_command()
422 options.authorized_principals_command); in match_principals_command()
553 options.authorized_principals_command != NULL; in user_cert_trusted_ca()
Dsshd-session.c976 (options.authorized_principals_command != NULL && in main()
977 strcasecmp(options.authorized_principals_command, "none") != 0)) in main()
Dsshd.c1349 (options.authorized_principals_command != NULL && in main()
1350 strcasecmp(options.authorized_principals_command, "none") != 0)) in main()
Dservconf.c181 options->authorized_principals_command = NULL; in initialize_server_options()
2492 charptr = &options->authorized_principals_command; in process_server_config_line_depth()
3201 dump_cfg_string(sAuthorizedPrincipalsCommand, o->authorized_principals_command); in dump_config()