Skip to content

wnoor/bsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

bsh-ldapsearch

Simple Bean shell code to connect and search through ldap

Beanshell interpreter is required to execute the code. Script can also be executed using Groovy.

#Example search Search where sn starts with D, limit result to 2 before search update connection paramters according to your environment

NamingEnumeration result = searchByFilter("sn=D*", 2);

Releases

No releases published

Packages

No packages published