diff mbox series

shadow: Increase the maximum group name length to 32 (the default)

Message ID 20250928163733.1250308-1-pkj@axis.com
State New
Headers show
Series shadow: Increase the maximum group name length to 32 (the default) | expand

Commit Message

Peter Kjellerstedt Sept. 28, 2025, 4:37 p.m. UTC
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>
---
 meta/recipes-extended/shadow/shadow_4.18.0.bb | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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}"