Home
last modified time | relevance | path

Searched defs:pam_config (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/pam-krb5/module/
H A Dinternal.h56 struct pam_config { struct
58 char *alt_auth_map; /* An sprintf pattern to map principals. */
59 bool force_alt_auth; /* Alt principal must be used if it exists. */
60 bool ignore_k5login; /* Don't check .k5login files. */
61 bool ignore_root; /* Skip authentication for root. */
62 long minimum_uid; /* Ignore users below this UID. */
63 bool only_alt_auth; /* Alt principal must be used. */
64 bool search_k5login; /* Try password with each line of .k5login. */
67 char *fast_ccache; /* Cache containing armor ticket. */
68 bool anon_fast; /* sets up an anonymous fast armor cache */
[all …]
/freebsd/contrib/pam-krb5/tests/pam-util/
H A Doptions-t.c47 struct pam_config { struct
60 #define K(name) (#name), offsetof(struct pam_config, name) argument