]> git.pld-linux.org Git - packages/pwdutils.git/blobdiff - pwdutils.login.defs
- updated for 3.0.7
[packages/pwdutils.git] / pwdutils.login.defs
index 6a75db2f1cb79020626e0d47ba678b08245c60b0..305937f6f049647f76040ebc2501c99836c75aef 100644 (file)
@@ -38,7 +38,7 @@ FAILLOG_ENAB          yes
 # logged here in a utmp format.
 # last, when invoked as lastb, will read /var/log/btmp, so...
 #
-#FTMP_FILE     /var/log/btmp
+FTMP_FILE      /var/log/btmpx
 
 #
 # If defined, file which inhibits all the usual chatter
@@ -150,9 +150,11 @@ 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_.$-]\?
+# The default is [A-Za-z_][A-Za-z0-9_.-]*[A-Za-z0-9_.$-]\?,
+# but be aware that the result could be depend on the locale settings.
 #
-CHARACTER_CLASS                [A-Za-z_][A-Za-z0-9_.-]*[A-Za-z0-9_.$-]\?
+#CHARACTER_CLASS               [A-Za-z_][A-Za-z0-9_.-]*[A-Za-z0-9_.$-]\?
+CHARACTER_CLASS                [ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_][ABCDEFGHIJKLMNOPQRSTUVWXYabcdefghijklmnopqrstuvwxyz0123456789_.-]*[ABCDEFGHIJKLMNOPQRSTUVWXYabcdefghijklmnopqrstuvwxyz01234567899_.$-]\?
 
 #
 # Umask which is used by useradd and newusers for creating
This page took 0.192029 seconds and 4 git commands to generate.