Searched defs:authorized_principals_file (Results 1 - 2 of 2) sorted by relevance

/external/openssh/
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 Dservconf.h168 char *authorized_principals_file; member in struct:__anon24413
181 M_CP_STROPT(authorized_principals_file); \

Completed in 142 milliseconds