VirtualBox

Changeset 33386 in vbox for trunk/doc/manual/en_US


Ignore:
Timestamp:
Oct 24, 2010 3:57:55 PM (14 years ago)
Author:
vboxsync
Message:

VRDE: API changes for the VRDP server separation.

Location:
trunk/doc/manual/en_US
Files:
3 edited

Legend:

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

    r33185 r33386  
    624624      authentication method is set to "external" for a
    625625      particular VM, VirtualBox calls the library that was specified with
    626       <computeroutput>VBoxManage setproperty vrdpauthlibrary</computeroutput>.
     626      <computeroutput>VBoxManage setproperty vrdeauthlibrary</computeroutput>.
    627627      This library will be loaded by the VM process on demand, i.e. when the
    628628      first RDP connection is made by an external client.</para>
  • trunk/doc/manual/en_US/user_Frontends.xml

    r33228 r33386  
    333333
    334334      <para>For this, use <computeroutput>VBoxManage modifyvm</computeroutput>
    335       command with the <computeroutput>--vrdpauthtype</computeroutput> option;
     335      command with the <computeroutput>--vrdeauthtype</computeroutput> option;
    336336      see <xref linkend="vboxmanage-modifyvm" /> for a general introduction.
    337337      Three methods of authentication are available:<itemizedlist>
     
    386386            on a running and supported guest (see below). In order to enable
    387387            VBoxAuthSimple, issue
    388             <computeroutput>VBoxManage setproperty vrdpauthlibrary "VBoxAuthSimple"</computeroutput>.
     388            <computeroutput>VBoxManage setproperty vrdeauthlibrary "VBoxAuthSimple"</computeroutput>.
    389389            To enable the library for a VM, switch authentication to external using
    390390            <computeroutput>VBoxManage modifyvm "VM name" --vrdpauthtype external</computeroutput>.
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r33185 r33386  
    20022002
    20032003        <glossentry>
    2004           <glossterm>vrdpauthlibrary</glossterm>
    2005 
    2006           <glossdef>
    2007             <para>This specifies which library to use when "external" VRDP
     2004          <glossterm>vrdeauthlibrary</glossterm>
     2005
     2006          <glossdef>
     2007            <para>This specifies which library to use when "external"
    20082008            authentication has been selected for a particular virtual machine;
    20092009            see <xref linkend="vbox-auth" /> for details.</para>
     
    20192019            please refer to the separate VirtualBox SDK reference (see <xref
    20202020            linkend="VirtualBoxAPI" />).</para>
     2021          </glossdef>
     2022        </glossentry>
     2023
     2024        <glossentry>
     2025          <glossterm>vrdelibrary</glossterm>
     2026
     2027          <glossdef>
     2028            <para>This specifies which library implements the VirtualBox Remote Desktop
     2029            Extension.</para>
    20212030          </glossdef>
    20222031        </glossentry>
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