Bug 51845 - Regression: univention-ad-connector old startup files wont work
Regression: univention-ad-connector old startup files wont work
Status: NEW
Product: UCS
Classification: Unclassified
Component: AD Connector
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: Samba maintainers
Samba maintainers
:
Depends on:
Blocks: 51918
  Show dependency treegraph
 
Reported: 2020-08-19 16:10 CEST by Andreas Peichert
Modified: 2020-08-27 15:46 CEST (History)
3 users (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 5: Major Usability: Impairs usability in key scenarios
Who will be affected by this bug?: 2: Will only affect a 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.114
Enterprise Customer affected?:
School Customer affected?: Yes
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2020081721000369
Bug group (optional): Regression
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Peichert univentionstaff 2020-08-19 16:10:42 CEST
After updating from UCS 4.2 to 4.4 the univention-ad-connector startup files (/usr/sbin/univention-ad-CONFIGNAME) will not work anymore in an customer environment.

It would be great if the files will be corrected automatically, i.e for "gym-3":

from: /usr/bin/python2.7 -W ignore /usr/share/pyshared/univention/connector/ad/main.py --configbase "connector-gym-3"
to: /usr/bin/python2.7 -W ignore -m univention.connector.ad.main --configbase "connector-gym-3" "$@"

This is a regression from Bug #49168