Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dservconf.h227 char *authorized_principals_command_user; member
294 M_CP_STROPT(authorized_principals_command_user); \
Dauth2-pubkey.c391 if (options.authorized_principals_command_user == NULL) { in match_principals_command()
404 username = percent_expand(options.authorized_principals_command_user, in match_principals_command()
Dsshd-session.c975 if (options.authorized_principals_command_user == NULL && in main()
Dservconf.c182 options->authorized_principals_command_user = NULL; in initialize_server_options()
2496 charptr = &options->authorized_principals_command_user; in process_server_config_line_depth()
3202 dump_cfg_string(sAuthorizedPrincipalsCommandUser, o->authorized_principals_command_user); in dump_config()
Dsshd.c1348 if (options.authorized_principals_command_user == NULL && in main()