From 14664fac34bbf0b7b10551a7a781ef2caf1cf779 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Mon, 5 Sep 2011 15:48:27 +1000 Subject: s4-provision: Extract dns account creation as separate ldif MicrosoftDNS container and LDAP entries for root servers will be added by sambadns.py directly. Signed-off-by: Andrew Bartlett --- source4/setup/provision_dns_accounts_add.ldif | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 source4/setup/provision_dns_accounts_add.ldif (limited to 'source4/setup/provision_dns_accounts_add.ldif') diff --git a/source4/setup/provision_dns_accounts_add.ldif b/source4/setup/provision_dns_accounts_add.ldif new file mode 100644 index 0000000000..43096242e0 --- /dev/null +++ b/source4/setup/provision_dns_accounts_add.ldif @@ -0,0 +1,12 @@ +dn: CN=DnsAdmins,CN=Users,${DOMAINDN} +objectClass: group +description: DNS Administrators Group +sAMAccountName: DnsAdmins +groupType: -2147483644 + +dn: CN=DnsUpdateProxy,CN=Users,${DOMAINDN} +objectClass: group +description: DNS clients who are permitted to perform dynamic updates on behal + f of some other clients (such as DHCP servers). +sAMAccountName: DnsUpdateProxy +groupType: -2147483646 -- cgit