HomeSort by: relevance | last modified time | path
    Searched defs:binddn (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/lloadd/
bind.c 40 BerValue binddn; local
66 if ( !ssl || ldap_pvt_tls_get_peer_dn( ssl, &binddn, NULL, 0 ) ) {
71 client->c_auth.bv_len = binddn.bv_len + STRLENOF("dn:");
75 ptr = lutil_strncopy( ptr, binddn.bv_val, binddn.bv_len );
78 ber_memfree( binddn.bv_val );
98 struct berval *binddn,
115 struct berval *binddn,
126 &binddn, tag, &auth,
199 struct berval binddn, auth, mech = BER_BVNULL local
    [all...]
  /src/external/bsd/openldap/dist/tests/progs/
slapd-common.h 56 char *binddn; member in struct:tester_conn_args
  /src/crypto/external/bsd/openssh/dist/
ldapauth.h 94 char * binddn; /* binddn */ member in struct:ldap_options
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
bind.c 425 /* don't add proxyAuthz; set the bindDN */
639 struct berval *binddn,
709 *binddn = mt->mt_idassert_authcDN;
733 *binddn = slap_empty_bv;
758 *binddn = slap_empty_bv;
764 *binddn = mt->mt_idassert_authcDN;
855 rs->sr_err = ldap_sasl_interactive_bind_s( msc->msc_ld, binddn->bv_val,
903 BER_BVSTR( binddn, "" );
922 if ( !BER_BVISEMPTY( binddn ) ) {
941 struct berval binddn = BER_BVC( "" ) local
1422 struct berval binddn = msc->msc_bound_ndn, local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
bind.c 482 dc.ctx = "bindDN";
490 /* don't add proxyAuthz; set the bindDN */
604 char *binddn = ""; local
611 binddn = msc->msc_bound_ndn.bv_val;
623 binddn, LDAP_SASL_SIMPLE, &cred,
638 if ( rs->sr_err != LDAP_SUCCESS || binddn[0] == '\0' ) {
1293 struct berval *binddn,
1362 *binddn = mt->mt_idassert_authcDN;
1386 *binddn = slap_empty_bv;
1411 *binddn = slap_empty_bv
1558 struct berval binddn = BER_BVC( "" ), local
    [all...]
search.c 86 struct berval binddn = msc->msc_bound_ndn, local
189 rc = meta_back_proxy_authz_cred( mc, candidate, op, rs, LDAP_BACK_DONTSEND, &binddn, &cred, &method );
201 if ( !BER_BVISNULL( &binddn ) ) {
202 ber_bvreplace( &msc->msc_bound_ndn, &binddn );
225 /* do a simple bind with binddn, cred */
240 if ( !BER_BVISEMPTY( &binddn ) && BER_BVISEMPTY( &cred ) ) {
247 } else if ( BER_BVISEMPTY( &binddn ) && !BER_BVISEMPTY( &cred ) ) {
256 rc = ldap_sasl_bind( msc->msc_ld, binddn.bv_val, LDAP_SASL_SIMPLE, &cred,
318 binddn = msc->msc_bound_ndn;
config.c 2490 binddn=<pseudorootdn>
2506 char binddn[ SLAP_TEXT_BUFLEN ]; local
2527 if ( sizeof( binddn ) <= (unsigned) snprintf( binddn,
2528 sizeof( binddn ), "binddn=%s", c->argv[ 1 ] ))
2534 cargv[ 2 ] = binddn;
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
neoXldap.c 458 char *binddn; local
500 binddn = Tcl_GetStringFromObj (objv[3], &stringLength);
502 binddn = NULL;
518 binddn,
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
bind.c 142 struct berval *binddn, struct berval *bindcred );
146 struct berval *binddn, struct berval *bindcred );
150 ldap_back_send_t sendok, struct berval *binddn, struct berval *bindcred );
240 /* don't add proxyAuthz; set the bindDN */
787 struct berval *binddn,
844 if ( binddn == NULL ) {
845 binddn = &tmpbinddn;
856 isproxyauthz = ldap_back_is_proxy_authz( op, rs, sendok, binddn, bindcred );
874 lc_curr.lc_local_ndn = *binddn;
1285 struct berval binddn = slap_empty_bv local
    [all...]
  /src/external/bsd/openldap/dist/clients/tools/
common.c 85 char *binddn = NULL; variable
252 if ( binddn != NULL ) {
253 ber_str2bv( binddn, 0, 0, &id );
326 N_(" -D binddn bind DN\n"),
443 if( binddn != NULL ) {
447 binddn = optarg;
1125 if ( binddn != NULL ) {
1529 rc = ldap_sasl_interactive_bind( ld, binddn, sasl_mech,
1563 rc = ldap_sasl_bind( ld, binddn, LDAP_SASL_SIMPLE, &passwd,

Completed in 64 milliseconds