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
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