Changeset 102534 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Dec 8, 2023 11:06:41 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r102381 r102534 4962 4962 <interface 4963 4963 name="IUnattended" extends="$unknown" 4964 uuid=" 1136224d-0ba7-45d6-9aee-03b628da46b6"4964 uuid="a71e5822-365b-49ba-bd14-c8d616e6740d" 4965 4965 wsmap="managed" 4966 4966 rest="managed" … … 5010 5010 <attribute name="user" type="wstring"> 5011 5011 <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. 5020 5028 </desc> 5021 5029 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.