HomeSort by relevance Sort by last modified time
    Searched refs:ldap (Results 1 - 11 of 11) sorted by null

  /external/curl/
androidconfigure 61 # Disable LDAP and LDAPS support.
62 --disable-ldap
configure     [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
URICertStore.java 119 // true if URI is ldap
120 private boolean ldap = false; field in class:URICertStore
165 // if ldap URI, use an LDAPCertStore to fetch certs and CRLs
166 if (uri.getScheme().toLowerCase(Locale.ENGLISH).equals("ldap")) {
167 ldap = true;
168 ldapHelper = CertStoreHelper.getInstance("LDAP");
249 // if ldap URI we wrap the CertSelector in an LDAPCertSelector to
250 // avoid LDAP DN matching issues (see LDAPCertSelector for more info)
251 if (ldap) {
258 // Fetch the certificates via LDAP. LDAPCertStore has its ow
    [all...]
  /external/curl/lib/
openldap.c 32 * compiled is the code from ldap.c.
39 #include <ldap.h>
76 LDAP **ld);
89 * LDAP protocol handler.
93 "LDAP", /* scheme */
155 LDAP *ld;
187 failf(conn->data, "LDAP local: %s", msg);
219 strcpy(hosturl, "ldap");
237 failf(data, "LDAP local: Cannot connect to %s, %s",
315 failf(data, "LDAP local: bind ldap_result %s", ldap_err2string(rc))
    [all...]
ldap.c 31 * compiled is the code from ldap.c.
38 #ifdef USE_WIN32_LDAP /* Use Windows LDAP implementation. */
41 # error Your Platform SDK is NOT sufficient for LDAP support! \
42 Update your Platform SDK, or disable LDAP support!
51 # include <ldap.h>
135 * LDAP protocol handler.
139 "LDAP", /* scheme */
189 static int ldap_win_bind_auth(LDAP *server, const char *user,
236 static int ldap_win_bind(struct connectdata *conn, LDAP *server,
267 LDAP *server = NULL
    [all...]
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 59 "--ldap" => \$writeLDAPMap,
362 $comment ="# Map table for LDAP profile (rfc4518.txt)\n\n";
663 --ldap Generate data for LDAP map table
  /external/curl/packages/vms/
build_vms.com 42 $! NOLDAP Disable LDAP support if LDAP is available.
124 $! LDAP default to on where available
128 $! Linker finds ldap with out option file.
271 $ ldap = 1
479 $ ldap = 0
607 $! LDAP.
609 $ if f$search("SYS$SHARE:LDAP$SHR.EXE") .eqs. ""
611 $ ldap = 0
613 $ if (ldap .eq. 0
    [all...]
  /external/curl/packages/OS400/
os400sys.c 55 #include <ldap.h>
920 /* ASCII wrappers for the LDAP procedures. */
  /external/ipsec-tools/src/racoon/
cftoken.l 217 /* ldap config */
253 <S_CFG>ldap { YYD; return(CFG_LDAP); }
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h 131 typedef struct ldap { struct
153 } LDAP,*PLDAP;
245 WINLDAPAPI LDAP *LDAPAPI ldap_openW(const PWCHAR HostName,ULONG PortNumber);
246 WINLDAPAPI LDAP *LDAPAPI ldap_openA(const PCHAR HostName,ULONG PortNumber);
247 WINLDAPAPI LDAP *LDAPAPI ldap_initW(const PWCHAR HostName,ULONG PortNumber);
248 WINLDAPAPI LDAP *LDAPAPI ldap_initA(const PCHAR HostName,ULONG PortNumber);
249 WINLDAPAPI LDAP *LDAPAPI ldap_sslinitW(PWCHAR HostName,ULONG PortNumber,int secure);
250 WINLDAPAPI LDAP *LDAPAPI ldap_sslinitA(PCHAR HostName,ULONG PortNumber,int secure);
251 WINLDAPAPI ULONG LDAPAPI ldap_connect(LDAP *ld,struct l_timeval *timeout);
258 WINLDAPAPI LDAP *LDAPAPI ldap_open(PCHAR HostName,ULONG PortNumber)
    [all...]

Completed in 376 milliseconds