Example: mldap_rename

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

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