rye / skylark

A simple LDAP scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skylark Gem Version Build Status Code Climate Test Coverage

Skylark is a simple CLI-based LDAP scraper whose intended purpose is to dump an entire LDAP search base out into a bunch of JSON files based on the LDIF data dumped by the LDAP server. More precisely, every object in the database gets its own JSON file.

Installation/Setup

Just clone the repository, cd into it, and run the following commands:

$ bundle install
$ bundle exec script/scrape config/<your configuration file>.yml

About

A simple LDAP scraper

License:MIT License


Languages

Language:Ruby 100.0%