Donate Share

Change Password Utility

File Release Notes and Changelog

Release Name: cpu-1.3.11

Notes:
1.3.11 - 2/15/02
-----------------
Lots of feature adds in this release. Got around to adding a group(add|del|mod)
function to cpu, for administering user groups. Added some new config file
options and changed a couple of others. Also finally got around to implementing
the -l and -n options for modifying a users dn (this also modifies their uid
which of course is their username, uidnumber is actually their uid). So the
following:
cpu usermod foo -l bar
Changes the users username from foo to bar, and changes their dn as well
cpu groupmod foo -l bar
Changes the group name from foo to bar, and changes the dn as well


Changes: 1.3.11 - 2/15/02 - added groupadd, groupdel, groupmod functions to cpu - Changed object_class config file option to user_object_class - Added group_object_class to config file - Changed ldopts.object_class to ldopts.user_object_class - Added ldopts.group_object_class - Changed some exit()s at errors to returns so that the process successfully unbinds from the ldap server before exiting. - Added group_base_dn to config file - Added -l option to change dn of user - Added -n option to change dn of group