nekral-guest
|
0c6a55969e
|
Fix tests data that depend on the date of execution.
|
2008-03-19 18:18:21 +00:00 |
|
nekral-guest
|
b3acd37d6d
|
Added debug to find out what happens when it fails.
|
2008-03-19 18:16:56 +00:00 |
|
nekral-guest
|
99c78a4ae3
|
The behavior of useradd changed for the creation of groups. Now it
respects GID_MAX.
|
2008-03-19 18:14:32 +00:00 |
|
nekral-guest
|
ffddc3dbf8
|
Ad cleanup of tmp/out.
|
2008-03-19 18:13:25 +00:00 |
|
nekral-guest
|
aaa2195044
|
Add cleanup of tmp/out.
|
2008-03-19 18:13:12 +00:00 |
|
nekral-guest
|
9c9b24acaa
|
Print the UID, then the GID.
|
2008-03-19 18:12:13 +00:00 |
|
nekral-guest
|
bebb89c93b
|
Update to new newusers behavior:
* users are not added automatically to the list of supplementary groups
* newusers use the same algorithm as useradd to define the new UIDs.
|
2008-03-09 01:59:59 +00:00 |
|
nekral-guest
|
b53ea15a4d
|
Added tests for the split group feature (MAX_MEMBERS_PER_GROUP).
|
2008-03-09 00:20:48 +00:00 |
|
nekral-guest
|
a2054f9a9d
|
Added tests for pwconv and pwunconv.
|
2008-03-09 00:18:07 +00:00 |
|
nekral-guest
|
ed328dc03c
|
Added tests for groupdel.
|
2008-03-09 00:14:34 +00:00 |
|
nekral-guest
|
f3b4069ba4
|
Remove generated file.
|
2008-03-09 00:14:11 +00:00 |
|
nekral-guest
|
dac2b189c2
|
More tests for pwck and grpck.
|
2008-03-08 13:21:38 +00:00 |
|
nekral-guest
|
3f9037b282
|
Add tests for pwck and grpck.
|
2008-03-08 13:08:37 +00:00 |
|
nekral-guest
|
d4f56275e5
|
Fix typos groupadd -> groupmod.
|
2008-03-08 13:04:30 +00:00 |
|
nekral-guest
|
062eb42fd4
|
Added groupmod tests.
|
2008-03-08 11:03:49 +00:00 |
|
nekral-guest
|
9768aa54f9
|
Added groupadd tests.
|
2008-03-08 11:03:07 +00:00 |
|
nekral-guest
|
326c956bcd
|
Added tests for groupadd.
|
2008-03-07 20:34:33 +00:00 |
|
nekral-guest
|
49c32e7ec1
|
Remove tm pdirectory.
|
2008-02-28 18:46:30 +00:00 |
|
nekral-guest
|
c8f4e36ebf
|
Fix cut&paste typos.
|
2008-02-28 18:46:04 +00:00 |
|
nekral-guest
|
57d3f9fa83
|
Quote the salt because it may be an '*' and is expanded to filenames.
|
2008-02-27 00:27:18 +00:00 |
|
nekral-guest
|
aeae21cf6e
|
Add 59 tests for gpasswd.
|
2008-02-27 00:02:18 +00:00 |
|
nekral-guest
|
7df22c6930
|
Added new usermod test: usermod can move the user's home directory, over a
new device and changes the owner of the user's file.
|
2008-02-17 17:09:42 +00:00 |
|
nekral-guest
|
d83880777a
|
Added new usermod test: usermod checks if the uid is valid.
|
2008-02-17 17:05:17 +00:00 |
|
nekral-guest
|
f490e1a144
|
Added new usermod test: usermod can change the user's UID to an existing
UID (with -o).
|
2008-02-17 17:02:48 +00:00 |
|
nekral-guest
|
27ed5d04f7
|
Fix comment.
|
2008-02-17 17:02:03 +00:00 |
|
nekral-guest
|
98b7858e66
|
Added new usermod test: usermod tests if the new user's UID is already used.
|
2008-02-17 17:00:50 +00:00 |
|
nekral-guest
|
9c0339d436
|
Fix config description.
|
2008-02-17 16:58:46 +00:00 |
|
nekral-guest
|
48537b4957
|
Added new usermod test: usermod can change the user's UID.
|
2008-02-17 16:57:06 +00:00 |
|
nekral-guest
|
4146176c08
|
Added new usermod test: usermod -l fails if the gshadow file is locked.
|
2008-02-17 16:54:32 +00:00 |
|
nekral-guest
|
33ba4c0628
|
Added new usermod test: usermod -l fails if the group file is locked.
|
2008-02-17 16:53:05 +00:00 |
|
nekral-guest
|
3cf7c19a56
|
Added new usermod test: usermod -c does not check if the gshadow file is locked.
|
2008-02-17 16:49:21 +00:00 |
|
nekral-guest
|
29f48bafae
|
Added new usermod test: usermod -c does not check if the group file is
locked.
|
2008-02-17 16:37:31 +00:00 |
|
nekral-guest
|
57da5c1045
|
Added new usermod test: usermod -G checks if the gshadow file is locked.
|
2008-02-17 16:34:38 +00:00 |
|
nekral-guest
|
897f8481b2
|
Added new usermod test: usermod -G checks if the shadow file is locked.
|
2008-02-17 16:33:29 +00:00 |
|
nekral-guest
|
2d428c52c9
|
Added new usermod test: usermod -G checks if the group file is locked.
|
2008-02-17 16:31:11 +00:00 |
|
nekral-guest
|
9d4c337ca1
|
Added new usermod test: usermod -G checks if the passwd file is locked.
|
2008-02-17 16:27:47 +00:00 |
|
nekral-guest
|
dfff7d3cfe
|
Added new usermod test: usermod renames the user when requested to add an
user to a group it is already a member and to rename this user.
|
2008-02-17 16:14:58 +00:00 |
|
nekral-guest
|
67ac228c4a
|
Added new usermod test: usermod does not fail when requested to add the
user to a group it is already a member.
|
2008-02-17 15:54:10 +00:00 |
|
nekral-guest
|
9e4d6448e6
|
Added new usermod test: usermod rename the user in the lists of members
and uses the right username when adding the user to supplementary groups.
|
2008-02-17 15:46:27 +00:00 |
|
nekral-guest
|
1cbb3cc320
|
Added new usermod test: usermod rename the user in the lists of members,
when an user is renamed with -l.
|
2008-02-17 15:43:32 +00:00 |
|
nekral-guest
|
30d2b24f04
|
Added new usermod test: usermod fails if asked to add an user to an
unknown numerical group.
|
2008-02-17 14:50:55 +00:00 |
|
nekral-guest
|
202fb5c463
|
Added new usermod test: usermod fails if asked to add an user to an
unknown named group.
|
2008-02-17 14:46:49 +00:00 |
|
nekral-guest
|
c203282681
|
Added new usermod test: usermod can change the list of supplementary
groups, with numerical groups.
|
2008-02-17 13:57:07 +00:00 |
|
nekral-guest
|
1937662816
|
Added new usermod test: usermod can clear the list of supplementary groups.
|
2008-02-17 13:53:24 +00:00 |
|
nekral-guest
|
d8b44cb331
|
Added new usermod test: usermod can change the list of supplementary groups.
|
2008-02-17 13:49:43 +00:00 |
|
nekral-guest
|
4399f64323
|
Added new usermod test: usermod keeps links or devices when it moves the
user's home directory.
|
2008-02-17 13:36:39 +00:00 |
|
nekral-guest
|
d17cbbac9f
|
Added new usermod test: usermod does not move non-directory (regular file).
|
2008-02-17 13:25:52 +00:00 |
|
nekral-guest
|
d073acd750
|
12_usermod_move_homedir_dev_null test-case tests that usermod does not
move devices (/dev/null).
|
2008-02-17 13:25:13 +00:00 |
|
nekral-guest
|
1f7ad41762
|
Added new usermod test: usermod does not move non-directory.
|
2008-02-17 13:16:30 +00:00 |
|
nekral-guest
|
319a16fc84
|
Added new usermod test: usermod can move the user's home directory.
|
2008-02-17 13:05:07 +00:00 |
|