r12625: More 'useful' names for the DNS zone.
authorAndrew Bartlett <abartlet@samba.org>
Sat, 31 Dec 2005 00:46:44 +0000 (00:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:49:07 +0000 (13:49 -0500)
Andrew Bartlett
(This used to be commit 660fc3ff4e26873710b35c8f52fe3a697764ec98)

source4/setup/provision.zone

index 5bba620ee63a0bd3b2aebef9acb5b1a9f8f02ac7..bb0f890386aaddba74ae8a0b7eb9ce936c483404 100644 (file)
@@ -30,6 +30,9 @@ _kerberos._tcp                IN SRV 0 100 88         ${HOSTNAME}
 _kerberos._tcp.dc._msdcs       IN SRV 0 100 88 ${HOSTNAME}
 _kerberos._tcp.${DEFAULTSITE}._sites.dc._msdcs IN SRV 0 100 88 ${HOSTNAME}
 _kerberos._udp         IN SRV 0 100 88         ${HOSTNAME}
+; MIT kpasswd likes to lookup this name on password change
+_kerberos-master._tcp          IN SRV 0 100 88         ${HOSTNAME}
+_kerberos-master._udp          IN SRV 0 100 88         ${HOSTNAME}
 ;
 ; kpasswd
 _kpasswd._tcp          IN SRV 0 100 464        ${HOSTNAME}