Univention Bugzilla – Attachment 8130 Details for
Bug 42716
Invalid code in S4-Connector dns_dn_mapping for _msdcs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
msdcs_soadn_fix.diff
msdcs_soadn_fix.diff (text/plain), 697 bytes, created by
Arvid Requate
on 2016-10-18 18:01:35 CEST
(
hide
)
Description:
msdcs_soadn_fix.diff
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2016-10-18 18:01:35 CEST
Size:
697 bytes
patch
obsolete
>Index: modules/univention/s4connector/s4/dns.py >=================================================================== >--- modules/univention/s4connector/s4/dns.py (Revision 73345) >+++ modules/univention/s4connector/s4/dns.py (Arbeitskopie) >@@ -226,7 +226,7 @@ > if relativeDomainName.endswith('._msdcs'): > target_zone_name = '_msdcs.' + ol_zone_name > target_RR_val = relativeDomainName[:-7] >- _rdn = [s4_RR_attr.upper() + '=' + target_zone_dn] + rdn[2:] >+ _rdn = [s4_RR_attr.upper() + '=' + target_zone_name] + rdn[2:] > target_zone_dn = ','.join(_rdn) > > ud.debug(ud.LDAP, ud.INFO, "dns_dn_mapping: get dns_dn_mapping for target zone %s" % target_zone_dn)
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 42716
: 8130