View | Details | Raw Unified | Return to bug 52751
Collapse All | Expand All

(-)a/management/univention-directory-manager-modules/modules/univention/admin/license.py (-1 / +1 lines)
 Lines 108-114   class License(object): Link Here 
108
			custom_username('Guest'),
108
			custom_username('Guest'),
109
			'dns-*',
109
			'dns-*',
110
			'http-%s' % configRegistry.get('hostname'),
110
			'http-%s' % configRegistry.get('hostname'),
111
			'http-proxy-%s' % configRegistry.get('hostname'),
111
			'http-proxy-*',
112
			'zarafa-%s' % configRegistry.get('hostname'),
112
			'zarafa-%s' % configRegistry.get('hostname'),
113
			custom_username('SBSMonAcct'),  # SBS account
113
			custom_username('SBSMonAcct'),  # SBS account
114
			custom_username('Network Administrator'),  # SBS role
114
			custom_username('Network Administrator'),  # SBS role

Return to bug 52751