Univention Bugzilla – Attachment 7560 Details for
Bug 40937
Synchronization of uppercase SRV records fails (sync to ucs)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dnsSRVName_ipProtocolSRV.patch
dnsSRVName_ipProtocolSRV.patch (text/plain), 734 bytes, created by
Arvid Requate
on 2016-03-23 16:19:22 CET
(
hide
)
Description:
dnsSRVName_ipProtocolSRV.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2016-03-23 16:19:22 CET
Size:
734 bytes
patch
obsolete
>--- /usr/share/pyshared/univention/admin/syntax.py.orig 2015-11-23 20:27:39.724000000 +0100 >+++ /usr/share/pyshared/univention/admin/syntax.py 2015-11-23 20:27:56.720000000 +0100 >@@ -1078,7 +1078,7 @@ class ipProtocol(select): > choices=[ ( 'tcp', 'TCP' ), ('udp', 'UDP' ) ] > > class ipProtocolSRV(select): >- choices=[ ( 'tcp', 'TCP' ), ( 'udp', 'UDP' ), ( 'msdcs', 'MSDCS' ), ( 'sites', 'SITES' ), ( 'DomainDnsZones', 'DOMAINDNSZONES'), ('ForestDnsZones', 'FORESTDNSZONES') ] >+ choices=[ ( 'tcp', 'TCP' ), ( 'udp', 'UDP' ), ( 'msdcs', 'MSDCS' ), ( 'sites', 'SITES' ), ( 'DomainDnsZones', 'DOMAINDNSZONES'), ('ForestDnsZones', 'FORESTDNSZONES'), ( 'TCP', 'TCP' ), ( 'UDP', 'UDP' ) ] > size = 'OneThird' > > class absolutePath(simple):
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 40937
: 7560 |
8384