summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall/examples/README
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2011-01-10 19:57:18 +0000
committerjpaetzel <jpaetzel@FreeBSD.org>2011-01-10 19:57:18 +0000
commit9a29d48c1822b1b8a65d625a1b4145cdf7dadc81 (patch)
treefc288e93541cd385a817630ffa62c337a7395812 /usr.sbin/pc-sysinstall/examples/README
parent4f7c775086b8e92ba6beae6ac3888a17f52747f9 (diff)
downloadFreeBSD-src-9a29d48c1822b1b8a65d625a1b4145cdf7dadc81.zip
FreeBSD-src-9a29d48c1822b1b8a65d625a1b4145cdf7dadc81.tar.gz
Add support for using encrypted password strings when setting
the root / user passwords PR: bin/152868 Submitted by: kmoore Approved by: imp
Diffstat (limited to 'usr.sbin/pc-sysinstall/examples/README')
-rw-r--r--usr.sbin/pc-sysinstall/examples/README8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/pc-sysinstall/examples/README b/usr.sbin/pc-sysinstall/examples/README
index c972286..05e0386 100644
--- a/usr.sbin/pc-sysinstall/examples/README
+++ b/usr.sbin/pc-sysinstall/examples/README
@@ -286,7 +286,11 @@ Options for setting up usernames and passwords on the installed system
# rootPass=root
-Set the root password of the installed system to the specified string
+Set the root password of the installed system to the specified plaintext string
+
+# rootEncPass=<encryptedstring>
+
+Set the root password of the installed system to the specified encrypted string
The below variables are used to setup a user on the installed system
Be sure to call commitUser after after adding these values, and before
@@ -295,6 +299,8 @@ starting another user block
# userName=kris
# userComment=Kris Moore
# userPass=mypass
+or
+# userEncPass=<encryptedstring>
# userShell=/bin/csh
# userHome=/home/kris
# userGroups=wheel,operator
OpenPOWER on IntegriCloud