Difference between revisions of "Func - Users And Groups Module"

From CDOT Wiki
Jump to: navigation, search
m (New page: '''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 t...)
 
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Maintainer:''' Gregory Masseau
+
'''Maintainer:''' Katherine Masseau
 +
 
  
 
----
 
----
 +
  
 
'''Description:'''  
 
'''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.
 
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:'''
 
'''Changelog:'''
'''0.1 - ''' Initial release, supporting only some informational query messages regarding user accounts on the target system.
+
 
 +
[http://matrix.senecac.on.ca/~gjmasseau/func/0.5/users.py v0.5]
 +
 
 +
- Implemented register_method_args.
 +
 
 +
- 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]
 +
 
 +
- Password alteration method added.
 +
 
 +
- Pluralized methods for all applicable singular methods.
 +
 
 +
- General API cleanup.
 +
 
 +
 
 +
[http://matrix.senecac.on.ca/~gjmasseau/func/0.3/users.py v0.3]
 +
 
 +
- Create, delete, and modify groups.
 +
 
 +
- Create, delete, and modify users.
 +
 
 +
- Manage the memberships of users within groups
 +
 
 +
 
 +
[http://matrix.senecac.on.ca/~gjmasseau/func/0.2/users.py v0.2]
 +
 
 +
- 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.

Latest revision as of 23:39, 16 July 2012

Maintainer: Katherine 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:

v0.5

- Implemented register_method_args.

- Added unit tests to test_client.py


v0.4

- Password alteration method added.

- Pluralized methods for all applicable singular methods.

- General API cleanup.


v0.3

- Create, delete, and modify groups.

- Create, delete, and modify users.

- Manage the memberships of users within groups


v0.2

- Most informational methods are complete and working for both users and groups at this point.


v0.1

- Initial release, supporting only some informational query messages regarding user accounts on the target system.