Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlance committed Nov 22, 2016
1 parent 27508a9 commit 8f21522
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# userd
# User management daemon: userd

A daemon to administrate user accounts. Using a git repository of JSON user definitions
A daemon to administrate user accounts. Using a git repository of JSON user definitions. Run it via cron every so
often.

# Usage

userd --realm production --repo https://github.com/someone/users/
*/15 * * * * root userd --realm production --repo https://github.com/someone/users/

# Users repo should have one json file per person, eg jsmith.json:

Expand Down

0 comments on commit 8f21522

Please sign in to comment.