Closed magicvodi closed 7 months ago
If i got this right this seems a issue with dpapi_ng
itself? LAPS-WebUI just wraps this python module.
My gut feeling would be that there is a connection problem. For LAPSv2 you need RPC and LDAP. Is there a firewall in between?
Hi Seji64,
it seems that i have exact the same Issue I setup an AD-Group LAPS-Admins with some members: Administrator, employee1, employee2, employee3 Added AD-Group LAPS-Admins to OU by Set-LapsADReadPasswordPermission Added AD-Group LAPS-Admins by GPO for authorized decryptors.
Failed to fetch LAPS Data for computer X Error: Failed to decrypt LAPSv2 Password
LAPS-WebUI is running in a docker on Synology, maybe a firewall or NAT issue with synology? I'm not that experienced with docker on Synology
Error Output is the same than magicvodi
DOMAIN\Administrator still works....
I had the same issue but i worked out it was due to the password history. Whilst the user is now part of the group that can decrypt the current password, the group wasnt designated as the password decryptor when previous passwords were created, the previous password decryptor was still set as the Domain Admins group.
As I'm still in the testing stage I simply cleared the msLAPS-EncryptedPasswordHistory attribute and voila no more errors.
Hi,
I've got an user, which is not an admin. I set the permissions with
Set-LapsADReadPasswordPermission
and set the authorized decryptors group via GPO. When I try to read the password with the user withGet-LapsADPassword -Identity COMPUTERNAME -AsPlainText
it works without problems. LAPS-WebUI shows an error related to decryption, when I run the decryption script manually I get the following error:Running the same python command but with the login data of an admin user shows the decrypted password.