Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd.h155 struct authconf { struct
158 int auth_type;
159 char *username_suffix;
160 bool eap_capable;
161 bool strip_nt_domain;
162 bool strip_atmark_realm;
163 char users_file_path[PATH_MAX];
164 int user_max_session;
165 union {
170 } data;
[all …]