summaryrefslogtreecommitdiff
path: root/FS/FS/svc_acct.pm
diff options
context:
space:
mode:
authorivan <ivan>2001-10-02 11:10:19 +0000
committerivan <ivan>2001-10-02 11:10:19 +0000
commitfce8244a87d152312852eef77411c644f992314d (patch)
treef02ec88f8afb2d4f23cd68a88d6402d6d3df3b90 /FS/FS/svc_acct.pm
parent1fd215138eeed664b07d4347ce18a7a1a616419b (diff)
allow some more characters in GECOS... showing up in fix.net's password files
Diffstat (limited to 'FS/FS/svc_acct.pm')
-rw-r--r--FS/FS/svc_acct.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index 2390de0..71c47d6 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -716,7 +716,7 @@ sub check {
# $error = $self->ut_textn('finger');
# return $error if $error;
$self->getfield('finger') =~
- /^([\w \t\!\@\#\$\%\&\(\)\-\+\;\:\'\"\,\.\?\/\*]*)$/
+ /^([\w \t\!\@\#\$\%\&\(\)\-\+\;\:\'\"\,\.\?\/\*\<\>]*)$/
or return "Illegal finger: ". $self->getfield('finger');
$self->setfield('finger', $1);
@@ -920,7 +920,7 @@ sub ssh {
=head1 VERSION
-$Id: svc_acct.pm,v 1.49 2001-09-30 22:35:34 ivan Exp $
+$Id: svc_acct.pm,v 1.50 2001-10-02 11:10:19 ivan Exp $
=head1 BUGS