From: Graham B. <gb...@po...> - 2002-09-11 12:55:20
|
Your patch is backwards, but thanks. Graham. On Mon, Sep 09, 2002 at 10:42:30AM +0200, Vincent MATHIEU wrote: > Hi. > > It seems y to have au small bug in last version of Perl-ldap (0.26), for the processing of LDAP backup (replica). > > It is now possible (since version 0.25_01) to specify several names of hosts to pass the reference of a table containing these names for the new method. > > It doesn't work with version 0.26. The following path corrects the problem: > > diff LDAP.pm LDAP.pm.old > 100c100 > < if ($obj->_connect($h, $arg)) { > --- > > if ($obj->_connect($host, $arg)) { > > regards > > Vincent > > > -- > Vincent MATHIEU > CRI - Universite NANCY 2 | Email : Vin...@un... > Pole Lorrain de Gestion | Tel : (33) 03.83.39.64.06 > 13, Rue Michel Ney - C.O. 75 | Fax : (33) 03.83.39.64.43 > 54013 Nancy Cedex. FRANCE > > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 |