Changes

Jump to: navigation, search

Func - Users And Groups Module

430 bytes removed, 23:39, 16 July 2012
no edit summary
'''Maintainer:''' Gregory Katherine Masseau
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.
----
'''Plan for version v0.4Changelog:'''
user_add[http: //matrix.senecac.on.ca/~gjmasseau/func/0.5/users.py v0.5]
The current implementation of user_add has very few options, and incorporating these options is most of what's on the feature list for v0.4. In the mean time, most sorts of users you would like to create can be created by first creating a user with relatively default settings using user_add, and subsequently modifying any properties you'd like changed. It would be nice if these additional steps could be cut out and the user be instantiated with the desired options with one method call- Implemented register_method_args.
- Added unit tests to [http://matrix.senecac.on.ca/~gjmasseau/func/0.5/test_client.py test_client.py]
password alteration:
 
Currently, no method exists to allow the manipulation of a user's password. Initial implementation of methods incorporating this functionality will hopefully be seen in v0.4.
 
 
----
 
 
'''Changelog:'''
[http://matrix.senecac.on.ca/~gjmasseau/func/0.4/users.py v0.4]
- Most informational methods are complete and working for both users and groups at this point.
 
[http://matrix.senecac.on.ca/~gjmasseau/func/0.1/users.py v0.1]
- Initial release, supporting only some informational query messages regarding user accounts on the target system.

Navigation menu