diff options
author | Simo Sorce <ssorce@redhat.com> | 2008-04-07 15:27:42 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2008-04-07 15:27:42 -0400 |
commit | dc861888ad61a29cc601c0447b0d099b3286e89c (patch) | |
tree | c5d596d14c2d67cb119277ee525453a0545c2308 | |
parent | f16d2d6e2d19bd9b5979070f9826010b3a488032 (diff) | |
download | freeipa-dc861888ad61a29cc601c0447b0d099b3286e89c.tar.gz freeipa-dc861888ad61a29cc601c0447b0d099b3286e89c.tar.xz freeipa-dc861888ad61a29cc601c0447b0d099b3286e89c.zip |
Add _ntp SRV record
-rw-r--r-- | ipa-server/ipa-install/share/bind.zone.db.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipa-server/ipa-install/share/bind.zone.db.template b/ipa-server/ipa-install/share/bind.zone.db.template index a438d29a9..aca7d2d2b 100644 --- a/ipa-server/ipa-install/share/bind.zone.db.template +++ b/ipa-server/ipa-install/share/bind.zone.db.template @@ -24,3 +24,5 @@ _kerberos-master._udp IN SRV 0 100 88 $HOST _kpasswd._tcp IN SRV 0 100 464 $HOST _kpasswd._udp IN SRV 0 100 464 $HOST +;ntp server +_ntp._udp IN SRV 0 100 123 $HOST |