Re: schema->dump returns nothing

2007-02-28 Thread Eric Nichols
That seems to have licked the problem! I'm getting a real dump now... Many thanks for the fast help.. On Tue, February 27, 2007 9:29 pm, Graham Barr wrote: > It is a bug in Net::LDAP::LDIF, try > > http://svn.goingon.net/repos/perl-ldap/trunk/lib/Net/LDAP/LDIF.pm > > Or you can workaround with >

Re: schema->dump returns nothing

2007-02-27 Thread Graham Barr
It is a bug in Net::LDAP::LDIF, try http://svn.goingon.net/repos/perl-ldap/trunk/lib/Net/LDAP/LDIF.pm Or you can workaround with $fh = \*STDOUT; Net::LDAP::LDIF->new($fh,"w", wrap => 999_999_999)->write($schema- >entry); Graham. On Feb 27, 2007, at 7:29 PM, Eric Nichols wrote: On Tue, Fe

Re: schema->dump returns nothing

2007-02-27 Thread Eric Nichols
On Tue, February 27, 2007 7:51 pm, Graham Barr wrote: > On Feb 27, 2007, at 3:40 PM, Peter Marschall wrote: >> On Monday, 26. February 2007 15:34, Eric Nichols wrote: >>> I've upgraded to .34 of perl-ldap and I tried to dump the schema >>> of an >>> Active Directory Global Catalog. All that shows

Re: schema->dump returns nothing

2007-02-27 Thread Graham Barr
On Feb 27, 2007, at 3:40 PM, Peter Marschall wrote: On Monday, 26. February 2007 15:34, Eric Nichols wrote: I've upgraded to .34 of perl-ldap and I tried to dump the schema of an Active Directory Global Catalog. All that shows is about 20 lines of carriage returns. All other functions seem t

Re: schema->dump returns nothing

2007-02-27 Thread Peter Marschall
Hi, On Monday, 26. February 2007 15:34, Eric Nichols wrote: > I've upgraded to .34 of perl-ldap and I tried to dump the schema of an > Active Directory Global Catalog. All that shows is about 20 lines of > carriage returns. > > All other functions seem to work fine. > Help? Switch to an LDAP serv

schema->dump returns nothing

2007-02-26 Thread Eric Nichols
I've upgraded to .34 of perl-ldap and I tried to dump the schema of an Active Directory Global Catalog. All that shows is about 20 lines of carriage returns. All other functions seem to work fine. Help?