From: Graham B. <gb...@po...> - 2002-02-07 09:58:44
|
It works fine for me here. What version of perl are you using and on what OS ? Graham. On Thu, Feb 07, 2002 at 10:39:23AM +0100, Stefan Poschenrieder wrote: > Hello, > > I just upgraded to Net::LDAP 0.25 (from 0.17) > now there seems to be a problem with ldap_error_name in Util.pm > > when i do > print ldap_error_name(0); > there is the output: > LDAP error code 0(0x00) > > which should only come, when the error code is not available. > > but when i paste the old ldap_error_name function into the new Util.pm > and do > print ldap_error_name(0); > then there come the output > LDAP_SUCCESS > > correctly > > Is this a bug, or what am i doing wrong? > > cheers, > stefan > > > -----Ursprüngliche Nachricht----- > Von: per...@li... > [mailto:per...@li...]Im Auftrag von Graham > Barr > Gesendet: Donnerstag, 7. Februar 2002 07:25 > An: LDAP Mailing List > Betreff: Minimum supported perl version > > > I think it is time that we stopped holding ourselves back and drop > support for running Net::LDAP under perl5.004 > > So unless someone speaks up with a very compelling argument, the > next release of perl-ldap will require at least perl5.005_03 > > Graham. > > |