Skip to content

Commit

Permalink
Drop obsolete GROUPADD_CMD as well
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Oct 1, 2024
1 parent 802ee2a commit f151355
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion library/general/src/lib/cfa/login_defs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class LoginDefs < BaseModel
:fail_delay,
:gid_max,
:gid_min,
:groupadd_cmd,
:home_mode,
:pass_max_days,
:pass_min_days,
Expand Down
1 change: 0 additions & 1 deletion library/general/test/cfa/login_defs_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
fail_delay: "3",
gid_max: "60000",
gid_min: "1000",
groupadd_cmd: "/usr/sbin/groupadd.local",
pass_max_days: "99999",
pass_min_days: "0",
pass_warn_age: "7",
Expand Down
2 changes: 0 additions & 2 deletions library/general/test/data/login.defs-example
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,3 @@ FORCE_SHADOW no
# but be aware that the result could depend on the locale settings.
#
CHARACTER_CLASS [A-Za-z_][A-Za-z0-9_.-]*

GROUPADD_CMD /usr/sbin/groupadd.local
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ LOGIN_TIMEOUT 60
# any combination of letters "frwh" (full name, room number, work
# phone, home phone). If not defined, no changes are allowed.
# For backward compatibility, "yes" = "rwh" and "no" = "frwh".
#
#
CHFN_RESTRICT rwh

#
Expand Down Expand Up @@ -273,5 +273,3 @@ FORCE_SHADOW no
#
#CHARACTER_CLASS [A-Za-z_][A-Za-z0-9_.-]*[A-Za-z0-9_.$-]\?
CHARACTER_CLASS [ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_][ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.-]*[ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.$-]\?

GROUPADD_CMD /usr/sbin/groupadd.local

0 comments on commit f151355

Please sign in to comment.