From: Graham B. <gb...@po...> - 2000-05-11 16:42:22
|
On Thu, May 11, 2000 at 10:28:30AM -0600, Kevin Konowalec wrote: > Return code: 1 Message: LDAP_OPERATIONS_ERROR :Server encountered an > internal error > > When we sniff the packets going back and forth we can see that slapd is > returning a result, but perl-ldap doesn't seem to handle it. Am I doing > something wrong or is this a bug? Can you turn on debug with $ldap = Net::LDAP->new('smtp.srv.ualberta.ca',port=>1389, debug => 3) or die "$@"; And send us the outout around where the problem seems to be. Graham. |