HomeSort by relevance Sort by last modified time
    Searched defs:authorized_principals_file (Results 1 - 2 of 2) sorted by null

  /external/openssh/
auth.c 403 authorized_principals_file(struct passwd *pw) function
405 if (options.authorized_principals_file == NULL)
407 return expand_authorized_keys(options.authorized_principals_file, pw);
servconf.h 185 char *authorized_principals_file; member in struct:__anon28153
225 M_CP_STROPT(authorized_principals_file); \

Completed in 67 milliseconds