Subject: Line Command of LDAP ModiyRDN
Author: eLDAP
In response to: Observations
Posted on: 12/04/2006 08:39:32 PM
The above testing runs can also be done by SunOne Directory line command ldapmodify.exe in conjunction with the corresponding LDIF (RFC 2849):
# Modify an entry's relative distinguished name
dn: cn=Paul Jensen, ou=Product Development, dc=airius, dc=com
changetype: modrdn
newrdn: cn=Paula Jensen
deleteoldrdn: 1
# Rename an entry and move all of its children to a new location in
# the directory tree (only implemented by LDAPv3 servers).
dn: ou=PD Accountants, ou=Product Development, dc=airius, dc=com
changetype: modrdn
newrdn: ou=Product Development Accountants
deleteoldrdn: 0
newsuperior: ou=Accounting, dc=airius, dc=com
>
> On 12/04/2006 08:33:04 PM
eLDAP wrote:
Based on the above runs, it seems that:
SunOne behaves like an LDAPv2 server which supports ModifyRDN
AD (Active Directory) functions as an LDAPv3 server which supports ModifyRDN and ModifyDN.
References: