GME  13
Classes | Defines | Typedefs
LDAP
APR Utility Functions
Collaboration diagram for LDAP:

Classes

struct  apr_ldap_err_t

Defines

#define APR_HAS_LDAP   1
#define APR_HAS_NETSCAPE_LDAPSDK   0
#define APR_HAS_SOLARIS_LDAPSDK   0
#define APR_HAS_NOVELL_LDAPSDK   0
#define APR_HAS_MOZILLA_LDAPSDK   0
#define APR_HAS_OPENLDAP_LDAPSDK   0
#define APR_HAS_MICROSOFT_LDAPSDK   1
#define APR_HAS_TIVOLI_LDAPSDK   0
#define APR_HAS_ZOS_LDAPSDK   0
#define APR_HAS_OTHER_LDAPSDK   0
#define APR_HAS_LDAP_SSL   1
#define APR_HAS_LDAP_URL_PARSE   0
#define APR_HAS_LDAPSSL_CLIENT_INIT   0
#define APR_HAS_LDAPSSL_CLIENT_DEINIT   0
#define APR_HAS_LDAPSSL_ADD_TRUSTED_CERT   0
#define APR_HAS_LDAP_START_TLS_S   0
#define APR_HAS_LDAP_SSLINIT   1
#define APR_HAS_LDAPSSL_INIT   0
#define APR_HAS_LDAPSSL_INSTALL_ROUTINES   0
#define LDAPS_PORT   636 /* ldaps:/// default LDAP over TLS port */
#define APR_LDAP_SIZELIMIT   0 /* equivalent to LDAP_NO_LIMIT, and what goes on the wire */
#define LDAP_VERSION_MAX   LDAP_VERSION
#define APR_LDAP_IS_SERVER_DOWN(s)
#define APU_DECLARE_LDAP(type)   APU_DECLARE(type)

Typedefs

typedef struct apr_ldap_err_t apr_ldap_err_t

Define Documentation

#define APR_HAS_LDAP   1

Definition at line 34 of file apr_ldap.h.

#define APR_HAS_LDAP_SSL   1

Definition at line 64 of file apr_ldap.h.

#define APR_HAS_LDAP_SSLINIT   1

Definition at line 89 of file apr_ldap.h.

#define APR_HAS_LDAP_START_TLS_S   0

Definition at line 88 of file apr_ldap.h.

#define APR_HAS_LDAP_URL_PARSE   0

Definition at line 66 of file apr_ldap.h.

Definition at line 87 of file apr_ldap.h.

Definition at line 86 of file apr_ldap.h.

Definition at line 85 of file apr_ldap.h.

#define APR_HAS_LDAPSSL_INIT   0

Definition at line 90 of file apr_ldap.h.

Definition at line 91 of file apr_ldap.h.

#define APR_HAS_MICROSOFT_LDAPSDK   1

Definition at line 42 of file apr_ldap.h.

#define APR_HAS_MOZILLA_LDAPSDK   0

Definition at line 40 of file apr_ldap.h.

#define APR_HAS_NETSCAPE_LDAPSDK   0

Definition at line 37 of file apr_ldap.h.

#define APR_HAS_NOVELL_LDAPSDK   0

Definition at line 39 of file apr_ldap.h.

#define APR_HAS_OPENLDAP_LDAPSDK   0

Definition at line 41 of file apr_ldap.h.

#define APR_HAS_OTHER_LDAPSDK   0

Definition at line 45 of file apr_ldap.h.

#define APR_HAS_SOLARIS_LDAPSDK   0

Definition at line 38 of file apr_ldap.h.

#define APR_HAS_TIVOLI_LDAPSDK   0

Definition at line 43 of file apr_ldap.h.

#define APR_HAS_ZOS_LDAPSDK   0

Definition at line 44 of file apr_ldap.h.

#define APR_LDAP_IS_SERVER_DOWN (   s)
Value:
((s) == LDAP_SERVER_DOWN \
                                    || (s) == LDAP_UNAVAILABLE)

Definition at line 163 of file apr_ldap.h.

#define APR_LDAP_SIZELIMIT   0 /* equivalent to LDAP_NO_LIMIT, and what goes on the wire */

Definition at line 117 of file apr_ldap.h.

#define APU_DECLARE_LDAP (   type)    APU_DECLARE(type)

Definition at line 187 of file apr_ldap.h.

#define LDAP_VERSION_MAX   LDAP_VERSION

Definition at line 124 of file apr_ldap.h.

#define LDAPS_PORT   636 /* ldaps:/// default LDAP over TLS port */

Definition at line 98 of file apr_ldap.h.


Typedef Documentation

This structure allows the C LDAP API error codes to be returned along with plain text error messages that explain to us mere mortals what really happened.