Univention Bugzilla – Attachment 8782 Details for
Bug 31311
S4 connector breaks CNAME DNS records by always appending a missing dot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cname.patch
cname.patch (text/plain), 492 bytes, created by
Arvid Requate
on 2017-04-19 12:47:06 CEST
(
hide
)
Description:
cname.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2017-04-19 12:47:06 CEST
Size:
492 bytes
patch
obsolete
>Index: modules/univention/s4connector/s4/dns.py >=================================================================== >--- modules/univention/s4connector/s4/dns.py (Revision 78806) >+++ modules/univention/s4connector/s4/dns.py (Arbeitskopie) >@@ -655,7 +655,7 @@ > dnsRecord = dnsRecord.encode('latin1') > ndrRecord = ndr_unpack(dnsp.DnssrvRpcRecord, dnsRecord) > if ndrRecord.wType == dnsp.DNS_TYPE_CNAME: >- c.append(__append_dot(ndrRecord.data)) >+ c.append(ndrRecord.data) > return c > >
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 31311
: 8782