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

Collapse All | Expand All

(-)a/base/univention-system-setup/debian/univention-management-console-module-setup.postinst (-1 / +1 lines)
 Lines 34-40    Link Here 
34
adduser --system --no-create-home --disabled-password --force-badname '__systemsetup__'
34
adduser --system --no-create-home --disabled-password --force-badname '__systemsetup__'
35
35
36
# set UMC ACLs for special user
36
# set UMC ACLs for special user
37
/usr/sbin/univention-management-console-acls allow -u "__systemsetup__" -c "setup/*" -c "lib/server/*" -c "sysinfo/*" -H "*"
37
/usr/sbin/univention-management-console-acls allow -u "__systemsetup__" -c "setup/*" -c "lib/server/*" -c "sysinfo/*" -c "udm/request_new_license" -H "*"
38
38
39
# For remote configuration give root the permission to see this module. Normally the
39
# For remote configuration give root the permission to see this module. Normally the
40
# ACL will be defined in the UMC package and can be removed here after UCS 3.0-2
40
# ACL will be defined in the UMC package and can be removed here after UCS 3.0-2

Return to bug 49384