.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ldap_sasl_bindW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBldap_sasl_bindW\fR (WLDAP32.@) .SH SYNOPSIS ULONG CDECL ldap_sasl_bindW ( WLDAP32_LDAP* \fIld\fR, const PWCHAR \fIdn\fR, const PWCHAR \fImechanism\fR, const BERVAL* \fIcred\fR, PLDAPControlW* \fIserverctrls\fR, PLDAPControlW* \fIclientctrls\fR, int* \fImessage\fR ) .SH DESCRIPTION .PP Authenticate with an \fBLDAP\fR server using \fBSASL\fR (asynchronous operation). .SH PARAMS \fIld\fR \fB[In]\fR Pointer to an \fBLDAP\fR context. .PP \fIdn\fR \fB[In]\fR \fBDN\fR of entry to bind as. .PP \fImechanism\fR \fB[In]\fR Authentication method. .PP \fIcred\fR \fB[In]\fR Credentials. .PP \fIserverctrls\fR \fB[In]\fR Array of \fBLDAP\fR server controls. .PP \fIclientctrls\fR \fB[In]\fR Array of \fBLDAP\fR client controls. .PP \fImessage\fR \fB[Out]\fR Message Id of the bind operation. .PP .SH RETURNS .PP \fBSuccess:\fR \fBLDAP_SUCCESS\fR .PP \fBFailure:\fR An \fBLDAP\fR error code. .SH NOTES .PP The \fIserverctrls\fR and \fIclientctrls\fR parameters are optional and should be set to \fBNULL\fR if not used. .SH IMPLEMENTATION .PP Declared in \fB"winldap_private.h"\fR. .PP Implemented in \fB"dlls/wldap32/bind.c"\fR.