Hi,as we have added a AttributeUtils.createAttributes() method which benefits from varargs, I have also added a new LdapDN constructor doing the same :
LdapDN dn = new LdapDN( "cn=varargs", "ou=" + place, baseDN );which is creating the "cn=varargs,ou=example,dc=com" DN, if 'place' = example and 'baseDN' = 'dc=com'.
Do you think it's usefull ? -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org
