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

Collapse All | Expand All

(-)a/management/univention-directory-manager-modules/modules/univention/admin/handlers/dns/host_record.py (-1 / +1 lines)
 Lines 63-69   property_descriptions = { Link Here 
63
	'name': univention.admin.property(
63
	'name': univention.admin.property(
64
		short_description=_('Hostname'),
64
		short_description=_('Hostname'),
65
		long_description=_('The name of the host relative to the domain.'),
65
		long_description=_('The name of the host relative to the domain.'),
66
		syntax=univention.admin.syntax.dnsName,
66
		syntax=univention.admin.syntax.dnsHostname,
67
		include_in_default_search=True,
67
		include_in_default_search=True,
68
		required=True,
68
		required=True,
69
		identifies=True
69
		identifies=True

Return to bug 50385