1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/setup/provision_dns_accounts_add.ldif
Amitay Isaacs 14664fac34 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 <abartlet@samba.org>
2011-09-08 00:35:37 +02:00

13 lines
389 B
Plaintext

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