Automatically add and remove password database records.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 24 May 2014 13:00:03 +0000 (14:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 11 Jun 2014 13:11:29 +0000 (14:11 +0100)
commit82d4f64b774253438506cec05eacad5af158ccac
tree00d25564db8ffefbf0fb2a9bbfa8f7960534ba04
parent612419ac09c0def4b15b101cf0520a4d21bb9911
Automatically add and remove password database records.

Unless the service explicitly disables this, the `addacct' command now
creates a record in the appropriate database, and `delacct' removes it
again.  This involves a chunk of additional service protocol, and new
remote commands.  Also, deleting a user now involves explicitly removing
the associated records.
backend.py
cmd-admin.py
cmd-remote.py
service.py