Re: Applying filters on LDIF entries

2005-04-23 Thread Gautam Gopalakrishnan
is > > would be useful. I've started coding it, just for the challenge. > > You may use ldifgrep (http://sourceforge.net/projects/ldifgrep). > It's a perl script that greps the entries from an LDIF file where > the arguments matches an attribute's value Not good e

Re: Applying filters on LDIF entries

2005-04-22 Thread Peter Marschall
llenge. You may use ldifgrep (http://sourceforge.net/projects/ldifgrep). It's a perl script that greps the entries from an LDIF file where the arguments matches an attribute's value The problem for applying filters on LDIF entries is that you do not know about the syntaxes of the attribu

Re: Applying filters on LDIF entries

2005-04-22 Thread Gautam Gopalakrishnan
On 4/23/05, Peter Marschall <[EMAIL PROTECTED]> wrote: > On Friday 22 April 2005 15:48, Gautam Gopalakrishnan wrote: > > Basically my aim is to search a huge ldif dump when possible, > > rather than hit the directory everytime. > Why ? > That's what LDAP srvers are for. Some attributes don't chang

Re: Applying filters on LDIF entries

2005-04-22 Thread Peter Marschall
Hi, On Friday 22 April 2005 15:48, Gautam Gopalakrishnan wrote: > I would like to know if I can apply a Net::LDAP::Filter object > to a Net::LDAP::Entry object and see if it succeeds. I can see > no documentation that it is, so would like confirmation. AFAIK there is no such possibility. The abil

Applying filters on LDIF entries

2005-04-22 Thread Gautam Gopalakrishnan
Hi, I would like to know if I can apply a Net::LDAP::Filter object to a Net::LDAP::Entry object and see if it succeeds. I can see no documentation that it is, so would like confirmation. Basically my aim is to search a huge ldif dump when possible, rather than hit the directory everytime. Thank