2
edits
Changes
no edit summary
This module allows for the management of users and groups on minion systems within a Func environment. Tasks such as ensuring the existence of a particular user/group, creating a desired user/group, modifying the properties of a specified user/group, or managing the group memberships of users are within the scope of this module's intended functionality.
----
'''Changelog:'''
[http://matrix.senecac.on.ca/~gjmasseau/func/0.45/users.py v0.45]
- Implemented register_method_args.
- Added unit tests to [http://matrix.senecac.on.ca/~gjmasseau/func/0.45/test_client.py test_client.py]
[http://matrix.senecac.on.ca/~gjmasseau/func/0.4/users.py v0.4]