Please submit patches as unified context diffs (diff -u). On Wed, May 30, 2001 at 08:38:13AM -0500, Adam Rose wrote: > Ivan, > > I didn't think that linux allowed usernames with a numeric first > character. > > Added this: > svc_acct.pm > > $recref->{username} =~ /^[a-z]{1}.*/ or return "Illegal username"; > > > --Adam > -- meow _ivan