X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Ffs-setup;h=002a4ed4cee2ff4fb85b03356c595c7d507d3cc4;hb=6e05f9c154f3cac80969c9a8f266b3d5b041b463;hp=3dde038b202a6fcdbbab0d66e42473d77bb48f0f;hpb=b2aed426363c22c3dc4cbad5e899028f8f96a4da;p=freeside.git diff --git a/bin/fs-setup b/bin/fs-setup index 3dde038b2..002a4ed4c 100755 --- a/bin/fs-setup +++ b/bin/fs-setup @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: fs-setup,v 1.24 2000-03-02 07:44:07 ivan Exp $ +# $Id: fs-setup,v 1.25 2000-06-29 12:00:49 ivan Exp $ # # ivan@sisd.com 97-nov-8,9 # @@ -32,7 +32,10 @@ # fix radius attributes ivan@sisd.com 98-sep-27 # # $Log: fs-setup,v $ -# Revision 1.24 2000-03-02 07:44:07 ivan +# Revision 1.25 2000-06-29 12:00:49 ivan +# support for pre-encrypted md5 passwords. +# +# Revision 1.24 2000/03/02 07:44:07 ivan # typo forgot closing ' # # Revision 1.23 2000/02/03 05:16:52 ivan @@ -612,7 +615,7 @@ sub tables_hash_hack { 'columns' => [ 'svcnum', 'int', '', '', 'username', 'varchar', '', $username_len, #unique (& remove dup code) - '_password', 'varchar', '', 25, #13 for encryped pw's plus ' *SUSPENDED* + '_password', 'varchar', '', 50, #13 for encryped pw's plus ' *SUSPENDED* (mp5 passwords can be 34) 'popnum', 'int', 'NULL', '', 'uid', 'int', 'NULL', '', 'gid', 'int', 'NULL', '',