Remove clear text password options.
Note. Even prior to the commit the clear text passwords were not what was hashed.
This commit is contained in:
parent
e92323d156
commit
9e583f422f
10
preseed.cfg
10
preseed.cfg
@ -39,19 +39,13 @@ d-i mirror/http/directory string /debian
|
|||||||
d-i mirror/http/proxy string
|
d-i mirror/http/proxy string
|
||||||
|
|
||||||
### Account setup
|
### Account setup
|
||||||
# Root password, either in clear text
|
# Root password
|
||||||
#d-i passwd/root-password password testroot
|
|
||||||
#d-i passwd/root-password-again password testroot
|
|
||||||
# or encrypted using a crypt(3) hash.
|
|
||||||
d-i passwd/root-password-crypted password RagByQTSHsyIY
|
d-i passwd/root-password-crypted password RagByQTSHsyIY
|
||||||
|
|
||||||
# To create a normal user account.
|
# To create a normal user account.
|
||||||
d-i passwd/user-fullname string CLC User
|
d-i passwd/user-fullname string CLC User
|
||||||
d-i passwd/username string clc
|
d-i passwd/username string clc
|
||||||
# Normal user's password, either in clear text
|
# Normal user's password
|
||||||
#d-i passwd/user-password password passwd
|
|
||||||
#d-i passwd/user-password-again password passwd
|
|
||||||
# or encrypted using a crypt(3) hash.
|
|
||||||
d-i passwd/user-password-crypted password JY0jSrbzJgbx2
|
d-i passwd/user-password-crypted password JY0jSrbzJgbx2
|
||||||
|
|
||||||
### Clock and time zone setup
|
### Clock and time zone setup
|
||||||
|
Loading…
Reference in New Issue
Block a user