Searched refs:ldap_port (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dldap.h61 int ldap_port; member in struct:sm_ldap_struct
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dldap.c72 lmap->ldap_port = LDAP_PORT;
334 lmap->ldap_port);
366 lmap->ldap_port = ludp->lud_port;
375 sm_dprintf("ldap_init(%s, %d)\n", lmap->ldap_host, lmap->ldap_port);
376 ld = ldap_init(lmap->ldap_host, lmap->ldap_port);
387 sm_dprintf("ldap_open(%s, %d)\n", lmap->ldap_host, lmap->ldap_port);
390 ld = ldap_open(lmap->ldap_host, lmap->ldap_port);
402 sm_dprintf("FAIL: ldap_open(%s, %d)=%d\n", lmap->ldap_host, lmap->ldap_port, save_errno);
/freebsd-12-stable/contrib/sendmail/src/
H A Dmap.c4267 lmap->ldap_port,
4630 lmap->ldap_port = atoi(p);

Completed in 98 milliseconds