Home
last modified time | relevance | path

Searched refs:bind_req (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.sbin/ldapd/
H A Dauth.c197 req->conn->bind_req = req; in send_auth_request()
395 ldap_respond(conn->bind_req, rc); in ldap_bind_continue()
396 conn->bind_req = NULL; in ldap_bind_continue()
414 if (req->conn->bind_req) { in ldap_bind()
416 req->conn->bind_req->msgid); in ldap_bind()
417 request_free(req->conn->bind_req); in ldap_bind()
418 req->conn->bind_req = NULL; in ldap_bind()
H A Dldape.c533 if (conn->bind_req != NULL && conn->bind_req->msgid == ares->msgid) in ldape_auth_result()
H A Dconn.c121 if (req->conn->bind_req != NULL && req->type != LDAP_REQ_BIND) { in request_dispatch()
H A Dldapd.h221 struct request *bind_req; /* ongoing bind request */ member