Bug 56546 - Adjust 62_check_slapschema.py diagnostic plugin to changed slapschema output
Summary: Adjust 62_check_slapschema.py diagnostic plugin to changed slapschema output
Status: CLOSED FIXED
Alias: None
Product: UCS
Classification: Unclassified
Component: UMC - System diagnostic
Version: UCS 5.2
Hardware: Other Linux
: P5 normal
Target Milestone: UCS 5.2
Assignee: Florian Best
QA Contact: Christian Castens
URL:
Keywords:
Depends on: 54681
Blocks:
  Show dependency treegraph
 
Reported: 2023-09-05 21:02 CEST by Florian Best
Modified: 2025-04-01 08:54 CEST (History)
3 users (show)

See Also:
What kind of report is it?: Development Internal
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Customer ID:
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2023-09-05 21:02:13 CEST
The test case 10_ldap/111_test_slapschema fails and reveals changed slapschema output.

Before: 
```
64f1e6f5 UNKNOWN attributeDescription "TESTPHONEACTIVE" inserted.
64f1e6f5 UNKNOWN attributeDescription "TESTPHONEPROTOCOL" inserted.
64f1e6f5 UNKNOWN attributeDescription "TESTPHONEIP" inserted.
64f1e6f5 UNKNOWN attributeDescription "TESTPHONEPRIMARYUSER" inserted.
```

```
UNKNOWN attributeDescription "TESTPHONEACTIVE" inserted.
UNKNOWN attributeDescription "TESTPHONEPROTOCOL" inserted.
UNKNOWN attributeDescription "TESTPHONEIP" inserted.
UNKNOWN attributeDescription "TESTPHONEPRIMARYUSER" inserted.
```

→ we should not filter for those hex strings. if stderr is present the check should fail.
Comment 2 Christian Castens univentionstaff 2023-10-18 13:45:12 CEST
qa:
   - code review: ok
   - test 111_test_slapschema successful on 5.2 vm: ok
   - advisory: ok
Comment 3 Florian Best univentionstaff 2024-03-08 10:46:17 CET
univention-management-console-module-diagnostic (8.0.3)
658f852b9a9a | fix(diagnostics): adjust 62_check_slapschema to changed slapschema output