On Fri, Nov 30, 2007 at 12:26:34PM -0800, Anil Jangity wrote:
> Okay, I was just introduced to "multi-valued RDN", didn't know about that.
>
> So, here's a quick question. Is there a easy way/code to modify these
> kinds of RDN? Its a little bit of extra work to have to go figure out
> that a RDN
Anil Jangity wrote:
> Okay, I was just introduced to "multi-valued RDN", didn't know about that.
Because of this + is also a special char in DNs. Always use
ldap.dn.escape_dn_chars() to escape special chars in attribute values
before forming a DN string.
> So, here's a quick question. Is there a