Werk #17421: LDAP: Catch incorrectly configured roles group dn in the schema
Component | REST API | ||||
Title | LDAP: Catch incorrectly configured roles group dn in the schema | ||||
Date | Jan 14, 2025 | ||||
Level | Trivial Change | ||||
Class | Bug Fix | ||||
Compatibility | Compatible - no manual interaction needed | ||||
Checkmk versions & editions |
|
This change fixes two issues.
- The group_dn within sync_plugins -> groups_to_roles should endwith the configured group_dn, not be equal to it.
- We now catch this config error in the request schema instead of raising a ValueError and generating a crash report.