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

/freebsd-10.2-release/crypto/openssh/
H A Dservconf.h176 char *authorized_principals_file; member in struct:__anon5369
220 M_CP_STROPT(authorized_principals_file); \
H A Dauth.c386 authorized_principals_file(struct passwd *pw) function
388 if (options.authorized_principals_file == NULL ||
389 strcasecmp(options.authorized_principals_file, "none") == 0)
391 return expand_authorized_keys(options.authorized_principals_file, pw);
H A Dauth.h185 char *authorized_principals_file(struct passwd *);
H A Dservconf.c155 options->authorized_principals_file = NULL;
1473 charptr = &options->authorized_principals_file;
2102 o->authorized_principals_file);
H A Dauth2-pubkey.c449 if ((principals_file = authorized_principals_file(pw)) != NULL) {

Completed in 114 milliseconds