Searched refs:LDAP_OPT_TIMEOUT (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | options.c | 199 case LDAP_OPT_TIMEOUT: in ldap_get_option() 855 case LDAP_OPT_TIMEOUT: in ldap_set_option() 913 case LDAP_OPT_TIMEOUT: { in ldap_set_option()
|
| H A D | init.c | 88 {0, ATTR_OPT_TV, "TIMEOUT", NULL, LDAP_OPT_TIMEOUT},
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| H A D | bind.c | 815 ldap_get_option( msc->msc_ld, LDAP_OPT_TIMEOUT, (void *)&old_tv); in asyncmeta_back_proxy_authz_cred() 819 LDAP_OPT_TIMEOUT, in asyncmeta_back_proxy_authz_cred() 852 ldap_set_option( msc->msc_ld, LDAP_OPT_TIMEOUT, (void *)&old_tv ); in asyncmeta_back_proxy_authz_cred()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | ldapauth.c | 149 if (ldap_set_option(ldap->ld, LDAP_OPT_TIMEOUT, &ldap->s_timeout) != LDAP_SUCCESS) { in ldap_xconnect()
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | ldap.h | 126 #define LDAP_OPT_TIMEOUT 0x5002 /* default timeout */ macro
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | config.c | 2152 ldap_set_option( ld, LDAP_OPT_TIMEOUT, &tv ); in slap_client_connect()
|