[freeside-commits] freeside/FS/FS svc_acct.pm,1.245,1.246
Ivan,,,
ivan at wavetail.420.am
Wed Nov 5 20:18:25 PST 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv7752
Modified Files:
svc_acct.pm
Log Message:
. is used in some implementations of classic crypt
Index: svc_acct.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_acct.pm,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -d -r1.245 -r1.246
--- svc_acct.pm 6 Oct 2008 22:48:22 -0000 1.245
+++ svc_acct.pm 6 Nov 2008 04:18:22 -0000 1.246
@@ -1134,7 +1134,7 @@
if ( $recref->{_password} =~
#/^(\$\w+\$.*|[\w\+\/]{13}|_[\w\+\/]{19}|\*)$/
- /^(!!?)?(\$\w+\$.*|[\w\+\/]{13}|_[\w\+\/]{19}|\*)$/
+ /^(!!?)?(\$\w+\$.*|[\w\+\/\.]{13}|_[\w\+\/\.]{19}|\*)$/
) {
$recref->{_password} = $1.$2;
More information about the freeside-commits
mailing list