Re: Too many established connections

2008-03-26 Thread Michael Ströder
Ron Teitelbaum wrote: > > I'm running into a problem with python open ldap connections. Do you mean python-ldap connections or connections to an OpenLDAP server from Python? > It appears that they are not closing properly. Can you check in th

[ldap] ANN: python-ldap-2.3.2

2008-03-26 Thread Michael Ströder
Find a new release of python-ldap: http://python-ldap.sourceforge.net/ python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. It mainly wraps the OpenLDAP 2.x libs for that purpose. Additionally it contains modules for other LDAP-related stuff (e.g.

CLOSE_WAIT sessions (was: Too many established connections)

2008-03-26 Thread Ron Teitelbaum
Hi Michael, > -Original Message- > From: Michael Ströder > > Ron Teitelbaum wrote: > > > > I'm running into a problem with python open ldap connections. > > Do you mean python-ldap connections or connections to an OpenLDAP server > from

Re: ANN: python-ldap-2.3.2

2008-03-26 Thread Torsten Kurbad
Hi Michael, > Released 2.3.2 2008-03-26 neat! :o) But I ran into a problem while trying to build on my x86_64 Linux box: Modules/constants.c: In function 'LDAPinit_constants': Modules/constants.c:152: error: 'LDAP_OPT_DIAGNOSTIC_MESSAGE' undeclared (first use in this function) Modules/constants

Re: CLOSE_WAIT sessions

2008-03-26 Thread Michael Ströder
Ron, Ron Teitelbaum wrote: > Yes python-ldap. I'm using a smalltalk -> python-ldap 2.2.1 -> openLDAP > 2.3-2.3.30 on Ubuntu 7.04 (GNU/Linux 2.6.20-16-generic) There has been important fixes for Python 2.5 and also ReconnectLDAPObject in 2.3.0. So I'd recommend to build python-ldap 2.3.2 (releas

any luck with downloaded virtual machines running preconfigured ldap server

2008-03-26 Thread Noah Gift
I was wondering if anyone had a pointer to a virtual machine they could recommend that I could download and test some python-ldap code. Additionally, it would be nice if I could find something that could pre-populate LDAP with test records, although, I suppose that is being too lazy even f

Re: ANN: python-ldap-2.3.2

2008-03-26 Thread Michael Ströder
Torsten Kurbad wrote: > But I ran into a problem while trying to build on my x86_64 Linux box: > > Modules/constants.c: In function 'LDAPinit_constants': > Modules/constants.c:152: error: 'LDAP_OPT_DIAGNOSTIC_MESSAGE' Sorry for that. This constant is available since OpenLDAP 2.4.x. Thanks for rep

Re: any luck with downloaded virtual machines running preconfigured ldap server

2008-03-26 Thread Michael Ströder
Noah Gift wrote: > I was wondering if anyone had a pointer to a virtual machine they > could recommend that I could download and test some python-ldap code. How about searching for an openSUSE 10.3 VM and, if python-ldap is not already installed, just invoke "yast -i python-ldap" as root on the

Re: any luck with downloaded virtual machines running preconfigured ldap server

2008-03-26 Thread Noah Gift
On Mar 26, 2008, at 12:49 PM, Michael Ströder wrote: > Noah Gift wrote: >> I was wondering if anyone had a pointer to a virtual machine they >> could recommend that I could download and test some python-ldap code. > > How about searching for an openSUSE 10.3 VM and, if python-ldap is > not a

[ 1926507 ] Calling get_option(ldap.OPT_DIAGNOSTIC_MESSAGE) seg faults

2008-03-26 Thread Michael Ströder
HI! Anyone out there with C programming skills willing to look into issue tracker item #1926507 ? http://sourceforge.net/tracker/index.php?func=detail&aid=1926507&group_id=2072&atid=102072 Seems to be a long-lasting bug Ciao, Michael. ---