Re: Local error in simple_bind_s() continued

2008-03-17 Thread Leons Petrazickis
Michael Ströder <[EMAIL PROTECTED]> wrote on 03/03/2008 03:37:28 PM: > Leons Petrazickis wrote: > > l = ldap.initialize("ldap://bluepages.ibm.com:636/",trace_level=2); > > [..] > > ldapsearch -h bluepages.ibm.com -x -b "ou=bluepages,o=ibm.com" -

Local error in simple_bind_s() continued

2008-03-03 Thread Leons Petrazickis
5.2. I do not control the host, but I can install any distro on the client. What can I do to help resolve this issue? Is there further debugging information that I could provide? Regards, Leons Petrazickis http://lpetr.org/blog/ -

Re: Local Error in simple_bind_s();

2007-12-29 Thread Leons Petrazickis
imit: 10 ibm-slapdTimeLimit: 0 ibm-slapdDerefAliases: never ibm-supportedAuditVersion: 2 ibm-sasldigestrealmname: d03ldr215a Could the blank dn be a problem? What can I do? What can I log? I tried telneting to the ldap server, but that didn't give any useful output. Thanks, Leons Petrazi

Re: Local Error in simple_bind_s();

2007-12-21 Thread Leons Petrazickis
ib /usr/lib include_dirs = /usr/openldap-2.3/include /usr/include/sasl Before, I was leaving them unchanged. I'm going to set up a fresh Ubuntu system. If it works, I'll rebuild the current server from scratch. Thank you very much for all the help, Michael. This is a frustrating probl

Re: Local Error in simple_bind_s();

2007-12-19 Thread Leons Petrazickis
Michael Ströder <[EMAIL PROTECTED]> wrote on 18/12/2007 05:05:16 PM: > 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 Op

Re: Local Error in simple_bind_s();

2007-12-18 Thread Leons Petrazickis
func(*args,**kwargs) ldap.LOCAL_ERROR: {'desc': 'Local error'} ldap_free_request (origid 1, msgid 1) ldap_free_connection 1 1 ldap_send_unbind ldap_free_connection: actually freed Does this mean th

Local Error in simple_bind_s();

2007-12-14 Thread Leons Petrazickis
ork fine from the command prompt: ldapsearch -h foobar.ibm.com -P 2 -x -b "ou=bluepages,o=ibm.com" -s sub "(sn=Test)" cn tieline Any ideas? I can't figure out what would cause a "Local error"