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.
git clone [email protected]/acaiafa/ldap-console.git
cap [production] deploy
Currently minimal rspec. Will need more.