VirtualBox

Changeset 34563 in vbox for trunk/doc


Ignore:
Timestamp:
Dec 1, 2010 11:39:52 AM (14 years ago)
Author:
vboxsync
Message:

VRDPAuth -> VBoxAuth.

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

Legend:

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

    r34392 r34563  
    428428
    429429        <para>By default, after installation, the web service uses the
    430         VRDPAuth module that ships with VirtualBox. This module uses PAM on
     430        VBoxAuth module that ships with VirtualBox. This module uses PAM on
    431431        Linux hosts to authenticate users. Any valid username/password
    432432        combination is accepted, it does not have to be the username and
  • trunk/doc/manual/en_US/user_AdvancedTopics.xml

    r34539 r34563  
    787787      entry point:</para>
    788788
    789       <screen>#include "VRDPAuth.h"
     789      <screen>#include "VBoxAuth.h"
    790790
    791791/**
     
    807807 * Return code:
    808808 *
    809  *   VRDPAuthAccessDenied    Client access has been denied.
    810  *   VRDPAuthAccessGranted   Client has the right to use the
    811  *                           virtual machine.
    812  *   VRDPAuthDelegateToGuest Guest operating system must
    813  *                           authenticate the client and the
    814  *                           library must be called again with
    815  *                           the result of the guest
    816  *                           authentication.
     809 *   AuthResultAccessDenied    Client access has been denied.
     810 *   AuthResultAccessGranted   Client has the right to use the
     811 *                             virtual machine.
     812 *   AuthResultDelegateToGuest Guest operating system must
     813 *                             authenticate the client and the
     814 *                             library must be called again with
     815 *                             the result of the guest
     816 *                             authentication.
    817817 */
    818 VRDPAuthResult VRDPAUTHCALL VRDPAuth2(
     818AuthResult AUTHCALL AuthEntry(
     819    const char *szCaller,
    819820    PVRDPAUTHUUID pUuid,
    820821    VRDPAuthGuestJudgement guestJudgement,
     
    826827{
    827828    /* process request against your authentication source of choice */
    828     return VRDPAuthAccessGranted;
     829    return AuthResultAccessGranted;
    829830}</screen>
    830831
     
    853854      <para>The second arguments contains information about the guest
    854855      authentication status. For the first call, it is always set to
    855       <computeroutput>VRDPAuthGuestNotAsked</computeroutput>. In case the
     856      <computeroutput>AuthGuestNotAsked</computeroutput>. In case the
    856857      function returns
    857       <computeroutput>VRDPAuthDelegateToGuest</computeroutput>, a guest
     858      <computeroutput>AuthResultDelegateToGuest</computeroutput>, a guest
    858859      authentication will be attempted and another call to the method is made
    859860      with its result. This can be either granted / denied or no judgement
  • trunk/doc/manual/en_US/user_Frontends.xml

    r33386 r34563  
    388388            <computeroutput>VBoxManage setproperty vrdeauthlibrary "VBoxAuthSimple"</computeroutput>.
    389389            To enable the library for a VM, switch authentication to external using
    390             <computeroutput>VBoxManage modifyvm "VM name" --vrdpauthtype external</computeroutput>.
     390            <computeroutput>VBoxManage modifyvm "VM name" --vrdeauthtype external</computeroutput>.
    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":
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r34531 r34563  
    941941
    942942          <listitem>
    943             <para><computeroutput>--vrdpauthtype
     943            <para><computeroutput>--vrdeauthtype
    944944            null|external|guest</computeroutput>: This allows you to choose
    945945            whether and how authorization will be performed; see <xref
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