Lines Matching refs:LDAP

53 					LDAP *,
62 LDAP **,
65 extern int ldap_sasl_cram_md5_bind_s(LDAP *, char *, struct berval *,
67 extern int ldapssl_install_gethostbyaddr(LDAP *ld, const char *skip);
76 static int openConnection(LDAP **, const char *, const ns_cred_t *,
697 * Returns: LDAP status
700 getServerInfo(LDAP *ld, ns_server_info_t *sinfo)
824 LDAP *ld = NULL;
974 "unable to make LDAP connection, "
1367 * client requests any other LDAP
1401 * for searching the LDAP directory,
1406 * on the LDAP search operation with
1498 openConnection(LDAP **ldp, const char *serverAddr, const ns_cred_t *auth,
1503 LDAP *ld = NULL;
1567 * configuration file specification. The LDAP bind operation is an
1568 * exception where we rely on the LDAP library to follow the referal.
1570 * The LDAP follow referral option must be set to OFF for the libldap5
1573 * to follow referrals we MUST also set the LDAP follow referral option
1574 * to OFF before we perform an LDAP bind.
1592 /* retry if LDAP I/O was interrupted */
1605 * Turn off LDAP referral following so that this library can
2118 * server Bind to this LDAP server only
2132 * binding if server supports LDAP V3 password less
2184 * This function initializes a TLS LDAP session. On success LDAP* is returned
2192 LDAP **ldp, ns_ldap_error_t **errorp)
2364 * This finction initializes a none-TLS LDAP session. On success LDAP*
2372 LDAP **ldp, ns_ldap_error_t **errorp)
2422 * This finction initializes an LDAP session.
2432 * ldp - a pointer to an LDAP structure which will be used
2441 LDAP **ldp, ns_ldap_error_t **errorp)
2488 LDAP *ld,
2608 LDAP *ld,
2804 * This function performs an LDAP Bind operation proceeding
2823 LDAP *ld,
2833 LDAP *ld,
2841 "performBind: LDAP session "