Skip to content

Commit

Permalink
Dropped 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 27f04e3 commit 77fcca6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/data/system/etc/login.defs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,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 @@ -255,10 +255,3 @@ CREATE_HOME no
#CHARACTER_CLASS [A-Za-z_][A-Za-z0-9_.-]*[A-Za-z0-9_.$-]\?
CHARACTER_CLASS [ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_][ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.-]*[ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.$-]\?

#
# If defined, this command is run when adding a group.
# It should rebuild any NIS database etc. to add the
# new created group.
#
GROUPADD_CMD /usr/sbin/groupadd.local

0 comments on commit 77fcca6

Please sign in to comment.