The factory methods in LdapNameBuilder should have the same name. Also, it would be nice with a couple of new methods making it possible to append a full distinguished name to the LdapName being built, e.g.: LdapNameBuilder.newInstance("dc=261consulting,dc=com").add("ou=people").
Migrated from LDAP-282
The factory methods in
LdapNameBuilder
should have the same name. Also, it would be nice with a couple of new methods making it possible to append a full distinguished name to theLdapName
being built, e.g.:LdapNameBuilder.newInstance("dc=261consulting,dc=com").add("ou=people")
.