--- mdap-server.pl 2007/04/24 18:57:19 33 +++ mdap-server.pl 2007/04/26 12:07:49 37 @@ -41,7 +41,7 @@ while(<$fh>) { chomp; next if /^#/ || /^$/ || /^\s+$/; - if (/^\S+\s\S+$/) { + if (/^\S+\s+\S+$/) { push @try_accounts, $_; } else { warn "invalid $passwd_path entry: $_\n";