Searched refs:ldap (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.0-release/contrib/apr-util/test/
H A Dtestldap.c19 * ldap server DN. Multiple DNs may be listed on
25 * directory will be added to the ldap certificate store.
29 * - Unsecure ldap://
31 * - Secure ldap://+Start_TLS
143 static void test_ldap_connection(abts_case *tc, LDAP *ldap) argument
149 ldap_set_option(ldap, LDAP_OPT_PROTOCOL_VERSION, &version);
153 result = ldap_simple_bind_s(ldap,
165 ldap_unbind_s(ldap);
173 LDAP *ldap; local
179 apr_ldap_init(pool, &ldap,
194 LDAP *ldap; local
214 LDAP *ldap; local
[all...]
/freebsd-10.0-release/contrib/apr-util/ldap/
H A Dapr_ldap_init.c145 * APR_LDAP_STARTTLS: Force STARTTLS on ldap://
148 LDAP **ldap,
166 *ldap = ldapssl_init(hostname, portno, secure == APR_LDAP_SSL);
168 *ldap = ldapssl_init(hostname, portno, 0);
171 *ldap = ldap_sslinit((char *)hostname, portno, 0);
173 *ldap = ldap_init((char *)hostname, portno);
176 if (*ldap != NULL) {
182 return apr_ldap_set_option(pool, *ldap, APR_LDAP_OPT_TLS, &secure, result_err);
147 apr_ldap_init(apr_pool_t *pool, LDAP **ldap, const char *hostname, int portno, int secure, apr_ldap_err_t **result_err) argument
H A Dapr_ldap_option.c40 static void option_set_cert(apr_pool_t *pool, LDAP *ldap, const void *invalue,
42 static void option_set_tls(apr_pool_t *pool, LDAP *ldap, const void *invalue,
52 LDAP *ldap,
66 result->rc = ldap_get_option(ldap, option, outvalue);
90 LDAP *ldap,
105 option_set_cert(pool, ldap, invalue, result);
109 option_set_tls(pool, ldap, invalue, result);
160 result->rc = ldap_set_option(ldap, LDAP_OPT_REFERRALS, (void *)invalue);
183 result->rc = ldap_set_option(ldap, LDAP_OPT_REFHOPLIMIT, (void *)invalue);
194 result->rc = ldap_set_option(ldap, optio
51 apr_ldap_get_option(apr_pool_t *pool, LDAP *ldap, int option, void *outvalue, apr_ldap_err_t **result_err) argument
89 apr_ldap_set_option(apr_pool_t *pool, LDAP *ldap, int option, const void *invalue, apr_ldap_err_t **result_err) argument
223 option_set_tls(apr_pool_t *pool, LDAP *ldap, const void *invalue, apr_ldap_err_t *result) argument
396 option_set_cert(apr_pool_t *pool, LDAP *ldap, const void *invalue, apr_ldap_err_t *result) argument
[all...]
H A Dapr_ldap_stub.c74 LDAP **ldap,
81 return lfn->init(pool, ldap, hostname, portno, secure, result_err);
101 LDAP *ldap,
107 return lfn->get_option(pool, ldap, option, outvalue, result_err);
111 LDAP *ldap,
117 return lfn->set_option(pool, ldap, option, invalue, result_err);
73 apr_ldap_init(apr_pool_t *pool, LDAP **ldap, const char *hostname, int portno, int secure, apr_ldap_err_t **result_err) argument
100 apr_ldap_get_option(apr_pool_t *pool, LDAP *ldap, int option, void *outvalue, apr_ldap_err_t **result_err) argument
110 apr_ldap_set_option(apr_pool_t *pool, LDAP *ldap, int option, const void *invalue, apr_ldap_err_t **result_err) argument
/freebsd-10.0-release/contrib/apr-util/
H A Dbuild.conf23 ldap/apr_ldap_stub.c
24 ldap/apr_ldap_url.c
40 ldap crypto_openssl crypto_nss dbd_pgsql
97 [ldap]
98 paths = ldap/apr_ldap_init.c
99 ldap/apr_ldap_option.c
100 ldap/apr_ldap_rebind.c
101 target = ldap/apr_ldap.la
H A Dbuild-outputs.mk33 ldap/apr_ldap_stub.lo: ldap/apr_ldap_stub.c .make.dirs include/apu_version.h include/private/apu_internal.h
34 ldap/apr_ldap_url.lo: ldap/apr_ldap_url.c .make.dirs
48 OBJECTS_all = buckets/apr_brigade.lo buckets/apr_buckets.lo buckets/apr_buckets_alloc.lo buckets/apr_buckets_eos.lo buckets/apr_buckets_file.lo buckets/apr_buckets_flush.lo buckets/apr_buckets_heap.lo buckets/apr_buckets_mmap.lo buckets/apr_buckets_pipe.lo buckets/apr_buckets_pool.lo buckets/apr_buckets_refcount.lo buckets/apr_buckets_simple.lo buckets/apr_buckets_socket.lo crypto/apr_crypto.lo crypto/apr_md4.lo crypto/apr_md5.lo crypto/apr_passwd.lo crypto/apr_sha1.lo crypto/crypt_blowfish.lo crypto/getuuid.lo crypto/uuid.lo dbd/apr_dbd.lo dbm/apr_dbm.lo dbm/apr_dbm_sdbm.lo dbm/sdbm/sdbm.lo dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo encoding/apr_base64.lo hooks/apr_hooks.lo ldap/apr_ldap_stub.lo ldap/apr_ldap_url.lo memcache/apr_memcache.lo misc/apr_date.lo misc/apr_queue.lo misc/apr_reslist.lo misc/apr_rmm.lo misc/apr_thread_pool.lo misc/apu_dso.lo misc/apu_version.lo strmatch/apr_strmatch.lo uri/apr_uri.lo xlate/xlate.lo xml/apr_xml.lo
64 SOURCE_DIRS = xml dbm encoding hooks buckets uri misc crypto dbd strmatch memcache dbm/sdbm ldap xlate $(EXTRA_SOURCE_DIRS)
66 ldap/apr_ldap_init.lo: ldap/apr_ldap_init.c .make.dirs include/private/apu_internal.h
67 ldap/apr_ldap_optio
[all...]
H A Dapu-config.in58 --avoid-ldap do not include ldap library information with --libs
59 --ldap-libs print library information to link with ldap
118 --avoid-ldap)
127 --ldap-libs)
H A DNWGNUmakefile6 ldap \
299 vpath %.c buckets:crypto:dbd:dbm:dbm/sdbm:encoding:hooks:ldap:memcache:misc:strmatch:uri:xlate:xml
H A Dapr-util.spec93 %package ldap
99 %description ldap
126 --with-ldap --without-gdbm \
187 %files ldap
/freebsd-10.0-release/contrib/apr-util/include/
H A Dapr_ldap_option.h184 * other ldap functions before ldapssl_install_routines() may cause this
211 * @param ldap The LDAP handle
218 LDAP *ldap,
233 * @param ldap The LDAP handle
240 LDAP *ldap,
H A Dapr_ldap_init.h123 * APR_LDAP_STARTTLS: Force STARTTLS on ldap://
132 * @param ldap The LDAP handle
140 LDAP **ldap,
H A Dapr_ldap.hnw72 #include <ldap.h>
/freebsd-10.0-release/contrib/apr-util/include/private/
H A Dapu_internal.h49 int (*init)(apr_pool_t *pool, LDAP **ldap, const char *hostname,
54 int (*get_option)(apr_pool_t *pool, LDAP *ldap, int option,
56 int (*set_option)(apr_pool_t *pool, LDAP *ldap, int option,
/freebsd-10.0-release/contrib/amd/amd/
H A Dinfo_ldap.c47 * LDAP Home Page: http://www.umich.edu/~rsug/ldap/
52 * ldap.h headers deprecate several functions used in this file, such as
54 * Those externs are still in <ldap.h>, but surrounded by an ifdef
74 #define AMD_LDAP_TYPE "ldap"
78 #define AMD_LDAP_HOST "ldap"
103 LDAP *ldap; member in struct:ald_ent
229 if (a->ldap != NULL)
230 amu_ldap_unbind(a->ldap);
252 dlog("Map %s is ldap\n", map);
257 aldh->ldap
[all...]
/freebsd-10.0-release/contrib/sendmail/include/sm/
H A Dconfig.h151 # include <ldap.h>
157 ** The new LDAP C API (draft-ietf-ldapext-ldap-c-api-04.txt) includes
174 ** non-ldap:// schemes.
/freebsd-10.0-release/kerberos5/lib/libwind/
H A DMakefile19 ldap.c \
/freebsd-10.0-release/crypto/heimdal/lib/wind/
H A DNTMakefile45 $(OBJ)\ldap.obj \
108 $(OBJ)\test-ldap.exe \
130 $(OBJ)\test-ldap.exe: $(OBJ)\test-ldap.obj
144 test-ldap.exe
/freebsd-10.0-release/contrib/amd/scripts/
H A Damd2ldif.in10 with ldif2ldbm(8C) to automagically update the ldap
/freebsd-10.0-release/contrib/sendmail/libsm/
H A Derrstring.c29 # include <ldap.h> /* for LDAP error codes */
212 return "LDAP URL doesn't begin with \"ldap[si]://\"";
253 return "LDAP URL doesn't begin with \"ldap://\"";
H A Dmbdb.c37 # include <sm/ldap.h>
67 { "ldap", mbdb_ldap_initialize, mbdb_ldap_lookup, mbdb_ldap_terminate },
H A Dldap.c14 SM_RCSID("@(#)$Id: ldap.c,v 1.85 2011/04/18 22:20:20 ca Exp $")
28 # include <sm/ldap.h>
396 sm_dprintf("ldap search filter=%s\n", filter);
1409 /* From here on in we can use ldap internal timelimits */
1418 ** SM_LDAP_GETERRNO -- get ldap errno value
/freebsd-10.0-release/lib/libsm/
H A DMakefile33 signal.c clock.c config.c sem.c shm.c mbdb.c strexit.c cf.c ldap.c \
/freebsd-10.0-release/kerberos5/lib/libhdb/
H A DMakefile44 hdb-ldap.c \
/freebsd-10.0-release/contrib/amd/include/
H A Dam_defs.h663 * This header file is required before <ldap.h> can be included.
670 * Actions to take if <ldap.h> exists.
673 # include <ldap.h>
/freebsd-10.0-release/contrib/sendmail/src/
H A Derr.c20 # include <ldap.h> /* for LDAP error codes */

Completed in 319 milliseconds

12