VirtualBox

Changeset 102534 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Dec 8, 2023 11:06:41 AM (14 months ago)
Author:
vboxsync
Message:

Main/Unattended: Renamed the attribute "IUnattended::password" to "IUnattended::userPassword". Added new getter/setter attribute "IUnattended::adminPassword", to set a dedicated admin / root password. If not specified explicitly, the password from "IUnattended::userPassword" will be used. Extended testcases. bugref:10554

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r102381 r102534  
    49624962  <interface
    49634963    name="IUnattended" extends="$unknown"
    4964     uuid="1136224d-0ba7-45d6-9aee-03b628da46b6"
     4964    uuid="a71e5822-365b-49ba-bd14-c8d616e6740d"
    49654965    wsmap="managed"
    49664966    rest="managed"
     
    50105010    <attribute name="user" type="wstring">
    50115011      <desc>
    5012         Assign an user login name.
    5013       </desc>
    5014     </attribute>
    5015 
    5016     <attribute name="password" type="wstring">
    5017       <desc>
    5018         Assign a password to the user. The password is the same for both
    5019         normal user and for Administrator / 'root' accounts.
     5012        Assigns an user login name.
     5013      </desc>
     5014    </attribute>
     5015
     5016    <attribute name="userPassword" type="wstring">
     5017      <desc>
     5018        Assigns a password to the user.
     5019      </desc>
     5020    </attribute>
     5021
     5022    <attribute name="adminPassword" type="wstring">
     5023      <desc>
     5024        Assigns a password to the Administrator / 'root' accounts.
     5025
     5026        If no Administrator / 'root' password is being set explicitly, the password set via <link to="IUnattended::userPassword"/>
     5027        will be used instead.
    50205028      </desc>
    50215029    </attribute>
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