Searched defs:pam_config (Results 1 – 2 of 2) sorted by relevance
56 struct pam_config { struct58 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 …]
47 struct pam_config { struct60 #define K(name) (#name), offsetof(struct pam_config, name) argument