mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
ITS#9559 mod_next is not there anymore
This commit is contained in:
parent
b92b03373b
commit
21d48622c7
@ -60,7 +60,6 @@ defined below.
|
|||||||
char **modv_strvals;
|
char **modv_strvals;
|
||||||
struct berval **modv_bvals;
|
struct berval **modv_bvals;
|
||||||
} mod_vals;
|
} mod_vals;
|
||||||
struct ldapmod *mod_next;
|
|
||||||
} LDAPMod;
|
} LDAPMod;
|
||||||
#define mod_values mod_vals.modv_strvals
|
#define mod_values mod_vals.modv_strvals
|
||||||
#define mod_bvalues mod_vals.modv_bvals
|
#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
|
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
|
LDAP_MOD_REPLACE. The \fImod_type\fP and \fImod_values\fP fields
|
||||||
specify the attribute type to modify and a null-terminated array of
|
specify the attribute type to modify and a null-terminated array of
|
||||||
values to add, delete, or replace respectively. The \fImod_next\fP
|
values to add, delete, or replace respectively.
|
||||||
field is used only by the LDAP server and may be ignored by the
|
|
||||||
client.
|
|
||||||
.LP
|
.LP
|
||||||
If you need to specify a non-string value (e.g., to add a
|
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
|
photo or audio attribute value), you should set \fImod_op\fP to the
|
||||||
|
Loading…
Reference in New Issue
Block a user