HomeSort by: relevance | last modified time | path
    Searched defs:authorized_principals_file (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
auth.c 493 authorized_principals_file(struct passwd *pw) function
495 if (options.authorized_principals_file == NULL)
497 return expand_authorized_keys(options.authorized_principals_file, pw);
servconf.h 251 char *authorized_principals_file; member in struct:__anon186
317 M_CP_STROPT(authorized_principals_file); \

Completed in 28 milliseconds