OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sld
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/openldap/dist/tests/progs/
slapd-auth.c
164
LDAP *ld = NULL, *
sld
= NULL;
local
184
ldap_initialize( &
sld
, uri );
185
if (
sld
== NULL ) {
192
(void) ldap_set_option(
sld
, LDAP_OPT_PROTOCOL_VERSION,
195
(void) ldap_set_option(
sld
, LDAP_OPT_REFERRALS, LDAP_OPT_OFF );
197
rc = ldap_bind_s(
sld
, binder, pass, LDAP_AUTH_SIMPLE );
199
ldap_perror(
sld
, "ldap_bind" );
223
rc = ldap_search_ext(
sld
, base, LDAP_SCOPE_SUB,
226
ldap_perror(
sld
, "ldap_search_ex" );
230
while (( rc=ldap_result(
sld
, LDAP_RES_ANY, LDAP_MSG_ONE, NULL, &res )) >0)
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026