FreeBSD Bugzilla – Attachment 11282 Details for
Bug 22278
[MFC] rmuser does not allow deletion of all usernames that adduser can create
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 473 bytes, created by
kway
on 2000-10-24 21:30:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kway
Created:
2000-10-24 21:30:03 UTC
Size:
473 bytes
patch
obsolete
>--- rmuser.perl.bak Tue Oct 24 16:05:49 2000 >+++ rmuser.perl Tue Oct 24 16:20:35 2000 >@@ -108,7 +108,7 @@ > # 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_]\w*$/); >+ if ($login_name !~ /^[a-zA-Z0-9_][a-zA-Z0-9_\-]*$/); > } 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 22278
: 11282