summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-install
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2007-08-08 22:19:37 -0400
committerSimo Sorce <ssorce@redhat.com>2007-08-08 22:19:37 -0400
commit80bd4aa9f9ac044508a3e743ac2c5999f7d68ae3 (patch)
tree4db98a8e192dddb5398eb745d370375ff75dafe7 /ipa-server/ipa-install
parentc13bbdeb7a8492250d5e6308aadb2b593cc6a124 (diff)
downloadfreeipa-80bd4aa9f9ac044508a3e743ac2c5999f7d68ae3.tar.gz
freeipa-80bd4aa9f9ac044508a3e743ac2c5999f7d68ae3.tar.xz
freeipa-80bd4aa9f9ac044508a3e743ac2c5999f7d68ae3.zip
Fix the bind zone template, or kpasswd will not work
Diffstat (limited to 'ipa-server/ipa-install')
-rw-r--r--ipa-server/ipa-install/share/bind.zone.db.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipa-server/ipa-install/share/bind.zone.db.template b/ipa-server/ipa-install/share/bind.zone.db.template
index e846c4f2..a438d29a 100644
--- a/ipa-server/ipa-install/share/bind.zone.db.template
+++ b/ipa-server/ipa-install/share/bind.zone.db.template
@@ -1,7 +1,7 @@
$$ORIGIN $DOMAIN.
$$TTL 86400
@ IN SOA $DOMAIN. root.$DOMAIN. (
- 01 ; serial (d. adams)
+ 01 ; serial
3H ; refresh
15M ; retry
1W ; expiry
@@ -21,6 +21,6 @@ _kerberos._tcp IN SRV 0 100 88 $HOST
_kerberos._udp IN SRV 0 100 88 $HOST
_kerberos-master._tcp IN SRV 0 100 88 $HOST
_kerberos-master._udp IN SRV 0 100 88 $HOST
-_kpasswd._tcp IN SRV 0 100 88 $HOST
-_kpasswd._udp IN SRV 0 100 88 $HOST
+_kpasswd._tcp IN SRV 0 100 464 $HOST
+_kpasswd._udp IN SRV 0 100 464 $HOST