Searched defs:authconf (Results 1 – 2 of 2) sorted by relevance
156 struct authconf { struct158 char name[NPPPD_GENERIC_NAME_LEN];159 int auth_type;160 char *username_suffix;161 bool eap_capable;162 bool strip_nt_domain;163 bool strip_atmark_realm;164 char users_file_path[PATH_MAX];165 int user_max_session;166 union {[all …]
232 struct auth_config authconf; member