]> git.ipfire.org Git - thirdparty/shadow.git/commit
Allow supplementary groups to be added via config file
authorAndy Zaugg <andy.zaugg@gmail.com>
Tue, 18 Oct 2022 23:30:14 +0000 (16:30 -0700)
committerSerge Hallyn <serge@hallyn.com>
Fri, 18 Nov 2022 21:10:56 +0000 (15:10 -0600)
commite8d2bc8d8b2c827e67cb8e3f9a6e1800af25c86f
treec57e65f4a1916d666b80754db534651e62f43670
parente0524e813a3bae2891b33a66f35876841c11cee7
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.
man/useradd.8.xml
src/useradd.c
tests/usertools/useradd/69_useradd_default_GROUPS_name/config.txt [new file with mode: 0644]
tests/usertools/useradd/69_useradd_default_GROUPS_name/config/etc/default/useradd [new file with mode: 0644]
tests/usertools/useradd/69_useradd_default_GROUPS_name/config/etc/group [new file with mode: 0644]
tests/usertools/useradd/69_useradd_default_GROUPS_name/data/group [new file with mode: 0644]
tests/usertools/useradd/69_useradd_default_GROUPS_name/useradd.test [new file with mode: 0755]