]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
shadow: Increase the maximum group name length to 32 (the default)
authorPeter Kjellerstedt <pkj@axis.com>
Sun, 28 Sep 2025 16:37:33 +0000 (18:37 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Oct 2025 16:43:23 +0000 (17:43 +0100)
Back in 2014, the maximum group name length was increased from 16 (the
default) to 24. Since then, the default has increased to 32, and our
configuration is now actually a decrease in maximum group name length.

Remove the configuration to use the default instead, which aligns the
maximum group name length with the maximum user name length.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-extended/shadow/shadow_4.18.0.bb

index 6842a46dd749d1d59ef5e06f7926bc0930bf9186..ba65fc7196734d12c998adebcaa7fdd6c72cbe97 100644 (file)
@@ -42,7 +42,6 @@ inherit autotools gettext github-releases pkgconfig
 export CONFIG_SHELL = "/bin/sh"
 
 EXTRA_OECONF += " \
-                 --with-group-name-max-length=24 \
                  --enable-subordinate-ids=yes \
                  --without-sssd \
                  ${NSCDOPT}"