Searched refs:bind (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/auth/
H A Dpassdb-ldap.c27 struct ldap_request_bind bind; member in union:passdb_ldap_request::__anon11
159 AUTH_LOG_MSG_PASSWORD_MISMATCH" (for LDAP bind)");
270 /* create a new bind request */
275 brequest->request.bind.dn = brequest->dn;
276 brequest->request.bind.request.type = LDAP_REQUEST_TYPE_BIND;
277 brequest->request.bind.request.auth_request = auth_request;
279 ldap_auth_bind(conn, &brequest->request.bind);
373 "bind search: base=%s filter=%s",
388 struct ldap_request_bind *brequest = &request->request.bind;
/dovecot/src/lib/
H A Dnet.c43 sockets at bind() stage, which is what we generally want to allow more than
44 64k outgoing connections to different destinations. However, at bind() stage
176 if (bind(fd, &so.sa, SIZEOF_SOCKADDR(so)) == -1) {
177 i_error("bind(%s) failed: %m", net_ip2addr(my_ip));
257 if (bind(fd, &so.sa, SIZEOF_SOCKADDR(so)) == -1) {
453 /* If using IPv6, bind only to IPv6 if possible. This avoids
462 ret = bind(fd, &so.sa, SIZEOF_SOCKADDR(so));
465 i_error("bind(%s, %u) failed: %m",
522 /* bind */
523 if (bind(f
[all...]

Completed in 364 milliseconds