Skip to content

feat: add LAPS reader permission verification to validation checks#129

Merged
l50 merged 1 commit intomainfrom
feat/laps-reader-validation
Apr 20, 2026
Merged

feat: add LAPS reader permission verification to validation checks#129
l50 merged 1 commit intomainfrom
feat/laps-reader-validation

Conversation

@l50
Copy link
Copy Markdown
Contributor

@l50 l50 commented Apr 20, 2026

Key Changes:

  • Implemented verification for LAPS reader permissions on computer objects
  • Enhanced validation to ensure configured accounts/groups can read LAPS passwords
  • Improved reporting for LAPS permissions with PASS/FAIL/WARN results

Added:

  • LAPS reader permission check - Validation now ensures that configured accounts
    or groups have read access to the ms-Mcs-AdmPwd attribute on computer objects
    by querying domain controllers and analyzing ACLs
  • Result reporting for LAPS readers - Output now includes PASS/FAIL/WARN for each
    configured LAPS reader, indicating whether they have the necessary permissions

Changed:

  • LAPS validation logic - Extended checkLAPS function to include LAPS reader
    permission verification and related result reporting

**Added:**

- Implemented check to verify that configured LAPS reader accounts/groups have
  permission to read the ms-Mcs-AdmPwd attribute on computer objects in each
  domain. The validator now reports PASS/FAIL/WARN for each reader account
  based on detected permissions.
@l50 l50 changed the title ``` feat: add LAPS reader permission verification to validation checks Apr 20, 2026
@l50 l50 merged commit d1f6066 into main Apr 20, 2026
8 checks passed
@l50 l50 deleted the feat/laps-reader-validation branch April 20, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant