From 42a1441915a70789eb63f0d05ca6b350c2376301 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 2 Dec 2003 03:23:03 +0000 Subject: [PATCH] ITS#2823 ldap_sasl_interactive_bind_s params --- doc/man/man3/ldap_bind.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ");" -- 2.39.5