From 28285327e38d28baf70b27e91a06f7d95025b1ef Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 14 Jan 2007 14:19:13 +0000 Subject: Add standardized comments. Add LDAP and Kerberos SVR entries. --- bind/pri/bitbase.dk | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'bind') diff --git a/bind/pri/bitbase.dk b/bind/pri/bitbase.dk index 713254e..9c0ab3b 100644 --- a/bind/pri/bitbase.dk +++ b/bind/pri/bitbase.dk @@ -5,6 +5,8 @@ $TTL 3600 1800 ; retry 604800 ; expire 3600 ) ; Negative Cache TTL + +; Public zone roots, mailhubs and non-CNAME services (use A) NS ns.bitbase.dk. NS ns.superserver.dk. NS dns.jones.dk. @@ -38,5 +40,48 @@ ns A 83.133.64.38 TXT "v=spf1 a -all" phone A 83.133.64.38 TXT "v=spf1 a -all" + +; External hosts (use A and TXT-wrapped CNAME or PTR) + +; Public local hosts (use A) + +; Public wildcards of zone roots, hosts and non-CNAME services (use A and TXT or CNAME) * A 83.133.64.38 TXT "v=spf1 a -all" + +; Public CNAME-mapped PTR records +83.133.64.255 PTR coreander.birbase.dk. + +; Public authentication-related (LDAP and Kerberos) records +kerberos CNAME coreander +;kerberos-1 CNAME xayide.jones.dk. +;kerberos-2 CNAME jawa.homebase.dk. +ldap CNAME coreander +;ldap-1 CNAME xayide.jones.dk. +;ldap-2 CNAME jawa.homebase.dk. +;afs CNAME coreander +_kerberos TXT "BITBASE.DK" +_kerberos-master._udp SRV 0 0 88 kerberos +_kerberos-adm._tcp SRV 0 0 749 kerberos +_kpasswd._udp SRV 0 0 464 kerberos +;_krb524._udp SRV 0 0 4444 kerberos +_kerberos._udp SRV 0 0 88 kerberos +; SRV 0 0 88 kerberos-1 +; SRV 0 0 88 kerberos-2 +_ldap._tcp SRV 0 0 389 ldap +; SRV 0 0 389 ldap-1 +; SRV 0 0 389 ldap-2 + +; External services (use CNAME to local A, or A and TXT-wrapped CNAME, or CNAME if ok with partner) + +; Public local services (use CNAME) + +; Private zone roots, mailhubs and non-CNAME services (use A) + +; Private hosts (use A) + +; Private wildcards of zone roots, hosts and non-CNAME services (use CNAME) + +; Private services (use CNAME) + +; Private CNAME-mapped PTR records -- cgit v1.2.3