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

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h177 char *authorized_principals_file; member in struct:__anon4965
218 M_CP_STROPT(authorized_principals_file); \
H A Dauth.c386 authorized_principals_file(struct passwd *pw) function
388 if (options.authorized_principals_file == NULL ||
389 strcasecmp(options.authorized_principals_file, "none") == 0)
391 return expand_authorized_keys(options.authorized_principals_file, pw);
H A Dauth.h189 char *authorized_principals_file(struct passwd *);
H A Dservconf.c155 options->authorized_principals_file = NULL;
1460 charptr = &options->authorized_principals_file;
2092 o->authorized_principals_file);
H A Dauth2-pubkey.c443 if ((principals_file = authorized_principals_file(pw)) != NULL) {

Completed in 94 milliseconds