Lines Matching refs:LDAP

54 					LDAP *,
63 LDAP **,
66 extern int ldap_sasl_cram_md5_bind_s(LDAP *, char *, struct berval *,
68 extern int ldapssl_install_gethostbyaddr(LDAP *ld, const char *skip);
77 static int openConnection(LDAP **, const char *, const ns_cred_t *,
696 LDAP *ld = NULL;
821 "unable to make LDAP connection, "
1213 * client requests any other LDAP
1247 * for searching the LDAP directory,
1252 * on the LDAP search operation with
1344 openConnection(LDAP **ldp, const char *serverAddr, const ns_cred_t *auth,
1349 LDAP *ld = NULL;
1413 * configuration file specification. The LDAP bind operation is an
1414 * exception where we rely on the LDAP library to follow the referal.
1416 * The LDAP follow referral option must be set to OFF for the libldap5
1419 * to follow referrals we MUST also set the LDAP follow referral option
1420 * to OFF before we perform an LDAP bind.
1438 /* retry if LDAP I/O was interrupted */
1451 * Turn off LDAP referral following so that this library can
1964 * server Bind to this LDAP server only
1978 * binding if server supports LDAP V3 password less
2030 * This function initializes a TLS LDAP session. On success LDAP* is returned
2038 LDAP **ldp, ns_ldap_error_t **errorp)
2210 * This finction initializes a none-TLS LDAP session. On success LDAP*
2218 LDAP **ldp, ns_ldap_error_t **errorp)
2268 * This finction initializes an LDAP session.
2278 * ldp - a pointer to an LDAP structure which will be used
2287 LDAP **ldp, ns_ldap_error_t **errorp)
2334 LDAP *ld,
2432 LDAP *ld,
2615 * This function performs an LDAP Bind operation proceeding
2634 LDAP *ld,
2644 LDAP *ld,
2652 "performBind: LDAP session "