Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsasl.c658 struct berval ccred; in nsldapi_sasl_do_bind() local
698 ccred.bv_val = NULL; in nsldapi_sasl_do_bind()
699 ccred.bv_len = 0; in nsldapi_sasl_do_bind()
708 (const char **)&ccred.bv_val, in nsldapi_sasl_do_bind()
722 ccred.bv_len = credlen; in nsldapi_sasl_do_bind()
741 rc = ldap_sasl_bind_s(ld, dn, mech, &ccred, in nsldapi_sasl_do_bind()
744 if ( ccred.bv_val != NULL ) { in nsldapi_sasl_do_bind()
745 ccred.bv_val = NULL; in nsldapi_sasl_do_bind()
786 (const char **)&ccred.bv_val, in nsldapi_sasl_do_bind()
796 ccred.bv_len = credlen; in nsldapi_sasl_do_bind()