[ldap_crans] Régénération du DNS si le champ dnsIpv6 est modifié
darcs-hash:20111206031925-ffbb2-3cd84ef64120051ca11fca5ca85799f549e74ef9.gz
This commit is contained in:
parent
2a0192533c
commit
97e018facb
1 changed files with 1 additions and 1 deletions
|
@ -3072,7 +3072,7 @@ Contactez nounou si la MAC est bien celle d'une carte.""", 3)
|
|||
self.services_to_restart('mail_modif', ['ip=%s' % self.ip()])
|
||||
|
||||
# Reconfiguration DNS ?
|
||||
if 'host' in self.modifs or 'ipHostNumber' in self.modifs or 'hostAlias' in self.modifs:
|
||||
if 'host' in self.modifs or 'ipHostNumber' in self.modifs or 'hostAlias' in self.modifs or 'dnsIpv6' in self.modifs:
|
||||
self.services_to_restart('dns')
|
||||
|
||||
# Reconfiguration bornes wifi ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue