X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=bin%2Fpasswd.import;h=fbf27370f5bce96faa3245e0580555487111d1b9;hb=232897b9389df4dca4773873e6e5d638ac5e8c4b;hp=d8fc013442c7401b3f90f878c3b39b2e4223cf98;hpb=4b5b2b8c46413b294d96e52469016eddb016a750;p=freeside.git diff --git a/bin/passwd.import b/bin/passwd.import index d8fc01344..fbf27370f 100755 --- a/bin/passwd.import +++ b/bin/passwd.import @@ -1,5 +1,5 @@ #!/usr/bin/perl -Tw -# $Id: passwd.import,v 1.4 2002-06-21 09:15:59 ivan Exp $ +# $Id: passwd.import,v 1.5 2002-06-21 09:57:05 ivan Exp $ use strict; use vars qw(%part_svc); @@ -86,10 +86,10 @@ while () { my $svcpart = $shell_svcpart; - if ( qsearchs('svc_acct', { 'username' => $username } ) ) { - warn "warning: $username already exists; skipping\n"; - next; - } + #if ( qsearchs('svc_acct', { 'username' => $username } ) ) { + # warn "warning: $username already exists; skipping\n"; + # next; + #} my($svc_acct) = new FS::svc_acct ({ 'svcpart' => $svcpart,