svn commit: samba r11208 - in branches/SAMBA_4_0/source/setup: .

abartlet at samba.org abartlet at samba.org
Thu Oct 20 05:09:14 GMT 2005


Author: abartlet
Date: 2005-10-20 05:09:14 +0000 (Thu, 20 Oct 2005)
New Revision: 11208

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11208

Log:
Add DNS entries for finding the kpasswd server to the default zone.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/setup/provision.zone


Changeset:
Modified: branches/SAMBA_4_0/source/setup/provision.zone
===================================================================
--- branches/SAMBA_4_0/source/setup/provision.zone	2005-10-20 05:08:24 UTC (rev 11207)
+++ branches/SAMBA_4_0/source/setup/provision.zone	2005-10-20 05:09:14 UTC (rev 11208)
@@ -30,3 +30,10 @@
 _kerberos._tcp.dc._msdcs	IN SRV 0 100 389	${HOSTNAME}
 _kerberos._tcp.${DEFAULTSITE}._sites.dc._msdcs	IN SRV 0 100 88 ${HOSTNAME}
 _kerberos._udp		IN SRV 0 100 88		${HOSTNAME}
+;
+; kpasswd
+_kpasswd._tcp		IN SRV 0 100 464	${HOSTNAME}
+_kpasswd._udp		IN SRV 0 100 464 	${HOSTNAME}
+;
+; heimdal 'find realm for host' hack
+_kerberos		IN TXT	${REALM}



More information about the samba-cvs mailing list