From: Peter Kjellerstedt Date: Sun, 28 Sep 2025 16:37:33 +0000 (+0200) Subject: shadow: Increase the maximum group name length to 32 (the default) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02c98c3b199bfe3c6b8acd6e2ebf13088564c351;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git shadow: Increase the maximum group name length to 32 (the default) 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 Signed-off-by: Mathieu Dubois-Briand --- diff --git a/meta/recipes-extended/shadow/shadow_4.18.0.bb b/meta/recipes-extended/shadow/shadow_4.18.0.bb index 6842a46dd7..ba65fc7196 100644 --- a/meta/recipes-extended/shadow/shadow_4.18.0.bb +++ b/meta/recipes-extended/shadow/shadow_4.18.0.bb @@ -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}"