Donate Share

Change Password Utility

File Release Notes and Changelog

Release Name: CPU-1.4.0

Notes:
* Account locking and unlocking
* Bug fixes
* Configurable LDAP Version
* Different string for user and group CN

Changes: 2003-09-06 Blake Matheny <bmatheny@purdue.edu> * configure.ac: Fixed several things that caused compilation problems on other platforms * src/include/plugins/ldap/ldap.h: Be sure to include lber.h before ldap.h * src/plugins/ldap/commandline.c: Now uses USER_CN_STRING and GROUP_CN_STRING * Version 1.4.0a released 2003-09-05 Blake Matheny <bmatheny@purdue.edu> * src/plugins/ldap/commandline.c: Account {Un}Locking, specify with -2 the version of LDAP to use. Defaults to LDAPv3 * src/plugins/ldap/user.c: Account {Un}Locking * src/plugins/ldap/ld.c: LDAP Version * doc/man/cpu-ldap.8: Update man page to reflect new changes * configure.ac: No longer require explicit --with-ldap * Version 1.4.0 released 2003-05-17 Blake Matheny <bmatheny@purdue.edu> * src/plugins/ldap/commandline.c (parseCommand, initGlobals, populateGlobals, printHelp): Changed userbase to -b and lastname to -E so that we can use -L and -U for lock and unlock, respectivly * src/plugins/ldap/user.c (ldapUserCheck): fixed bug that would have caused segfault 'strlen(NULL)' and started adding code for lock/unlock