Skip to content

A wrapper for ldapsearch that logs results in json objects

Notifications You must be signed in to change notification settings

gabemarshall/adsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install

Requires ruby >=2.1

gem install bundler
bundle install

Usage

./adsearch --filter='(&(objectclass=user)(samAccountName=*bob*))'

./adsearch --user=bob

./adsearch --group='Domain Admins'

Ldapsearch output conversion to JSON code is heavily borrowed from https://gist.github.com/bortels/c9931998b5921d696584406ec6ebf6fc

About

A wrapper for ldapsearch that logs results in json objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages