Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h214 char *authorized_principals_file; member
277 M_CP_STROPT(authorized_principals_file); \
H A Dauth.c413 authorized_principals_file(struct passwd *pw) in authorized_principals_file() function
415 if (options.authorized_principals_file == NULL) in authorized_principals_file()
417 return expand_authorized_keys(options.authorized_principals_file, pw); in authorized_principals_file()
H A Dauth.h194 char *authorized_principals_file(struct passwd *);
H A Dservconf.c188 options->authorized_principals_file = NULL; in initialize_server_options()
490 CLEAR_ON_NONE(options->authorized_principals_file); in fill_default_server_options()
2096 charptr = &options->authorized_principals_file; in process_server_config_line_depth()
3173 o->authorized_principals_file); in dump_config()
H A Dauth2-pubkey.c512 if ((principals_file = authorized_principals_file(pw)) != NULL) { in user_cert_trusted_ca()