commit | 4028755da38ccccc09be2a15a0b482fa9d8dab7c | [log] [tgz] |
---|---|---|
author | Denis Zlobin <zlobin.d.al@gmail.com> | Mon Aug 28 09:29:49 2023 +0000 |
committer | Ivan Mikhaylov <fr0st61te@gmail.com> | Tue Sep 10 12:49:49 2024 +0000 |
tree | 3db8878102ecb5a908915ef41c1ffbd09942fb18 | |
parent | 522846cf10edf2bee60aa6867594db1efd8cd585 [diff] |
User.Attributes: add user password expiration date Add the date before user password will expire. Date should be specified in EpochTime format. Properties are made according to the "Redfish Resource and Schema Guide"(v. 2022.3) document. Change-Id: I6e38a094d923102d03f8a30658c411d83dcec331 Signed-off-by: Denis Zlobin <zlobin.d.al@gmail.com> Signed-off-by: Ivan Mikhaylov <fr0st61te@gmail.com>
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
Before defining a new D-Bus interface or modifying an existing one, please read through the documented set of the common requirements and expectations.
This project can be built with meson
. The typical meson
workflow is: meson builddir && ninja -C builddir
.
The meson files used to handle the YAML files are automatically generated and found under the gen
subdirectory. When adding or removing YAML files, this must be regenerated. This can be done with the helper script found in the gen
subdirectory: cd gen && ./regenerate-meson
.
Only the xyz/openbmc_project and org/freedesktop interfaces are built by default. Other interfaces can be enabled by meson options:
-Ddata_com_ibm=true
-Ddata_org_open_power=true
Example: meson builddir -Ddata_com_ibm=true && ninja -C builddir