VirtualBox

Changeset 102536 in vbox


Ignore:
Timestamp:
Dec 8, 2023 11:29:17 AM (10 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 [build fix]. bugref:10554

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp

    r102535 r102536  
    24112411    SHOW_STR_ATTR(IsoPath,                       "isoPath");
    24122412    SHOW_STR_ATTR(User,                          "user");
    2413     SHOW_STR_ATTR(UserPassword,                  "password") /* Keep for backwards compatibility! */
     2413    SHOW_STR_ATTR(UserPassword,                  "password"); /* Keep for backwards compatibility! */
    24142414    SHOW_STR_ATTR(FullUserName,                  "fullUserName");
    24152415    SHOW_STR_ATTR(ProductKey,                    "productKey");
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