Re: Reading LDIF files containing controls

2013-05-07 Thread Doug Wegscheid
I don't doubt that, but the question is whether or not the patch is palatable... From: Quanah Gibson-Mount To: Doug Wegscheid ; perl-ldap@perl.org Sent: Tuesday, May 7, 2013 12:52 PM Subject: Re: Reading LDIF files containing controls --On Tuesday, May 07,

Re: Reading LDIF files containing controls

2013-05-07 Thread Quanah Gibson-Mount
--On Tuesday, May 07, 2013 7:00 AM -0700 Doug Wegscheid wrote: I have a use case for analyzing LDIF dumps of our LDAP directory. The dump utility puts some controls in the output file, so Net::LDAP::LDIF won't read them, it fails with "Controls only allowed with LDIF change entries". I put a

Reading LDIF files containing controls

2013-05-07 Thread Doug Wegscheid
I have a use case for analyzing LDIF dumps of our LDAP directory. The dump utility puts some controls in the output file, so Net::LDAP::LDIF won't read them, it fails with "Controls only allowed with LDIF change entries". I put a patch on to allow reading of controls for non-change entries by s