OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LDAP
(Results
1 - 7
of
7
) sorted by null
/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
...]
/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
...]
generate_config_vms_h_curl.com
150
$!
LDAP
suppressed?
155
$if f$search("SYS$SHARE:
LDAP
$SHR.EXE") .eqs. ""
/external/curl/lib/
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>
137
*
LDAP
protocol handler.
141
"
LDAP
", /* scheme */
191
LDAP
*server = NULL;
216
infof(data, "
LDAP
local:
LDAP
Vendor = %s ; LDAP Version = %d\n"
[
all
...]
openldap.c
32
* compiled is the code from
ldap
.c.
39
#include <
ldap
.h>
58
LDAP
**ld);
71
*
LDAP
protocol handler.
75
"
LDAP
", /* scheme */
135
LDAP
*ld;
167
failf(conn->data, "
LDAP
local: %s", msg);
199
strcpy(hosturl, "
ldap
");
208
failf(data, "
LDAP
local: Cannot connect to %s, %s",
286
failf(data, "
LDAP
local: bind ldap_result %s", ldap_err2string(rc))
[
all
...]
/external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl
57
"--
ldap
" => \$writeLDAPMap,
360
$comment ="# Map table for
LDAP
profile (rfc4518.txt)\n\n";
661
--
ldap
Generate data for
LDAP
map table
/external/ipsec-tools/src/racoon/
isakmp_xauth.c
114
#include "
ldap
.h"
803
LDAP
*ld = NULL;
823
tmplen = strlen("
ldap
://:") + 17;
828
"unable to alloc
ldap
init url\n");
831
sprintf(init,"
ldap
://%s:%d",
835
/* initialize the
ldap
handle */
849
* attempt to bind to the
ldap
server.
877
/* build an
ldap
user search filter */
885
"unable to alloc
ldap
search filter buffer\n");
898
"unable to alloc
ldap
attrib list buffer\n")
[
all
...]
Completed in 1481 milliseconds