Searched defs:msgid (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ldap/
H A Dutil_ldap.c507 int msgid = ldap_simple_bind(ldc->ldap, binddn, bindpw); local
508 if (msgid == -1) {
512 rc = ldap_result(ldc->ldap, msgid, 0, timeout, &result);

Completed in 19 milliseconds