FreeBSD Bugzilla – Attachment 8265 Details for
Bug 17372
rmuser(8) incorrectly identifies non-alphanum characters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 739 bytes, created by
Mark Newton
on 2000-03-14 14:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mark Newton
Created:
2000-03-14 14:10:02 UTC
Size:
739 bytes
patch
obsolete
>*** /usr/sbin/rmuser Fri Mar 3 08:53:25 2000 >--- rmuser.perl Wed Mar 15 00:25:51 2000 >*************** >*** 108,114 **** > # Username was given as a parameter > $login_name = pop(@ARGV); > die "Sorry, login name must contain alphanumeric characters only.\n" >! if ($login_name !~ /^[a-z0-9_][a-z0-9_\-]*$/); > } else { > if ($affirm) { > print STDERR "${whoami}: Error: -y option given without username!\n"; >--- 108,114 ---- > # Username was given as a parameter > $login_name = pop(@ARGV); > die "Sorry, login name must contain alphanumeric characters only.\n" >! if ($login_name !~ /^[a-zA-Z0-9_]{1,}$/); > } else { > if ($affirm) { > print STDERR "${whoami}: Error: -y option given without username!\n";
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 17372
: 8265