Home
last modified time | relevance | path

Searched refs:ldap_sasl_bind_s (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/doc/man/man3/
H A Dldap_bind.3.links5 ldap_sasl_bind_s.3
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dsbind.c118 return ldap_sasl_bind_s( ld, dn, LDAP_SASL_SIMPLE, &cred, in ldap_simple_bind_s()
H A Dsasl.c179 ldap_sasl_bind_s( in ldap_sasl_bind_s() function
H A Dgssapi.c741 rc = ldap_sasl_bind_s( ld, NULL, "GSS-SPNEGO", &cred, NULL, NULL, &scred ); in ldap_int_gss_spnego_bind_s()
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAsynConnection.cpp348 err = ldap_sasl_bind_s(tmpConn->getSessionHandle(), c_dn, in referralConnect()
352 err = ldap_sasl_bind_s(tmpConn->getSessionHandle(),NULL, in referralConnect()
/netbsd-src/external/bsd/openldap/lib/libldap/
H A DMakefile32 ldap_bind.3 ldap_sasl_bind_s.3 \
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_xauth.c983 res = ldap_sasl_bind_s(ld,
991 res = ldap_sasl_bind_s(ld,
1129 res = ldap_sasl_bind_s(ld,
1224 res = ldap_sasl_bind_s(ld,
1230 res = ldap_sasl_bind_s(ld,
/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-common.c523 rc = ldap_sasl_bind_s( ld, in tester_init_ld()
H A Dslapd-bind.c297 rc = ldap_sasl_bind_s( ld, in do_bind()
/netbsd-src/external/bsd/openldap/dist/libraries/librewrite/
H A Dldapmap.c343 rc = ldap_sasl_bind_s( ld, data->lm_binddn, in map_ldap_apply()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinldap.d708 alias ldap_sasl_bind_sW ldap_sasl_bind_s;
793 alias ldap_sasl_bind_sA ldap_sasl_bind_s;
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dremoteauth.c804 rc = ldap_sasl_bind_s( ld, dn.bv_val, LDAP_SASL_SIMPLE, in remoteauth_bind()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dldap.c1282 if ((ret = ldap_sasl_bind_s (ld, who, LDAP_SASL_SIMPLE, &creds, in ldap_rebind_cb()
1676 ret = ldap_sasl_bind_s (ld, ldap_username, LDAP_SASL_SIMPLE, in ldap_start()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dad.c191 rc = ldap_sasl_bind_s(ld, dn, mech, &ccred, in ldap_tsasl_bind_s()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dbind.c871 return ldap_sasl_bind_s( ld, msc->msc_bound_ndn.bv_val, in meta_back_default_rebind()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dbind.c518 return ldap_sasl_bind_s( ld, msc->msc_bound_ndn.bv_val, in asyncmeta_back_default_rebind()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h1273 ldap_sasl_bind_s LDAP_P((
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-ldap.c1659 rc = ldap_sasl_bind_s(HDB2LDAP(db), bind_dn, sasl_method, &bv, in LDAP__connect()
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-ietf-ldapext-ldap-c-api-xx.txt1355 The ldap_sasl_bind() and ldap_sasl_bind_s() functions can be used to do
1374 int ldap_sasl_bind_s(
1485 The synchronous ldap_sasl_bind_s() and ldap_simple_bind_s() functions
1497 sequence of calls to ldap_sasl_bind() or ldap_sasl_bind_s().
4358 Use ldap_simple_bind_s() or ldap_sasl_bind_s() instead.
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dappendix-common-errors.sdf602 > ldap_sasl_bind_s: Can't contact LDAP server (-1)
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dconfig.c2261 rc = ldap_sasl_bind_s( ld, in slap_client_connect()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dbind.c1639 return ldap_sasl_bind_s( ld, in ldap_back_default_rebind()