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
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
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
I am not sure if this is a problem in my code, python ldap code, or
the (beta) LDAP server I am using:
A piece of the entry is as follows:
dn: cn=Ahmad [EMAIL PROTECTED], [EMAIL PROTECTED], ou
=People, o=entic.net
mail: [EMAIL PROTECTED]
cn: Ahmad Qazi
...
First of all, how was this entry added