Re: Sorry to bother you on Net::LDAP

2005-09-20 Thread Graham Barr
On Tue, September 20, 2005 1:02 am, Chris Ridd wrote: > On 20/9/05 5:02, Christopher A Bongaarts <[EMAIL PROTECTED]> wrote: > >> In the immortal words of Dolan, Sean (N-ISYS Technologies Inc.): >>> I know that Net::LDAP can support multiple hosts. >>> >>> [from documentation] >>>"HOST may also

Re: Fwd: "use encoding 'utf8'" breaks Net::LDAP::RootDSE

2005-09-20 Thread Graham Barr
On Mon, September 19, 2005 12:13 pm, Eugene Gladchenko wrote: > Alexandre Jousset wrote: > > >> I wrote a small test app like this: >> --- >> #!/usr/bin/perl -w >> >> use strict; >> use utf8; >> use encoding 'utf8'; >> >> use Net::LDAP; >> >

Re: Sorry to bother you on Net::LDAP

2005-09-20 Thread Chris Ridd
On 20/9/05 2:45, Graham Barr <[EMAIL PROTECTED]> wrote: > On Tue, September 20, 2005 1:02 am, Chris Ridd wrote: >> On 20/9/05 5:02, Christopher A Bongaarts <[EMAIL PROTECTED]> wrote: >> >>> In the immortal words of Dolan, Sean (N-ISYS Technologies Inc.): I know that Net::LDAP can support mul

Re: Sorry to bother you on Net::LDAP

2005-09-20 Thread Graham Barr
On Tue, September 20, 2005 9:12 am, Chris Ridd wrote: > On 20/9/05 2:45, Graham Barr <[EMAIL PROTECTED]> wrote: >> Right. But what Sean really wants is prtobably just what is stored in >> $ldap->{net_ldap_host}. We should add a ->host method to return that. >> >> A ->uri method to return ->{net_ld

Re: Sorry to bother you on Net::LDAP

2005-09-20 Thread Christopher A Bongaarts
In the immortal words of Chris Ridd and Graham Barr, respectively: > > Actually you can just call $ldap->socket() to get the IO::Socket object > > being used. This is a documented method, so is safe. I don't see it in the documentation for Net::LDAP (but then I'm a couple revs out of date, so it

Re: Sorry to bother you on Net::LDAP

2005-09-20 Thread Graham Barr
On Tue, September 20, 2005 11:56 am, Christopher A Bongaarts wrote: > In the immortal words of Chris Ridd and Graham Barr, respectively: > >> > Actually you can just call $ldap->socket() to get the IO::Socket >> object >> > being used. This is a documented method, so is safe. > > I don't see it in