From 87d883c252afa0426dcadbca2d75e585e982a9cb Mon Sep 17 00:00:00 2001 From: jknudsen Date: Mon, 16 Dec 2024 12:40:33 +0100 Subject: [PATCH] fix ReadLAPSPassword General info --- .../HelpTexts/ReadLAPSPassword/General.tsx | 28 +++++++++++++------ 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/packages/javascript/bh-shared-ui/src/components/HelpTexts/ReadLAPSPassword/General.tsx b/packages/javascript/bh-shared-ui/src/components/HelpTexts/ReadLAPSPassword/General.tsx index 96b57895a..9c7db79fa 100644 --- a/packages/javascript/bh-shared-ui/src/components/HelpTexts/ReadLAPSPassword/General.tsx +++ b/packages/javascript/bh-shared-ui/src/components/HelpTexts/ReadLAPSPassword/General.tsx @@ -27,18 +27,28 @@ const General: FC = ({ sourceName, sourceType, targetName }) => { Password Solution (LAPS) on the computer {targetName}. - For systems using legacy LAPS, the following AD computer object properties are relevant: - - **ms-Mcs-AdmPwd**: The plaintext LAPS password. - **ms-Mcs-AdmPwdExpirationTime**: The LAPS password - expiration time. + For systems using legacy LAPS, the following AD computer object properties are relevant: +
+ - ms-Mcs-AdmPwd: The plaintext LAPS password +
+ - ms-Mcs-AdmPwdExpirationTime: The LAPS password expiration time +
- For systems using Windows LAPS (2023 edition), the following AD computer object properties are relevant: - - **msLAPS-Password**: The plaintext LAPS password. - **msLAPS-PasswordExpirationTime**: The LAPS - password expiration time. - **msLAPS-EncryptedPassword**: The encrypted LAPS password. - - **msLAPS-EncryptedPasswordHistory**: The encrypted LAPS password history. - - **msLAPS-EncryptedDSRMPassword**: The encrypted Directory Services Restore Mode (DSRM) password. - - **msLAPS-EncryptedDSRMPasswordHistory**: The encrypted DSRM password history. +
+ - msLAPS-Password: The plaintext LAPS password +
+ - msLAPS-PasswordExpirationTime: The LAPS password expiration time +
+ - msLAPS-EncryptedPassword: The encrypted LAPS password +
+ - msLAPS-EncryptedPasswordHistory: The encrypted LAPS password history +
+ - msLAPS-EncryptedDSRMPassword: The encrypted Directory Services Restore Mode (DSRM) password +
+ - msLAPS-EncryptedDSRMPasswordHistory: The encrypted DSRM password history +
);