Re: modifying problem

2007-12-01 Thread Michael Ströder
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

Re: modifying problem

2007-12-01 Thread Andreas
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

Re: modifying problem

2007-11-30 Thread Anil Jangity
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 is being changed and then go use modrdn. Thanks, Anil On 11/30/07, An