- Timestamp:
- Oct 19, 2010 1:12:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Frontends.xml
r33185 r33228 391 391 Last but not least, you have to configure users and passwords. Here is an example 392 392 for the user "john" with the password "secret": 393 <computeroutput>VBoxManage setextradata "VM name" "VBoxAuthSimple/users/john" "secret"</computeroutput> 394 To specify an empty password, use the special reserved value 395 <computeroutput>[NULL]</computeroutput>. 393 <computeroutput>VBoxManage internalcommands passwordhash "secret"</computeroutput> 394 This will give you the hash value "2bb80d537b1da3e38bd30361aa855686bde0eacd7162fef6a25fe97bf527a25b" 395 which you set using 396 <computeroutput>VBoxManage setextradata "VM name" "VBoxAuthSimple/users/john" 397 "2bb80d537b1da3e38bd30361aa855686bde0eacd7162fef6a25fe97bf527a25b"</computeroutput>. 396 398 </para> 397 399 </listitem> … … 409 411 default "external authentication module with any other module. For this, 410 412 VirtualBox provides a well-defined interface that allows you to write your 411 own authentication module; see <xref 412 linkend="vbox-authenticate-sdk" />for details.</para>413 own authentication module; see <xref linkend="vbox-authenticate-sdk" /> 414 for details.</para> 413 415 </sect2> 414 416
Note:
See TracChangeset
for help on using the changeset viewer.