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

/freebsd-13-stable/crypto/openssh/
H A Dservconf.h199 char *authorized_principals_command; member in struct:__anon6892
243 M_CP_STROPT(authorized_principals_command); \
H A Dauth2-pubkey.c410 if (options.authorized_principals_command == NULL)
435 if (argv_split(options.authorized_principals_command, &ac, &av) != 0) {
776 options.authorized_principals_command != NULL;
H A Dservconf.c177 options->authorized_principals_command = NULL;
2066 options->authorized_principals_command == NULL) {
2071 options->authorized_principals_command =
2633 dump_cfg_string(sAuthorizedPrincipalsCommand, o->authorized_principals_command);
H A Dsshd.c1716 (options.authorized_principals_command != NULL &&
1717 strcasecmp(options.authorized_principals_command, "none") != 0))

Completed in 116 milliseconds