#
11ec666b |
| 05-Jul-2022 |
Jiaqing Zhao <jiaqing.zhao@intel.com> |
Switch to lg2 for logging
After enabling C++20, lg2 is preferred for logging. This patch replaces all phosphor::logging::log calls to lg2 calls.
Tested: Build pass.
Change-Id: Ic37bc36f43c2b3a1c61
Switch to lg2 for logging
After enabling C++20, lg2 is preferred for logging. This patch replaces all phosphor::logging::log calls to lg2 calls.
Tested: Build pass.
Change-Id: Ic37bc36f43c2b3a1c61b1328af95e3a41c8d6d40 Signed-off-by: Jiaqing Zhao <jiaqing.zhao@intel.com>
show more ...
|
#
0b1ad3d8 |
| 09-Jan-2022 |
Ratan Gupta <ratankgupta31@gmail.com> |
Resolve Meson issues
This commit includes fixes in the repo:
1. Errors that meson identified 2. Formatting changes
Signed-off-by: Ratan Gupta <ratankgupta31@gmail.com> Change-Id: I4f57abb2236205fe
Resolve Meson issues
This commit includes fixes in the repo:
1. Errors that meson identified 2. Formatting changes
Signed-off-by: Ratan Gupta <ratankgupta31@gmail.com> Change-Id: I4f57abb2236205fe6fc04292a00a270c816ba965
show more ...
|
#
d019e3d2 |
| 06-Oct-2021 |
Patrick Williams <patrick@stwcx.xyz> |
catch exceptions as const Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia6e52141afe659db8a7eaaf77fe5198028f4d173
|
#
9638afb9 |
| 22-Feb-2021 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format-11: reformat The .clang-format file here is an old version of the common one. Upgrade to the latest and reformat. Signed-off-by: Patrick Williams <patrick@stwcx.xyz
clang-format-11: reformat The .clang-format file here is an old version of the common one. Upgrade to the latest and reformat. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0d532aa88d650e9c7664e07abfc8c4fdf0dd3df4
show more ...
|
#
7b04c352 |
| 12-Apr-2019 |
Ratan Gupta <ratagupt@linux.vnet.ibm.com> |
Create role mapping under ldap config object Each ldap config object should be have its own mapping object. This is to align with the redfish. https://redfish.dmtf.org/schem
Create role mapping under ldap config object Each ldap config object should be have its own mapping object. This is to align with the redfish. https://redfish.dmtf.org/schemas/AccountService.v1_4_0.json As per redfish, Each config will have it's own "RemoteRoleMapping". Mapping object should be persisted and restores when the phosphor-ldap-conf restarts. TestedBy: Unit Tested. Creation of privilege mapping. Persist the priv-mapping. Restores the priv-mapping. Signed-off-by: Ratan Gupta <ratagupt@linux.vnet.ibm.com> Change-Id: I5ab4aeffae61f9cc57c1338f94784d0fe5607cd3
show more ...
|
#
fd761da7 |
| 12-Apr-2019 |
Ratan Gupta <ratagupt@linux.vnet.ibm.com> |
Copying the files from the mapper to the config It was needed as in the next commit we would be generating the ldap priv mapping object under the ldap config object. This is
Copying the files from the mapper to the config It was needed as in the next commit we would be generating the ldap priv mapping object under the ldap config object. This is to align with the redfish. https://redfish.dmtf.org/schemas/AccountService.v1_4_0.json As per redfish, Each config will have it's own "RemoteRoleMapping". TestedBy: Unit-tested All existing test cases gets passed. Signed-off-by: Ratan Gupta <ratagupt@linux.vnet.ibm.com> Change-Id: Ibec2c0b809ce15e71bd3ed84a2d0efdad24f1d17
show more ...
|