summaryrefslogtreecommitdiffstats
path: root/source4/setup/provision.zone
Commit message (Collapse)AuthorAgeFilesLines
* s4-provision: fixed the authority response for our SOA recordAndrew Tridgell2010-09-281-1/+1
| | | | | | | some clients rely on this being the hostname, not the domain Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Sep 28 06:39:19 UTC 2010 on sn-devel-104
* s4:provision: Make gc._msdcs DNS entries A/AAAA recordsAndrew Kroeger2010-06-141-1/+2
| | | | | | | | | | When adding an additional DC as a GC server, the new DC attempts to register its own gc._msdcs records. If the existing gc._msdcs record is a CNAME, BIND fails the update with the message "attempt to add non-CNAME alongside CNAME ignored", and the new DC is not registered as a GC server. The A & AAAA record types for gc._msdcs have been verified against the DNS server of a W2K8 DC.
* s4:provision.zone - fix port of "_ldap._tcp.gc._msdcs"Matthias Dieter Wallnöfer2010-02-261-1/+1
|
* s4-provision: fixed port number for gc ldap DNS SRV entryAndrew Tridgell2010-02-261-1/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-provision: revert _gc_tcp priorityAndrew Tridgell2009-09-111-1/+1
| | | | | thanks to id10ts for spotting this. I was a victim of emacs zone mode, which increaed it with each edit.
* s4/provision: add the nTDSDSA GUID based DNS entries and SPNsAndrew Tridgell2009-09-111-3/+2
| | | | | | The DNS entries and SPNs are needed for samba<->samba DRS replication. This patch adds them for a standalone DC configure. A separate patch will add them for the vampire configure
* Fix blackbox tests on IPv6-only hosts.Jelmer Vernooij2008-10-201-2/+2
|
* Improve DNS and Group poicy configurations.Matthias Dieter Wallnöfer2008-07-221-1/+6
| | | | | | | | | | | | | - fixes bug #4813 (simplify DNS setup) - This reworks the named.conf to be a fully fledged include - This also moves the documentation into named.txt - improves bug #4900 (Group policy support in Samba) - by creating an empty GPT.INI - fixes bug #5582 (DNS: Enhanced zone file) - This is now closer to the zone file AD creates committed by Andrew Bartlett (This used to be commit 74d684f6b329d7dd573cdc55e16bb8e629474b02)
* provision: Add support for IPv6 (bz #4593).Andrew Kroeger2008-04-011-0/+2
| | | | (This used to be commit 8585a3c77d5dfe97bca3f08716fc06ac2819f578)
* r18933: Add helpful emacs markerAndrew Bartlett2007-10-101-0/+1
| | | | (This used to be commit 5fd53ea6a3a6d7638a9f542f46623a19143ff81d)
* r12625: More 'useful' names for the DNS zone.Andrew Bartlett2007-10-101-0/+3
| | | | | Andrew Bartlett (This used to be commit 660fc3ff4e26873710b35c8f52fe3a697764ec98)
* r12536: kerberos is on port 88, not port 389Andrew Tridgell2007-10-101-1/+1
| | | | | i guess this shows that MS clients ignore the port number in SRV replies (This used to be commit ce070ef50f3aca6f911f6f51688d7cd9fc17ff67)
* r11208: Add DNS entries for finding the kpasswd server to the default zone.Andrew Bartlett2007-10-101-0/+7
| | | | | Andrew Bartlett (This used to be commit 7e01ff11fdcd70b54e30b438076bf1293638c61e)
* r10190: Do some very basic input checking when provisioning.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 87f25fe49caa78422582337c5208a331ef5b8c15)
* r8315: fixed the generation of the serial number in the dns zone file (bind9Andrew Tridgell2007-10-101-1/+1
| | | | | doesn't like it being too long) (This used to be commit fc93ade9cdfe97bdcd2383fa256877580707181c)
* r8158: - use the timestring for the serial number of the bind zone fileStefan Metzmacher2007-10-101-1/+1
| | | | | | | | - add --krbtgtpass and --machinepass options, with them you can easy set them to default values for testing so that you don't need to setup a new keytab file when you rerun provision.pl metze (This used to be commit cfb72455970c182aaba67bf9cf9775a854f143ff)
* r6697: fix from Sven (wAmpIre) VeltStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit db2f5619f8114b6454cc2541d80129e1ca5fa1a9)
* r6207: - clean up source topdirStefan Metzmacher2007-10-101-0/+32
- move provision stuff to setup/ - remove unused scripts metze (This used to be commit c35887ca649675f28ca986713a08082420418d74)