mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +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 ce070ef50f3aca6f911f6f51688d7cd9fc17ff67)
This commit is contained in:
parent
1984ba6ee9
commit
d34e1e598d
@ -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}
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user