Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/ldapd/
H A Dldapd.h270 struct auth_req struct
272 int fd;
273 long long msgid;
274 char name[128];
275 char password[128];
H A Dauth.c181 struct auth_req auth_req; in send_auth_request() local