]> git.sur5r.net Git - openldap/commitdiff
ITS#2823 delete extraneous argument
authorHoward Chu <hyc@openldap.org>
Sat, 15 Nov 2003 08:40:51 +0000 (08:40 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 15 Nov 2003 08:40:51 +0000 (08:40 +0000)
doc/man/man3/ldap_bind.3

index 86dc518822471694cb3eead05cae6d97fbd09433..940b2727ec00cfc07ac09f294dfa47dbdb640a2a 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 ");"