Searched refs:authorized_principals_file (Results 1 - 5 of 5) sorted by last modified time

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

Completed in 114 milliseconds