summaryrefslogtreecommitdiffstats
path: root/source4/setup/provision_dns_add.ldif
Commit message (Collapse)AuthorAgeFilesLines
* s4-provision: Extract dns account creation as separate ldifAmitay Isaacs2011-09-081-92/+0
| | | | | | | MicrosoftDNS container and LDAP entries for root servers will be added by sambadns.py directly. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4 provision: Add some of the AD-specific DNS records to the directoryKai Blin2011-07-071-1/+1
| | | | | | | Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Jul 7 02:29:53 CEST 2011 on sn-devel-104
* s4 provision: split up DNS provisioning into generic and samba-specific ldifsKai Blin2011-07-071-19/+4
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* s4-provision: remove the disabled bit in the dns-$HOSTNAME accountAndrew Tridgell2010-12-011-1/+1
|
* s4:provision - switch to "clearTextPassword" for setting passwordsMatthias Dieter Wallnöfer2010-11-091-1/+1
| | | | | | | This is the default password set/change attribute for s4 specific purposes (otherwise in respect to Windows it's "unicodePwd"). We move away from "userPassword" since on Windows it's not activated by default - and s4 will follow soon.
* s4-provision: switch to dns-HOSTNAME instead of dnsAndrew Tridgell2010-09-261-3/+7
| | | | | | | | | We now use a host specific account name for the DNS account, which is the account used for dynamic DNS updates. We also setup the servicePrincipalName for automatic update, and add both DNS/${DNSDOMAIN} and DNS/${DNSNAME} for compatibility with both the old and new SPNs Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4:provision: add entries for root dns serversStefan Metzmacher2010-06-261-0/+72
| | | | metze
* s4:provision: move Samba4 specific DNS stuff to its own fileStefan Metzmacher2010-06-261-0/+31
metze