Projet

Général

Profil

Tâche #30474

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

Utiilser le nom DNS au lieu de l'IP

Ajouté par Gilles Grandgérard il y a presque 4 ans. Mis à jour il y a plus de 3 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Début:
06/07/2020
Echéance:
% réalisé:

100%

Restant à faire (heures):
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}"

Révisions associées

Révision 3ea3770d (diff)
Ajouté par Daniel Dehennin il y a presque 4 ans

The PTR record must point to a host name.

Ref: #30474

Révision b3112485 (diff)
Ajouté par Daniel Dehennin il y a plus de 3 ans

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

Historique

#1 Mis à jour par Daniel Dehennin il y a presque 4 ans

  • Statut changé de Nouveau à En cours

#2 Mis à jour par Daniel Dehennin il y a presque 4 ans

  • Description mis à jour (diff)
  • Assigné à mis à Daniel Dehennin

#3 Mis à jour par Daniel Dehennin il y a presque 4 ans

  • Statut changé de En cours à Résolu
  • % réalisé changé de 0 à 100

#4 Mis à jour par Joël Cuissinat il y a plus de 3 ans

  • Statut changé de Résolu à Fermé
  • Restant à faire (heures) mis à 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

Formats disponibles : Atom PDF