]> git.pld-linux.org Git - packages/pwdutils.git/commitdiff
- add missing CHARACTER_CLASS and GROUPADD_CMD
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 29 Nov 2004 10:27:36 +0000 (10:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pwdutils.login.defs -> 1.2

pwdutils.login.defs

index 6c7973ddd1564040984a4fc15085d53038932a99..6a75db2f1cb79020626e0d47ba678b08245c60b0 100644 (file)
@@ -148,12 +148,25 @@ SYSTEM_GID_MAX              499
 GID_MIN                         1000
 GID_MAX                        60000
 
+#
+# User/group names must match the following regex expression.
+# The default is [A-Za-z_][A-Za-z0-9_.-]*[A-Za-z0-9_.$-]\?
+#
+CHARACTER_CLASS                [A-Za-z_][A-Za-z0-9_.-]*[A-Za-z0-9_.$-]\?
+
 #
 # Umask which is used by useradd and newusers for creating
 # new home directories.
 #
 UMASK                  022
 
+#
+# 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             /etc/pwdutils/groupadd.local
+
 #
 # If defined, this command is run when adding a user.
 # It should rebuild any NIS database etc. to add the
This page took 0.040244 seconds and 4 git commands to generate.