Bug 47067 - univention-app register --app adds an LDAP object even in appbox
univention-app register --app adds an LDAP object even in appbox
Status: NEW
Product: UCS
Classification: Unclassified
Component: App Center
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: App Center maintainers
App Center maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-05-24 11:14 CEST by Dirk Wiesenthal
Modified: 2020-07-13 11:12 CEST (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?: 4: Will affect most installed domains
How will those affected feel about the bug?: 1: Nuisance – not a big deal but noticeable
User Pain: 0.069
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 Dirk Wiesenthal univentionstaff 2018-05-24 11:14:44 CEST
This should not happen in container_mode(). The LDAP object is just wrong there, the App should be registered on the host only.

This happened in point releases where we put this command in the postup.sh.

univention-app register should be callable in appbox without breaking anything. Otherwise we always have to remember to check container_mode() in external scripts like postup.sh or postinst or ...