php crypt

アカウントを自動で作るスクリプトで

$pwd = crypt(“password”);
system(“useradd -p “.escapeshellarg($pwd).” account”);

これで Ubuntu 10.10 はログインできないんだが訳が分からん…