X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=bin%2Fshadow.reimport;h=2fc90d7f222c8c0cdf61d941e41cbbdf02d319d7;hp=a02582d96cde18633f7cb4bb7d8bd6f36bf64b1b;hb=3fe2bdd02f71c30a4d2bb29fdf3e63f416fd92d7;hpb=9ceb48a8f852ba25cc569d2da87c092cf33b3a28 diff --git a/bin/shadow.reimport b/bin/shadow.reimport index a02582d96..2fc90d7f2 100755 --- a/bin/shadow.reimport +++ b/bin/shadow.reimport @@ -93,6 +93,10 @@ while () { next unless $svc_acct->_password eq '*' || $opt_r; + next if $svc_acct->username eq 'root'; + + next if $password eq 'NP' || $password eq '*LK*'; + next if $svc_acct->_password eq $password; next if $svc_acct->_password =~ /^\*SUSPENDED\*/;