VirtualBox

Changeset 33228 in vbox for trunk/doc


Ignore:
Timestamp:
Oct 19, 2010 1:12:31 PM (14 years ago)
Author:
vboxsync
Message:

VBoxAuthSimple now requires SHA-256 hashes, no more cleartext passwords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_Frontends.xml

    r33185 r33228  
    391391            Last but not least, you have to configure users and passwords. Here is an example
    392392            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>.
    396398            </para>
    397399          </listitem>
     
    409411        default "external authentication module with any other module. For this,
    410412        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>
    413415    </sect2>
    414416
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette