shadow passwords not enabled (no rootpw)
Bug #48918 reported by
Matt Whiteley
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kickseed (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
the applicable lines in our kickstart file are as follows:
user --disabled
rootpw --iscrypted <password>
auth --useshadow --enablemd5 --enablenis --nisdomain <nisdomain> --nisserver <nisserver>
After install, there is no /etc/shadow although running shadowconfig on creates one. During install you can see the correct hash has been parsed and input into the generated preseed file. The root account is then available with no password. This is a security issue at that point, but since this is not the normal method of installing, I didn't copy the security team.
Changed in kickseed: | |
importance: | Untriaged → Medium |
status: | Unconfirmed → Confirmed |
To post a comment you must log in.
I think I may have fixed this in an earlier dapper-updates upload:
kickseed (0.35.1) dapper-updates; urgency=low
* Fix passwd/root-login preseeding (closes: Malone #48038).
-- Colin Watson <email address hidden> Mon, 5 Jun 2006 02:22:10 +0100
I'm assuming you're running Dapper? If so, could you try adding 'preseed passwd/root-login boolean false' to your Kickstart file for now and see if it works around your problem?