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

/external/openssh/
H A Dservconf.h168 char *authorized_principals_file; member in struct:__anon9669
181 M_CP_STROPT(authorized_principals_file); \
H A Dauth.c358 authorized_principals_file(struct passwd *pw) function
360 if (options.authorized_principals_file == NULL)
362 return expand_authorized_keys(options.authorized_principals_file, pw);
H A Dauth.h172 char *authorized_principals_file(struct passwd *);
H A Dauth2-pubkey.c406 if ((principals_file = authorized_principals_file(pw)) != NULL) {
H A Dservconf.c142 options->authorized_principals_file = NULL;
1261 charptr = &options->authorized_principals_file;
1773 o->authorized_principals_file);

Completed in 83 milliseconds