]> granicus.if.org Git - sudo/commitdiff
allow logins to start with a number (YUCK!)
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 10 Sep 1996 04:18:57 +0000 (04:18 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 10 Sep 1996 04:18:57 +0000 (04:18 +0000)
parse.lex

index dc612ce4034fdb5799b176d6eb56af18f9873831..108c0892324a31ca46b6511c1a2cc3a81fcc78a2 100644 (file)
--- a/parse.lex
+++ b/parse.lex
@@ -232,7 +232,7 @@ NOPASSWD[[:blank:]]*:       {
                            return(ALIAS);
                        }
 
-[[:alpha:]][[:alnum:]_-]*      {
+[[:alnum:]][[:alnum:]_-]*      {
                            int l;
 
                            fill(yytext, yyleng);