Re: unsupported URL type at conldif.pl line 32

2004-11-16 Thread Graham Barr
On Mon, November 15, 2004 5:49 am, ¼Û»óÁØ said: > $entry = $inldif->read_entry(); is Line 32. > > ldif data size is 1.1Gbyte Well obvioulsy don't send all that :-) But if you can identify the entry being read at the time of the error, it would help us help you if we can see it. Graham.

Re: parsing filters?

2004-11-16 Thread John Woodell
> > Is there already a function that will parse this filter? > > ldap:///ou=People,o=acme,c=us?uid?one?(&(mail=*)(c=CA)) > URI::ldap should be able to split the whole thing up into bits, and surely > Net::LDAP::Filter can parse the filter bit from that? OK, I suppose there are pitfalls like esca

Re: parsing filters?

2004-11-16 Thread Chris Ridd
On 16/11/04 8:48 pm, John Woodell <[EMAIL PROTECTED]> wrote: > Is there already a function that will parse this filter? > > ldap:///ou=People,o=acme,c=us?uid?one?(&(mail=*)(c=CA)) > > I can write one, but I was just wondering URI::ldap should be able to split the whole thing up into bits, and s

parsing filters?

2004-11-16 Thread John Woodell
Is there already a function that will parse this filter? ldap:///ou=People,o=acme,c=us?uid?one?(&(mail=*)(c=CA)) I can write one, but I was just wondering

Re: Problem with Net::LDAP and $mesg->code

2004-11-16 Thread Chris Ridd
On 16/11/04 8:10 pm, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am using Net::LDAP (p5-perl-ldap-0.28) on a FreeBSD 4.9 server with Perl That's pretty old - can you try 0.3202? There's a change in 0.30 which looks as though it might be relevant, but it was over a year ago so I could be wron

Problem with Net::LDAP and $mesg->code

2004-11-16 Thread fuser9bb
I am using Net::LDAP (p5-perl-ldap-0.28) on a FreeBSD 4.9 server with Perl 5.8 (perl-5.8.2_5). In general, I have Net::LDAP working well, but every once in a while I get an error. The problem is that I should never see this error I think. Here is what I do: 1. I connect to the LDAP server. I save t