Searched defs:Authctxt (Results 1 – 1 of 1) sorted by relevance
54 typedef struct Authctxt Authctxt; typedef58 struct Authctxt { struct59 sig_atomic_t success;60 int authenticated; /* authenticated and alarms cancelled */61 int postponed; /* authentication needs another step */62 int valid; /* user exists and is allowed to login */63 int attempt;64 int failures;65 int server_caused_failure;66 int force_pwchange;[all …]