Bug 54494 - Improve readability of LDAP ACLs
Improve readability of LDAP ACLs
Status: NEW
Product: UCS
Classification: Unclassified
Component: LDAP
UCS 5.0
Other Linux
: P5 normal with 2 votes (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
https://git.knut.univention.de/univen...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2022-02-28 18:03 CET by Arvid Requate
Modified: 2022-02-28 18:06 CET (History)
0 users

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): Cleanup
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Requate univentionstaff 2022-02-28 18:03:52 CET
The "access to" clauses in the OpenLDAP ACLs tend to get very long. We should adjust the formatting to wrap them into separate lines like this:

access to
  dn=...
  attrs=...
  value=...
  by ...

I'll add a link to a feature branch pith a proposal to the URL field of this bug.