]> git.sur5r.net Git - openldap/commitdiff
ITS#2823 ldap_sasl_interactive_bind_s params
authorHoward Chu <hyc@openldap.org>
Tue, 2 Dec 2003 03:23:03 +0000 (03:23 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 2 Dec 2003 03:23:03 +0000 (03:23 +0000)
doc/man/man3/ldap_bind.3

index 5714b04303cb2d3039375ec1c1964497de5729e7..a27d7586dce9b8b17e3e759ae1dbe4dc1e6f91e8 100644 (file)
@@ -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 ");"