Changeset 33386 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Oct 24, 2010 3:57:55 PM (14 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r33185 r33386 624 624 authentication method is set to "external" for a 625 625 particular VM, VirtualBox calls the library that was specified with 626 <computeroutput>VBoxManage setproperty vrd pauthlibrary</computeroutput>.626 <computeroutput>VBoxManage setproperty vrdeauthlibrary</computeroutput>. 627 627 This library will be loaded by the VM process on demand, i.e. when the 628 628 first RDP connection is made by an external client.</para> -
trunk/doc/manual/en_US/user_Frontends.xml
r33228 r33386 333 333 334 334 <para>For this, use <computeroutput>VBoxManage modifyvm</computeroutput> 335 command with the <computeroutput>--vrd pauthtype</computeroutput> option;335 command with the <computeroutput>--vrdeauthtype</computeroutput> option; 336 336 see <xref linkend="vboxmanage-modifyvm" /> for a general introduction. 337 337 Three methods of authentication are available:<itemizedlist> … … 386 386 on a running and supported guest (see below). In order to enable 387 387 VBoxAuthSimple, issue 388 <computeroutput>VBoxManage setproperty vrd pauthlibrary "VBoxAuthSimple"</computeroutput>.388 <computeroutput>VBoxManage setproperty vrdeauthlibrary "VBoxAuthSimple"</computeroutput>. 389 389 To enable the library for a VM, switch authentication to external using 390 390 <computeroutput>VBoxManage modifyvm "VM name" --vrdpauthtype external</computeroutput>. -
trunk/doc/manual/en_US/user_VBoxManage.xml
r33185 r33386 2002 2002 2003 2003 <glossentry> 2004 <glossterm>vrd pauthlibrary</glossterm>2005 2006 <glossdef> 2007 <para>This specifies which library to use when "external" VRDP2004 <glossterm>vrdeauthlibrary</glossterm> 2005 2006 <glossdef> 2007 <para>This specifies which library to use when "external" 2008 2008 authentication has been selected for a particular virtual machine; 2009 2009 see <xref linkend="vbox-auth" /> for details.</para> … … 2019 2019 please refer to the separate VirtualBox SDK reference (see <xref 2020 2020 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> 2021 2030 </glossdef> 2022 2031 </glossentry>
Note:
See TracChangeset
for help on using the changeset viewer.