Univention Bugzilla – Bug 33615
UCS Startsite: Description of UMC is misleading
Last modified: 2014-07-14 10:50:43 CEST
It reads: Univention Management Console für die Verwaltung der UCS-Domäne dirk32.appcenter.qa und des Systems slave127 On slave127 I am not able to administrate the domain. Should be shown only on Master/Backup systems. Also holds for title: System- und Domäneneinstellungen Only system settings can be changed on a slave. Maybe change it to Univention Management Console?
Title and description are now set depending on the system role. On systems != master && != backup, the following will be used when newly installed: System settings Univention Management Console for administrating the UCS system xxx svn 51218: univention-management-console-frontend (3.0.152-33 svn 51220: YAML
The description is not updated when I install the new version of this package. Not tested, but I am pretty sure this does not work with appliances, either (role change!). And please escape shell variables: [ $server_role = "domaincontroller_master" ] -> [ "$server_role" = "domaincontroller_master" ]
(In reply to Dirk Wiesenthal from comment #2) > The description is not updated when I install the new version of this > package. > > Not tested, but I am pretty sure this does not work with appliances, either > (role change!). The new UCR configuration is still set in the join script, which can only be executed automatically on DC master systems. This means that we would have to move the code to the postinst for it to also affect other roles, which is pointless as this is only a cosmetic change. Change will only affect new installations; join script version was not increased. > And please escape shell variables: > [ $server_role = "domaincontroller_master" ] -> > [ "$server_role" = "domaincontroller_master" ] Quoting added.
Ok, works for new installations. YAML ok.
http://errata.univention.de/ucs/3.2/149.html