Bug 37346 - DNS TXT records are not shown in UMC with Samba4 as backend
DNS TXT records are not shown in UMC with Samba4 as backend
Status: RESOLVED DUPLICATE of bug 41006
Product: UCS
Classification: Unclassified
Component: S4 Connector
UCS 4.0
All Linux
: P4 normal (vote)
: UCS 4.0-x
Assigned To: Connector maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-12-15 13:43 CET by Alexander Kläser
Modified: 2016-08-17 10:20 CEST (History)
9 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): External feedback, Usability
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kläser univentionstaff 2014-12-15 13:43:25 CET
Explicitly clone original bug to handle problems with Samba4.

Bug 25356, comment 2:
> ...
> 2. Mit Samba4 als Backend lassen sich keine TXT-Records abfragen: weder
> gezielt noch im Zone-Transfer werden sie gefunden.
> Mit OpenLDAP als Backend funktioniert es.

+++ This bug was initially created as a clone of Bug #25356 +++

Die TXT-Records einer Zone werden in UMC nicht angezeigt.

Per "udm dns/txt_record list --superordinate zoneName=phahn.qa,cn=dns,dc=phahn,dc=qa" wird aber aufgelistet, das es "_kerberos" und "Philipp.Hahn" gibt.

Das Anlegen per UMC hat noch funktioniert, in der Suche danach waren sie aber schon nicht mehr zu sehen.
Comment 1 Julian Hupertz univentionstaff 2015-09-16 15:10:39 CEST
For Bug #39269, some dns-tests for resolving different records has been written. The test for txt-records interrupts when samba4 is used.

When resolving txt-records works with samba4, this test (ucs-test, section 67, test no. 106) can be complemented.
Comment 2 Arvid Requate univentionstaff 2015-09-16 16:31:16 CEST
Note: TXT records are currently not synchronized by the S4-Connector.

The lookup generally works though:

bash# kinit --password-file=<(echo -n univention) Administrator

bash# nsupdate -v -g <<%EOF
zone $(ucr get domainname).
update add _kerberos.$(ucr get domainname).  900 IN TXT works
send
quit
%EOF

bash# host -t txt _kerberos
_kerberos.ar40i1.qa descriptive text "works"


So, I change the component to S4-Connector.
Comment 3 Florian Best univentionstaff 2016-08-16 15:30:21 CEST

*** This bug has been marked as a duplicate of bug 41006 ***