Skip to content

ggop/ldifsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ldifsearch

ldifsearch is a Perl script which allows you use the usual LDAP filters on LDIF files. The commandline options are similar to OpenLDAP's ldapsearch. It depends on the excellent Net::LDAP module.

Supported options include

-f => Input file (uses stdin otherwise)
-b => Specify base to which the filter is applied
-s => Specify the scope (sub, base or one) 

As of now, the operators allowed in the filter are eq, and, or, not, presence and substrings. Support for <=, >=, etc is pending. If you'd like more features, file an issue!

About

Apply LDAP filters to LDIF files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages