Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/npppd/npppd/
Dnpppd.h156 struct authconf { struct
158 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 …]
/openbsd/src/usr.sbin/bgpd/
Dparse.y232 struct auth_config authconf; member