mldap_modify_ex

Example: mldap_modify_exListing Directory Vuser Functions (MLDAP)

Modifies an entry's attribute value for a specific session.

int mldap_modify_ex( MLDAP *pldap, char *transaction, char *dn, <List of Attributes>, LAST );
pldap An LDAP session identifier
transactionA transaction name for this step. To instruct VuGen not to create a transaction for this step, use a NULL string, "".
dnA Distinguished Name entry. Use the following format: "DN=RDN1, RDN2,"...
List of AttributesDN entry attributes and values.
LAST A marker indicating the end of the argument list.

The mldap_modify_ex function adds an entry to the LDAP directory for a specific session.

This function is for use with multiple sessions. For global sessions, use the mldap_modify function, which leaves out the session identifier.

Return Values

If this function succeeds, it returns E_OK. Otherwise, it returns a negative value.

Parameterization

The following argument(s) can be parameterized with standard parameterization: dn