From: Ondřej Kuzník Date: Wed, 26 May 2021 13:51:56 +0000 (+0100) Subject: ITS#9559 mod_next is not there anymore X-Git-Tag: OPENLDAP_REL_ENG_2_4_59~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92bbf797315e14f56603a87035c8ae2c62a2ff68;p=thirdparty%2Fopenldap.git ITS#9559 mod_next is not there anymore --- diff --git a/doc/man/man3/ldap_modify.3 b/doc/man/man3/ldap_modify.3 index 3c8525b6aa..a0b126b6f2 100644 --- a/doc/man/man3/ldap_modify.3 +++ b/doc/man/man3/ldap_modify.3 @@ -60,7 +60,6 @@ defined below. char **modv_strvals; struct berval **modv_bvals; } mod_vals; - struct ldapmod *mod_next; } LDAPMod; #define mod_values mod_vals.modv_strvals #define mod_bvalues mod_vals.modv_bvals @@ -71,9 +70,7 @@ The \fImod_op\fP field is used to specify the type of modification to perform and should be one of LDAP_MOD_ADD, LDAP_MOD_DELETE, or LDAP_MOD_REPLACE. The \fImod_type\fP and \fImod_values\fP fields specify the attribute type to modify and a null-terminated array of -values to add, delete, or replace respectively. The \fImod_next\fP -field is used only by the LDAP server and may be ignored by the -client. +values to add, delete, or replace respectively. .LP If you need to specify a non-string value (e.g., to add a photo or audio attribute value), you should set \fImod_op\fP to the