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

/macosx-10.10/OpenSSH-189/openssh/
H A Dservconf.h178 char *authorized_principals_file; member in struct:__anon3217
208 M_CP_STROPT(authorized_principals_file); \
H A Dauth.c363 authorized_principals_file(struct passwd *pw) function
365 if (options.authorized_principals_file == NULL ||
366 strcasecmp(options.authorized_principals_file, "none") == 0)
368 return expand_authorized_keys(options.authorized_principals_file, pw);
H A Dauth.h187 char *authorized_principals_file(struct passwd *);
H A Dservconf.c148 options->authorized_principals_file = NULL;
1402 charptr = &options->authorized_principals_file;
2018 o->authorized_principals_file);
H A Dauth2-pubkey.c402 if ((principals_file = authorized_principals_file(pw)) != NULL) {

Completed in 82 milliseconds