the aim of this service is to abstract away the pain of managing users in LDAP
- SQLAlchemy
- PyYAML
- python-ldap
- passlib
- a database of some sort. we currently support MySQL and PostgreSQL
- copy vyvyan_daemon.yaml.sample and vyvyan_cli.yaml.sample to either ~/ or /etc/, remove .sample, edit to taste
- run vyvyan_daemon.py to serve up the API interface
- use vyv.py (or the vyv symlink) to talk to the API from the command line