Difference between revisions of "Func - Users And Groups Module"
Line 9: | Line 9: | ||
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. | 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. | ||
− | + | At this point in time, the module posesses all functionality intended for the initial public release. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
---- | ---- | ||
Line 25: | Line 16: | ||
'''Changelog:''' | '''Changelog:''' | ||
− | [http://matrix.senecac.on.ca/~gjmasseau/func/0. | + | [http://matrix.senecac.on.ca/~gjmasseau/func/0.5/users.py v0.5] |
- Implemented register_method_args. | - Implemented register_method_args. | ||
− | - Added unit tests to [http://matrix.senecac.on.ca/~gjmasseau/func/0. | + | - Added unit tests to [http://matrix.senecac.on.ca/~gjmasseau/func/0.5/test_client.py test_client.py] |
+ | |||
[http://matrix.senecac.on.ca/~gjmasseau/func/0.4/users.py v0.4] | [http://matrix.senecac.on.ca/~gjmasseau/func/0.4/users.py v0.4] |
Revision as of 22:03, 13 February 2009
Maintainer: Gregory Masseau
Description:
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.
At this point in time, the module posesses all functionality intended for the initial public release.
Changelog:
- Implemented register_method_args.
- Added unit tests to test_client.py
- Password alteration method added.
- Pluralized methods for all applicable singular methods.
- General API cleanup.
- Create, delete, and modify groups.
- Create, delete, and modify users.
- Manage the memberships of users within groups
- Most informational methods are complete and working for both users and groups at this point.
- Initial release, supporting only some informational query messages regarding user accounts on the target system.