Bug 52684 - Broken tools /usr/share/univention-directory-manager-tools/univention-*
Broken tools /usr/share/univention-directory-manager-tools/univention-*
Status: NEW
Product: UCS
Classification: Unclassified
Component: UDM - CLI
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-01-25 09:17 CET by Philipp Hahn
Modified: 2021-01-25 10:26 CET (History)
1 user (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 3: Simply Wrong: The implementation doesn't match the docu
Who will be affected by this bug?: 1: Will affect a very few installed domains
How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.017
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Hahn univentionstaff 2021-01-25 09:17:19 CET
# dpkg -L univention-directory-manager-tools | grep /usr/share/univention-directory-manager-tools/univention-

# /usr/share/univention-directory-manager-tools/univention-addgroup
Traceback (most recent call last):
  File "/usr/share/univention-directory-manager-tools/univention-addgroup", line 198, in <module>
    main()
  File "/usr/share/univention-directory-manager-tools/univention-addgroup", line 193, in main
    result = process_output(output, cmdfile)
  File "/usr/share/univention-directory-manager-tools/univention-addgroup", line 143, in process_output
    if output[-1] == "OPERATION FAILED":
IndexError: list index out of range

/usr/share/univention-directory-manager-tools/univention-addgroup
/usr/share/univention-directory-manager-tools/univention-addmachine
/usr/share/univention-directory-manager-tools/univention-adduser
/usr/share/univention-directory-manager-tools/univention-delgroup
/usr/share/univention-directory-manager-tools/univention-delmachine
/usr/share/univention-directory-manager-tools/univention-deluser
/usr/share/univention-directory-manager-tools/univention-setprimarygroup
Comment 1 Florian Best univentionstaff 2021-01-25 10:26:18 CET
They fail when being called without arguments.
They are called by samba with some arguments, which (at least) have to work.