Search
Plugins
>
Active Directory 3.0.5
>
LdapDN
> fromParentDn
Method fromParentDn(
LdapRDN
rdn,
LdapDN
parentDN
)
Creates a new DN below the provided parent DN with the given RDN.
Returns
LdapRDN
Arguments
Name
Type
Description
rdn
LdapRDN
The RDN for the new DN. It must not be null.
parentDN
LdapDN
The parent DN for the new DN to create. It must not be null.