Bug 48853 - dnsEntryZoneForward and dnsEntryZoneReverse ignored if multiple mac addresses are set
dnsEntryZoneForward and dnsEntryZoneReverse ignored if multiple mac addresses...
Status: RESOLVED DUPLICATE of bug 49185
Product: UCS
Classification: Unclassified
Component: UDM (Generic)
UCS 4.3
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2019-03-05 11:34 CET by Jürn Brodersen
Modified: 2019-03-28 15:00 CET (History)
1 user (show)

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: 6: Setup Problem: Issue for the setup process
Who will be affected by this bug?: 2: Will only affect a few installed domains
How will those affected feel about the bug?: 2: A Pain – users won’t like this once they notice it
User Pain: 0.137
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jürn Brodersen univentionstaff 2019-03-05 11:34:26 CET
dnsEntryZoneForward and dnsEntryZoneReverse ignored if multiple mac addresses are set

univention-join now creates computer objects with all physical mac addresses. Due to this bug no host record (a record) nor pointer record is created during join. This prevents for example uvmm to work out of the box.

The bind join script seems to repair this by adding the missing records. So only member server are really affected.
Comment 1 Jürn Brodersen univentionstaff 2019-03-05 11:38:31 CET
Example udm call:
udm computers/memberserver create --position cn=memberserver,cn=computers,dc=univention,dc=intranet --set name=testmacs --set domain="univention-intranet" --set password="univention" --set unixhome=/dev/null --set shell=/bin/sh --set primaryGroup="cn=Computers,cn=groups,dc=univention,dc=intranet" --set ip="10.200.41.32" --set mac="aa:bb:cc:dd:ee:e8" --set mac="aa:bb:cc:dd:ee:e9" --set dnsEntryZoneForward="zoneName=univention.intranet,cn=dns,dc=univention,dc=intranet" --set dnsEntryZoneReverse="zoneName=41.200.10.in-addr.arpa,cn=dns,dc=univention,dc=intranet"
Comment 2 Felix Botner univentionstaff 2019-03-28 15:00:38 CET

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