From: ivan Date: Tue, 2 Oct 2001 11:10:19 +0000 (+0000) Subject: allow some more characters in GECOS... showing up in fix.net's password files X-Git-Tag: freeside_1_4_0pre11~298 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=fce8244a87d152312852eef77411c644f992314d;ds=sidebyside allow some more characters in GECOS... showing up in fix.net's password files --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 2390de02e..71c47d6cd 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