Changeset 99797 in vbox for trunk/doc/manual/en_US/dita/topics/vbox-auth.dita
- Timestamp:
- May 15, 2023 5:27:56 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157418
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/topics/vbox-auth.dita
r99497 r99797 3 3 <topic xml:lang="en-us" id="vbox-auth"> 4 4 <title>RDP Authentication</title> 5 5 6 6 <body> 7 7 <p> 8 For each virtual machine that is remotely accessible using RDP, 9 you can individually determine if and how client connections are 10 authenticated. For this, use the <userinput>VBoxManage 11 modifyvm</userinput> command with the 12 <codeph>--vrde-auth-type</codeph> option. See 13 <xref href="vboxmanage-modifyvm.dita">VBoxManage modifyvm</xref>. The following methods of 14 authentication are available: 15 </p> 8 For each virtual machine that is remotely accessible using RDP, you can individually 9 determine if and how client connections are authenticated. For this, use the 10 <userinput>VBoxManage modifyvm</userinput> command with the 11 <codeph>--vrde-auth-type</codeph> option. See <xref href="vboxmanage-modifyvm.dita"> 12 VBoxManage modifyvm</xref>. The following methods of authentication are available: 13 </p> 16 14 <ul> 17 15 <li> … … 27 25 The <b outputclass="bold">external</b> method 28 26 provides external authentication through a special 29 authentication library. Oracle VM VirtualBoxships with two27 authentication library. <ph conkeyref="vbox-conkeyref-phrases/product-name"/> ships with two 30 28 special authentication libraries: 31 29 </p> … … 105 103 <codeph>extradata</codeph> section the password 106 104 needs to be written, is a plain text file, 107 Oracle VM VirtualBoxuses hashes to encrypt passwords. The105 <ph conkeyref="vbox-conkeyref-phrases/product-name"/> uses hashes to encrypt passwords. The 108 106 following command must be used: 109 107 </p> … … 156 154 In addition to the methods described above, you can replace the 157 155 default external authentication module with any other module. 158 For this, Oracle VM VirtualBoxprovides a well-defined interface that156 For this, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> provides a well-defined interface that 159 157 enables you to write your own authentication module. This is 160 described in detail in the Oracle VM VirtualBoxSoftware Development158 described in detail in the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> Software Development 161 159 Kit (SDK) reference. See <xref href="VirtualBoxAPI.dita#VirtualBoxAPI"/>. 162 160 </p> 163 161 </body> 164 162 165 163 </topic>
Note:
See TracChangeset
for help on using the changeset viewer.