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
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
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
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
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