I do not have much experience programming Perl, but i would like to search in LDIF file some entries like it does ldapsearch command.
I have programmed something with Net::LDAP connecting directly with Directory Server but now i cannot access to server, i only have a ldif file.
I have thought to use Net::LDAP::LDIF, but i don't find "Net::LDAP::LDIF::Search" ;-) (it is to request much? xDD). Write a basic filter with Net::LDAP::LDIF is easy but I would like to use the "LDAP Search Filter Definition" (RFC-1558), it is very difficult for my poor programming experience.
Do you know if already exists any script that does what I want?
Thanks :wq!
