Commit Graph

262 Commits

Author SHA1 Message Date
nekral-guest 2772f3caaf Even with -p, PATH is reset. This is now documented and tested. 2010-08-28 19:49:12 +00:00
nekral-guest 26d47d4a13 Avoid spurious warning messages.
Only display the messages from stderr if the passwords do not match.
2010-08-28 18:05:03 +00:00
nekral-guest 7aa5afbe3e Use an empty /etc/profile to avoid interferences. 2010-08-28 18:03:43 +00:00
nekral-guest 8e07b2236e Add two tests for pwck. 2010-08-27 18:13:35 +00:00
nekral-guest b82323f6fc SUpport for dash. 2010-08-27 18:07:51 +00:00
nekral-guest 2da85fc32b Updated list of installed files. 2010-08-27 18:05:48 +00:00
nekral-guest 036fdfd2cb Behavior of newusers has changed regarding systeml users (allocation starting from the higest limit and going down). It makes more sens to pass this test with users alredy allocated that way.
etc/passwd changed and data/passwd data/group changed to match the new request's results.
2010-08-27 18:03:36 +00:00
nekral-guest 3081241777 Behavior of usermod was improved regarding (re)moving the old homedir. 2010-08-27 17:58:24 +00:00
nekral-guest 3472bee15a Behavior of usermod was improved regarding (re)moving the old homedir. 2010-08-27 17:57:42 +00:00
nekral-guest a6336f11f8 * The PAM version now allows chpasswd an user when there are no shadow entries
(or maybe PAM behavior changed).
 * Document the differences between the 2 versions (PAM will add a shadow entry
   and the !PAM version will just update the passwd entry).
   This may have to be fixed later, but is not a clear bug.
 * Remove unnecessary files
2010-08-27 17:53:14 +00:00
nekral-guest 3b6a675f3f Use a PAM configuration with the pam_unix md5 option. 2010-08-26 21:31:56 +00:00
nekral-guest bcd3d8c1b8 Use a PAM configuration without a specific hash option => default to DES. 2010-08-26 21:29:46 +00:00
nekral-guest 7de171da64 Use a PAM configuration with the pam_unix sha256 option. 2010-08-26 21:28:34 +00:00
nekral-guest fc3fa0e293 Use a pam configuration with the pam_unix sha512 option 2010-08-26 21:27:17 +00:00
nekral-guest 53b2f99d37 Use a default pam configuration using pam_unix sha512 option. 2010-08-26 21:25:48 +00:00
nekral-guest 056347f7a0 The order of groups returned by id has changed. 2010-08-26 21:16:35 +00:00
nekral-guest 80d3925cc1 * Updated for dash
* There is no need to send a wrong password. The expect script is already changing the password to a wrong one
 * Updated ignore property
2010-08-26 21:11:33 +00:00
nekral-guest 4ff6fdd350 Added missing data files and updated ignore property. 2010-08-26 21:07:25 +00:00
nekral-guest 6fd2918f82 sha512 is now the default pam_unix configuration. 2010-08-26 21:02:41 +00:00
nekral-guest 991d707460 groupmod usage output was changed. 2010-08-26 19:40:23 +00:00
nekral-guest 6268434a34 Error message was updated. 2010-08-26 19:39:20 +00:00
nekral-guest 79bd47d726 * Support for dash
* chage usage is sent to stdout instead of stderr
2010-08-26 19:39:01 +00:00
nekral-guest 6a94f65dc6 Updated debug & log information 2010-08-26 19:37:38 +00:00
nekral-guest f38390ecf8 Support for dash. 2010-08-26 19:36:43 +00:00
nekral-guest 1906527bb8 Support for dash. 2010-08-26 19:34:04 +00:00
nekral-guest 4de1bfac9c Additional debug information. 2010-08-26 19:32:38 +00:00
nekral-guest ce8580ca6d Add the last 2 tests to the default tests. 2010-08-26 19:32:12 +00:00
nekral-guest 78fd15bab1 Added 2 tests for su. 2010-08-26 19:30:52 +00:00
nekral-guest f32335f6f9 System's default PATH has been updated. 2010-08-26 19:27:03 +00:00
nekral-guest c7df39a736 Support for dash. 2010-08-26 19:24:28 +00:00
nekral-guest cc5a9f7708 Fix typo is the log rationale. 2010-08-26 19:18:29 +00:00
nekral-guest f1bb2c3848 Added support for dash. 2010-08-26 19:16:40 +00:00
nekral-guest 5f632d1a86 Explicitly set PS1 in order to support test environments where the default shell is set to dash. 2010-08-26 19:13:30 +00:00
nekral-guest bf28febe2f Added new tests to the testsuite script. 2009-05-22 11:51:00 +00:00
nekral-guest 4375e97124 Added tests for SULOG. 2009-05-22 11:50:26 +00:00
nekral-guest b42d7cf631 Check the right place for the user's homedir. 2009-05-22 11:48:23 +00:00
nekral-guest 65269966d5 Make sure the process started by su is killed.
Avoid messages on, stderr.
Make sure the process started by su is actually started when userdel is run.
2009-05-22 11:46:57 +00:00
nekral-guest 86ce147df1 Added tests for userdel. 2009-05-22 11:44:54 +00:00
nekral-guest d868434939 Updated traps. Avoid removal of files not created by the testsuite 2009-05-22 11:44:21 +00:00
nekral-guest 3e50639cba Added failure libraries to test rmdir and unlink failures. 2009-05-22 11:19:38 +00:00
nekral-guest d3a0659e13 Added support for adding files that do not exist on the system.
These files are removed later during the cleanup.
2009-05-22 11:19:10 +00:00
nekral-guest 199d8b2719 Added 6 failure tests for userdel. 2009-05-22 11:18:07 +00:00
nekral-guest e9b12a545d Updated to the new version and updated ignore list. 2009-05-22 11:16:51 +00:00
nekral-guest 96432cb7a1 Added an userdel failure test. 2009-05-21 16:46:43 +00:00
nekral-guest d2a6818f17 Run with set -e. 2009-05-21 16:12:47 +00:00
nekral-guest c2b51209bb su now logs a full tty path (/dev/ used to be strip out). 2009-05-21 16:08:45 +00:00
nekral-guest 436996ed07 Updated to the new passwd message. 2009-05-21 16:07:44 +00:00
nekral-guest 130e26d582 Added 3 tests for userdel. 2009-05-20 21:48:16 +00:00
nekral-guest 3462794b84 Added missing file. 2009-05-20 21:44:52 +00:00
nekral-guest f82f0de34e Added 2 new userdel tests. 2009-05-20 21:23:32 +00:00