Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 541 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 541 Bytes

OpenLDAP Console

Sinatra app that will drive the user creation and modification of all users inside of LDAP

Current Features:

  • User/Group Creation
  • User Modification

Currently there is no auth built in. I plan on adding Auth against the LDAP database to make sure users actually exist. If this is a feature thats requested please let me know and I will add it in.

Setup

git clone [email protected]/acaiafa/ldap-console.git

Deployment

cap [production] deploy

Testing

Currently minimal rspec. Will need more.