Commit Graph

19 Commits

Author SHA1 Message Date
8728bd87ed tests: print default timeout message to stderr
Signed-off-by: Serge Hallyn <serge@hallyn.com>
2023-02-09 09:55:04 -06:00
20f8ead9ec Add regression test for 'usermod -rG' -- it should not add users to groups they did not previously belong to 2022-12-11 10:58:37 -06:00
899f7a43b1 Preparation / clarity: rename existing usermod test from 'remove_supplemental_groups' to 'clear_supplemental_groups' 2022-12-11 10:58:37 -06:00
e8d2bc8d8b Allow supplementary groups to be added via config file
Allow supplementary groups to be set via the /etc/default/useradd config
file. Allowing an administrator to set additonal groups via the GROUPS
configurable and control the default behaviour of useradd.
2022-11-18 15:10:56 -06:00
f7c2a54212 fixed typo in login.defs 2021-12-06 01:41:17 +09:00
146a0da7b3 spelling: overridden 2017-10-22 21:01:25 +00:00
63261593c8 spelling: negative 2017-10-22 20:48:57 +00:00
1adf386345 spelling: if the 2017-10-22 19:47:52 +00:00
831ff281d0 spelling: equivalent 2017-10-22 19:11:20 +00:00
016bc8b813 spelling: default 2017-10-22 18:34:35 +00:00
eb9db854d7 spelling: constraints 2017-10-22 21:07:23 +00:00
60d2888605 spelling: comment 2017-10-22 18:25:35 +00:00
1e98b3b559 Make language less binary 2017-09-20 17:00:29 +01:00
c8508fabd0 Replace user´s -> user's to make login.def files valid ASCII instead of UTF-8
The Unicode character caused issues in LANG=C environment.
See Debian bug #850338 for details.
2017-01-18 16:54:51 +01:00
6b65c6aeae Test userdel/usermod when homedir is a symlink 2014-09-21 00:36:24 +02:00
3fb292f3c7 Extend checks for changing U/GID in home directory
Add files with user or group owner different from the user.
2014-09-21 00:36:23 +02:00
a8bf8af5aa Extend checks for moving home directory
Add hard link to files inside or outside the home directory)
Add files with user or group owner different from the user.
2014-09-21 00:36:16 +02:00
d8c8e8b4b6 subids options added to usermod's usage 2014-09-21 00:17:30 +02:00
b999d48941 Add tests from the old svn tree
We're losing the svn history (which we could probably keep if we tried
hard enough) but don't consider that worthwhile.

Note these tests are destructive, so run them only in a throwaway
environment like a chroot, container, or vm.

The tests/run.all script should be the one which launches all the tests.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
2014-09-17 14:42:55 -05:00