[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: OpenLDAP-2.0alpha2 bind problem
At 05:37 PM 8/26/99 +0200, Frédéric Poels wrote:
>When I perform the following test on a 2.0-alpha2 slapd server, it crashes
>(for those of you who know perl):
The last few entries of your logs and a stack traceback would be
useful.
>
>for ($i=0;$i<1000;$i++) # That's 1000 bind/unbind
>{
> $ldap=new Ldap($host,$port);
> die "..." unless defined($ldap);
> $ldap->bind_s($user,$pass) or die "...";
> $ldap=undef; # unbind
>}
>
>The test works with OpenLDAP 1.2.6.
>
>Fred.
>
>
>