blob: 536ef292b91e25f594a06c77c1a78a907422cd99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
; Copyright (C) Internet Systems Consortium, Inc. ("ISC")
;
; SPDX-License-Identifier: MPL-2.0
;
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, you can obtain one at https://mozilla.org/MPL/2.0/.
;
; See the COPYRIGHT file distributed with this work for additional
; information regarding copyright ownership.
; -*- zone -*-
; this was generated by a Samba4 provision, and is typical
; of a AD DNS zone
$ORIGIN example.nil.
$TTL 1W
@ IN SOA blu hostmaster (
2010113027 ; serial
2D ; refresh
4H ; retry
6W ; expiry
1W ) ; minimum
IN NS blu
IN A 10.53.0.1
;
blu IN A 10.53.0.1
gc._msdcs IN A 10.53.0.1
fb33eb58-5d58-4100-a114-256e0a97ffc1._msdcs IN CNAME blu
;
; global catalog servers
_gc._tcp IN SRV 0 100 3268 blu
_gc._tcp.Default-First-Site-Name._sites IN SRV 0 100 3268 blu
_ldap._tcp.gc._msdcs IN SRV 0 100 3268 blu
_ldap._tcp.Default-First-Site-Name._sites.gc._msdcs IN SRV 0 100 3268 blu
;
; ldap servers
_ldap._tcp IN SRV 0 100 389 blu
_ldap._tcp.dc._msdcs IN SRV 0 100 389 blu
_ldap._tcp.pdc._msdcs IN SRV 0 100 389 blu
_ldap._tcp.d86745b4-f3e0-4af3-be03-2130d1534be8.domains._msdcs IN SRV 0 100 389 blu
_ldap._tcp.Default-First-Site-Name._sites IN SRV 0 100 389 blu
_ldap._tcp.Default-First-Site-Name._sites.dc._msdcs IN SRV 0 100 389 blu
;
; krb5 servers
_kerberos._tcp IN SRV 0 100 88 blu
_kerberos._tcp.dc._msdcs IN SRV 0 100 88 blu
_kerberos._tcp.Default-First-Site-Name._sites IN SRV 0 100 88 blu
_kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs IN SRV 0 100 88 blu
_kerberos._udp IN SRV 0 100 88 blu
; MIT kpasswd likes to lookup this name on password change
_kerberos-master._tcp IN SRV 0 100 88 blu
_kerberos-master._udp IN SRV 0 100 88 blu
;
; kpasswd
_kpasswd._tcp IN SRV 0 100 464 blu
_kpasswd._udp IN SRV 0 100 464 blu
;
; heimdal 'find realm for host' hack
_kerberos IN TXT EXAMPLE.NIL
|