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

12345678

/macosx-10.10.1/Heimdal-398.1.2/tests/ldap/
H A DNTMakefile32 RELDIR=tests\ldap
/macosx-10.10.1/CPAN-56/Modules/perl-ldap-0.49/
H A DMakefile1 NAME = perl-ldap
/macosx-10.10.1/CPAN-56/Modules/perl-ldap-0.58/
H A DMakefile1 NAME = perl-ldap
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ldap/
H A DpkgIndex.tcl4 package ifneeded ldap 1.8 [list source [file join $dir ldap.tcl]]
6 # the OO level wrapper for ldap
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/ldap/
H A DldapChangeTest15 package require ldap
16 #source ./ldap.tcl
24 set results [ldap::search $handle \
65 set handle [ldap::connect localhost 9009]
75 ldap::bind $handle $dn $pw
83 ldap::add $handle $dn {
99 ldap::modify $handle $dn [list drink icetea uid JOLO]
108 ldap::modify $handle $dn {} {} [list drink water \
119 ldap::modify $handle $dn {} [list drink water \
130 ldap
[all...]
H A Dldapquery18 # * examples/ldap:
19 # * modules/ldap: New module: LDAP client. Provided to us by Joechen
41 package require ldap
42 #source ./ldap.tcl
52 puts stderr " ldapquery ldap.acme.com \"o=acme.com\" \"(cn=Miller*)\" "
53 puts stderr " ldapquery ldap.acme.com:389 \"o=acme.com\" \"(cn=Miller*)\" l mail"
54 puts stderr " ldapquery ldap \"o=acme.com\" \"&(l=Paris*)(cn=Miller*)\" cn telephonenumber ou"
64 set handle [ldap::connect $server $port]
66 ldap::bind $handle
68 set results [ldap
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dslapd.conf14 #referral ldap://root.openldap.org
28 dbuser ldap
29 dbpasswd ldap
/macosx-10.10.1/apr-32/apr-util/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...]
/macosx-10.10.1/apr-32/apr-util/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
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldaptcl/
H A DneoXldap.c48 #include <ldap.h>
94 ldap_err2string(ldap_get_lderrno(ldap))
108 LDAP *ldap; member in struct:ldaptclobj
130 code = ldap_get_lderrno(ldaptcl->ldap);
175 * o ldap - LDAP structure pointer.
185 LDAP_ProcessOneSearchResult (interp, ldap, entry, destArrayNameObj, evalCodeObj)
187 LDAP *ldap;
203 dn = ldap_get_dn(ldap, entry);
220 for (attributeName = ldap_first_attribute (ldap, entry, &ber);
222 attributeName = ldap_next_attribute(ldap, entr
304 LDAP *ldap = ldaptcl->ldap; local
434 LDAP *ldap = ldaptcl->ldap; local
1240 LDAP *ldap = ldaptcl->ldap; local
1276 LDAP *ldap; local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPModList.h11 #include <ldap.h>
H A DLDAPModification.h11 #include <ldap.h>
H A DLDAPSaslBindResult.h10 #include <ldap.h>
H A DLDAPExtResult.h10 #include <ldap.h>
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dslapd.conf14 #referral ldap://root.openldap.org
28 dbuser ldap
29 dbpasswd ldap
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-ldapglue.conf27 #ldapmod#modulepath ../servers/slapd/back-ldap/
51 database ldap
60 database ldap
H A Dslapd-glue-ldap.conf29 #ldapmod#modulepath ../servers/slapd/back-ldap/
46 database ldap
60 database ldap
76 database ldap
/macosx-10.10.1/apr-32/apr-util/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
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Deudcb-ldap.el1 ;;; eudcb-ldap.el --- Emacs Unified Directory Client - LDAP Backend
37 (require 'ldap)
43 (if (fboundp 'ldap-get-host-parameter)
44 (fset 'eudc-ldap-get-host-parameter 'ldap-get-host-parameter)
45 (defun eudc-ldap-get-host-parameter (host parameter)
46 "Get the value of PARAMETER for HOST in `ldap-host-parameters-alist'."
47 (plist-get (cdr (assoc host ldap-host-parameters-alist))
50 (defvar eudc-ldap-attributes-translation-alist
57 (eudc-protocol-set 'eudc-query-function 'eudc-ldap
[all...]
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dverify_hostname.t82 '127.0.0.1' => [qw( smtp ldap www)],
83 'server.local' => [qw(smtp ldap)],
84 'blafasel.server.local' => [qw(ldap www)],
89 'smtp.mydomain.local' => [qw(smtp ldap www)],
90 'xn--lwe-sna.idntest.local' => [qw(smtp ldap www)],
96 push @tests, ( $loewe => [qw(smtp ldap www)] );
102 for my $typ (qw( smtp ldap www)) {
/macosx-10.10.1/ruby-106/ruby/test/openssl/
H A Dtest_x509ext.rb45 URI.2 = ldap://ldap.example.com/cn=ca?certificateRevocationList;binary
56 %r{URI:ldap://ldap\.example\.com/cn=ca\?certificateRevocationList;binary},
64 %r{URI:ldap://ldap.example.com/cn=ca\?certificateRevocationList;binary},
/macosx-10.10.1/apr-32/apr-util/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,
/macosx-10.10.1/apr-32/apr-util/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,

Completed in 228 milliseconds

12345678