[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldap_sasl_interactive_bind_s() doc has a extra parameter (ITS#2823)
Full_Name: Jean-Frederic CLERE
Version: any
OS: any
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (217.115.66.151)
For example in: http://www.openldap.org/software/man.cgi?query=ldap_bind&sektion=3&apropos=0&manpath=OpenLDAP+2.1-Release
The correction is:
int ldap_sasl_interactive_bind_s(LDAP *ld, const char *dn,
- const char *mechs, struct berval *cred,
+ const char *mechs,
LDAPControl *sctrls[], LDAPControl *cctrls[],
unsigned flags, LDAP_SASL_INTERACT_PROC *interact,
void *defaults);