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

tridge at samba.org tridge at samba.org
Wed Dec 28 07:17:46 GMT 2005


Author: tridge
Date: 2005-12-28 07:17:45 +0000 (Wed, 28 Dec 2005)
New Revision: 12536

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

Log:

kerberos is on port 88, not port 389

i guess this shows that MS clients ignore the port number in SRV replies

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-12-28 04:55:53 UTC (rev 12535)
+++ branches/SAMBA_4_0/source/setup/provision.zone	2005-12-28 07:17:45 UTC (rev 12536)
@@ -27,7 +27,7 @@
 ;
 ; krb5 servers
 _kerberos._tcp		IN SRV 0 100 88		${HOSTNAME}
-_kerberos._tcp.dc._msdcs	IN SRV 0 100 389	${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}
 ;



More information about the samba-cvs mailing list