Example: mldap_rename_ex

In the following example, the mldap_rename_ex function renames the OrganizationalUnitName attribute (OU) from Sales to Marketing.

mldap_rename_ex(pldap, "LDAP Rename",
         "DN=CN=Sally R. Jones,OU=Sales,DC=TECHNO,DC=com",
         "NewDN=OU=Marketing",
         LAST );