diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2017-11-14 02:58:20 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2017-11-14 02:58:20 +0000 |
commit | dcf20684186f2587d0780b260ac57a8638af2a76 (patch) | |
tree | 1648c7a71f018ce9615d6d339316b0e86ae82771 /doc | |
parent | 03852fb20a33b7a2256bbf60764537b52a9c2c23 (diff) | |
download | VirtualBox-svn-dcf20684186f2587d0780b260ac57a8638af2a76.tar.gz |
Resolves #9032 by adding --passwordfile option to storageattach command
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@69681 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/en_US/user_VBoxManage.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/manual/en_US/user_VBoxManage.xml b/doc/manual/en_US/user_VBoxManage.xml index a37a25ba4aa..09a403aa30f 100644 --- a/doc/manual/en_US/user_VBoxManage.xml +++ b/doc/manual/en_US/user_VBoxManage.xml @@ -2861,6 +2861,7 @@ Virtual system 0: [--encodedlun <lun>] [--username <username>] [--password <password>] + [--passwordfile <file>] [--initiator <initiator>] [--intnet]</screen> @@ -3153,7 +3154,7 @@ Virtual system 0: </glossentry> <glossentry> - <glossterm><computeroutput>--username, --password</computeroutput></glossterm> + <glossterm><computeroutput>--username, --password, --passwordfile</computeroutput></glossterm> <glossdef> <para>Username and password (initiator secret) for target @@ -3162,7 +3163,9 @@ Virtual system 0: encryption (i.e. in clear text) in the XML machine configuration file if no settings password is provided. When a settings password was specified the first time, - the password is stored encrypted.</para> + the password is stored encrypted. Alternatively to providing the password + on the command line, a reference to a file containing the text + can be provided instead via the passwordfile option.</para> </note></para> </glossdef> </glossentry> |