|
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 |