Univention Bugzilla – Attachment 10212 Details for
Bug 50385
Creating a host_record named @ should be disallowed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dont_allow_@_as_hostname.patch
dont_allow_@_as_hostname.patch (text/plain), 817 bytes, created by
Arvid Requate
on 2019-10-17 17:21:04 CEST
(
hide
)
Description:
dont_allow_@_as_hostname.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2019-10-17 17:21:04 CEST
Size:
817 bytes
patch
obsolete
>diff --git a/management/univention-directory-manager-modules/modules/univention/admin/handlers/dns/host_record.py b/management/univention-directory-manager-modules/modules/univention/admin/handlers/dns/host_record.py >index ef011eee54..ffef0374a8 100644 >--- a/management/univention-directory-manager-modules/modules/univention/admin/handlers/dns/host_record.py >+++ b/management/univention-directory-manager-modules/modules/univention/admin/handlers/dns/host_record.py >@@ -63,7 +63,7 @@ property_descriptions = { > 'name': univention.admin.property( > short_description=_('Hostname'), > long_description=_('The name of the host relative to the domain.'), >- syntax=univention.admin.syntax.dnsName, >+ syntax=univention.admin.syntax.dnsHostname, > include_in_default_search=True, > required=True, > identifies=True
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 50385
:
10211
| 10212 |
10305