((lambda (x) (x x)) (lambda (x) (x x)))

Monday, November 10, 2008

Func Users Module v0.2 is released.

So, after some brief discussion with alikens and showing him the work that has been done so far, I've decided that version 0.2 of the Func users and groups module is now released. It's been mailed to the project lead, submitted on the mailing list and is available for general download here

Features on the list for version 0.3:
- User creation.
- Group creation.
- Deletion of either of the above.
- Managing group membership of users.

Possible for v0.3, but maybe in 0.4 depending on time:
- Implementation of the remainder of the possibilities offered by usermod and groupmod.

At this rate, the users and groups module should probably be completed well before the end of the year - in that case, I'm going to take a look at what other holes remain in the module selection and see what looks most interesting. Maybe the crontab module, as it'd give me an opportunity to fiddle with mangling files from Python in more detail.

No comments: