From: Howard Chu Date: Tue, 2 Dec 2003 03:23:03 +0000 (+0000) Subject: ITS#2823 ldap_sasl_interactive_bind_s params X-Git-Tag: OPENLDAP_REL_ENG_2_1_24~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42a1441915a70789eb63f0d05ca6b350c2376301;p=thirdparty%2Fopenldap.git ITS#2823 ldap_sasl_interactive_bind_s params --- diff --git a/doc/man/man3/ldap_bind.3 b/doc/man/man3/ldap_bind.3 index 5714b04303..a27d7586dc 100644 --- a/doc/man/man3/ldap_bind.3 +++ b/doc/man/man3/ldap_bind.3 @@ -53,7 +53,7 @@ OpenLDAP LDAP (libldap, -lldap) .LP .BI "int ldap_sasl_interactive_bind_s(LDAP *" ld ", const char *" dn "," .RS -.BI "const char *" mechs ", struct berval *" cred "," +.BI "const char *" mechs "," .BI "LDAPControl *" sctrls "[], LDAPControl *" cctrls "[]," .BI "unsigned " flags ", LDAP_SASL_INTERACT_PROC *" interact "," .BI "void *" defaults ");"