1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r12536: kerberos is on port 88, not port 389

i guess this shows that MS clients ignore the port number in SRV replies
(This used to be commit ce070ef50f)
This commit is contained in:
Andrew Tridgell 2005-12-28 07:17:45 +00:00 committed by Gerald (Jerry) Carter
parent 1984ba6ee9
commit d34e1e598d

View File

@ -27,7 +27,7 @@ _ldap._tcp.${DEFAULTSITE}._sites.dc._msdcs IN SRV 0 100 389 ${HOSTNAME}
;
; 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}
;