> Perhaps I'm missing something obvious in the docs, but is there a > converse to ldap_explode_dn from Net::LDAP::Util? > > To wit, some method of taking a structure of RDNs, and constructing > a DN out of it, doing any case-smashing, RFC2253 string encoding, > etc.
You can take the output of ldap_explode_dn, or build the data structure yourself, and pass that to canonical_dn as the first argument. Graham.
