View | Details | Raw Unified | Return to bug 49384 | Differences between
and this patch

Collapse All | Expand All

(-)a/base/univention-system-setup/usr/lib/univention-system-setup/cleanup-post.d/08_activate_license (-1 / +1 lines)
 Lines 36-42   eval "$(univention-config-registry shell)" Link Here 
36
email=$(get_profile_var email_address)
36
email=$(get_profile_var email_address)
37
if [ "$server_role" = "domaincontroller_master" -a -n "$email" ]; then
37
if [ "$server_role" = "domaincontroller_master" -a -n "$email" ]; then
38
	echo "Activating the UCS license with the email address $email..."
38
	echo "Activating the UCS license with the email address $email..."
39
	/usr/sbin/umc-command -r -U "$hostname\$" -y /etc/machine.secret udm/request_new_license -o email="$email"
39
	/usr/sbin/umc-command -r -U "$hostname\$" -y /etc/machine.secret udm/request_new_license -f license-request -o email="$email"
40
	echo "... done"
40
	echo "... done"
41
fi
41
fi
42
42
(-)a/management/univention-management-console-module-udm/umc/udm.xml (+9 lines)
 Lines 261-266    Link Here 
261
				<requiredCommand name="udm/license/import"/>
261
				<requiredCommand name="udm/license/import"/>
262
			</requiredCommands>
262
			</requiredCommands>
263
		</flavor>
263
		</flavor>
264
		<flavor priority="50" id="license-request">
265
			<name>UCS license request</name>
266
			<description>Request new license</description>
267
			<keywords></keywords>
268
			<categories/>
269
			<requiredCommands>
270
				<requiredCommand name="udm/request_new_license"/>
271
			</requiredCommands>
272
		</flavor>
264
		<flavor priority="50" id="settings/portal_all">
273
		<flavor priority="50" id="settings/portal_all">
265
			<name>Portal settings</name>
274
			<name>Portal settings</name>
266
			<description>Management of portals and their entries</description>
275
			<description>Management of portals and their entries</description>

Return to bug 49384