Bug 54109 - Directory Reports: Missing UMC OperationSet
Directory Reports: Missing UMC OperationSet
Status: CLOSED FIXED
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 4.4
Other Windows NT
: P5 normal (vote)
: UCS 5.0-1-errata
Assigned To: Johannes Lohmer
Florian Best
https://git.knut.univention.de/univen...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-11-19 15:15 CET by Michael Grandjean
Modified: 2022-06-08 16:50 CEST (History)
3 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 4: Minor Usability: Impairs usability in secondary scenarios
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.046
Enterprise Customer affected?:
School Customer affected?: Yes
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): bitesize
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Grandjean univentionstaff 2021-11-19 15:15:45 CET
The UMC UDM modules allow to create and download a CSV/PDF file using Univention Directory Reports: https://docs.software-univention.de/manual-4.4.html#central:reports

However, a corresponding UMC Operation-Set is missing. This means that you need "udm-all" als OperationSet to be able to download the files or you can't download the file.

Workaround:

udm settings/umc_operationset create \
  --position "cn=operations,cn=UMC,cn=univention,$(ucr get ldap/base)" \
  --set name=directory-reports \
  --set description="Download directory reports" \
  --set operation=udm/reports/get
Comment 1 Johannes Lohmer univentionstaff 2022-04-21 15:58:59 CEST
univention-management-console-module-udm (10.0.1-24)
dcb60cf099cc | Bug #54109: add a UMC operation set which allows the creation of reports
Comment 2 Florian Best univentionstaff 2022-04-22 02:04:14 CEST
OK: new operationset works nice

DN: cn=udm-reports,cn=operations,cn=UMC,cn=univention,l=school,l=dev
  description: UDM - Reports
  flavor: None
  name: udm-reports
  operation: udm/reports/get 
  operation: udm/reports/query 
  operation: udm/reports/create 

OK: YAML