]> git.pld-linux.org Git - packages/pwdutils.git/commitdiff
- fix locale issue
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 29 Nov 2004 10:29:18 +0000 (10:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pwdutils.login.defs -> 1.3

pwdutils.login.defs

index 6a75db2f1cb79020626e0d47ba678b08245c60b0..11e2e30aa8bfbe66c0849f5ba9da307ca81c49e5 100644 (file)
@@ -151,8 +151,9 @@ 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_.$-]\?
+# Address this issue:
+# http://lists.suse.com/archive/pwdutils/2004-Nov/0003.html
+CHARACTER_CLASS                [[:alpha:]_][[:alnum:]_.-]*[[:alnum:]_.$-]\?
 
 #
 # Umask which is used by useradd and newusers for creating
This page took 0.035746 seconds and 4 git commands to generate.