Project

General

Profile

Tâche #30474

Scénario #30473: Corriger la création des Zone DNS inverse

Utiilser le nom DNS au lieu de l'IP

Added by Gilles Grandgérard about 3 years ago. Updated almost 3 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Start date:
07/06/2020
Due date:
% Done:

100%

Remaining (hours):
0.0

Description

samba-tool dns add "${AD_HOST_IP}" "${ZONE}.in-addr.arpa" "$dc4" PTR "${AD_HOST_IP}"

devrait être
samba-tool dns add "${AD_HOST_IP}" "${ZONE}.in-addr.arpa" "$dc4" PTR "${AD_HOST_NAME}"

Associated revisions

Revision 3ea3770d (diff)
Added by Daniel Dehennin about 3 years ago

The PTR record must point to a host name.

Ref: #30474

Revision b3112485 (diff)
Added by Daniel Dehennin almost 3 years ago

The PTR record for ADDC should be a FQDN

The “samba-tool” always append a final dot “.” to the PTR record,
adding the unqualified host name results in:

;; ANSWER SECTION:
30.0.168.192.in-addr.arpa. 900 IN PTR addc.

Where “addc.” is the FQDN

We must create the entry with the FQDN, not just the hostname.

Ref: #30474
Ref: #30475

History

#1 Updated by Daniel Dehennin about 3 years ago

  • Status changed from Nouveau to En cours

#2 Updated by Daniel Dehennin about 3 years ago

  • Description updated (diff)
  • Assigned To set to Daniel Dehennin

#3 Updated by Daniel Dehennin about 3 years ago

  • Status changed from En cours to Résolu
  • % Done changed from 0 to 100

#4 Updated by Joël Cuissinat almost 3 years ago

  • Status changed from Résolu to Fermé
  • Remaining (hours) set to 0.0
~/git/eole-ad-dc$ git branch -r --contains 3ea3770d 
  origin/2.7.2/30493
  origin/2.7.2/master
  origin/2.8.0/master
  origin/HEAD -> origin/master
  origin/dist/eole/2.7.2/master
  origin/dist/eole/2.8.0/master
  origin/dist/eole/2.8.1/master
  origin/master

Also available in: Atom PDF