Ron Teitelbaum wrote:
>
> I'm adding an organization
>
> I get an exception info:'', desc: 'Already Exists' but if I go to gq the
> record actually did get added.
You're trying to re-add an entry with the same RDN. That's what this
message says.
> I have an exception handler that retrys the a
Hi Michael,
Thank you very much for your help. I will look at the exception handler and
ReconnectLDAPObject. I see the multiple calls to add_ext and the different
results, so you are right, it's me!
Thanks!
Ron
> -Original Message-
> From: Michael Ströder
>
> Ron Teitelbaum wrote:
>
Hi Michael,
Thank you very much for the logging tip.
I've installed Thorsten Kurbad's python_ldap-2.3.1-py2.4-linux-i686.egg on
my Python 2.4 install
This is the script:
ldap.set_option(ldap.OPT_DEBUG_LEVEL,4095)
l = ldap.initialize("ldap://bluepages.ibm.com:636/",trace_level=2);
l.protocol_ve
Leons Petrazickis wrote:
>
> I've installed Thorsten Kurbad's python_ldap-2.3.1-py2.4-linux-i686.egg on
> my Python 2.4 install
Which OS? Which Linux distribution? Which OpenLDAP libs?
> And this is the log output:
Cannot see anything obviously wrong.
> ldap.LOCAL_ERROR: {'desc': 'Local error'