summaryrefslogtreecommitdiff
path: root/source4/provision.ldif
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-10-06 13:57:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:37 -0500
commitbecc7302f038dfc0237021a55aeefa4c601893e5 (patch)
tree3c1926f66edaa428cf8ea8d6728ba641d6b7e15f /source4/provision.ldif
parent85428819e3acd408f8aca7db5cd681b828fe37a2 (diff)
downloadsamba-becc7302f038dfc0237021a55aeefa4c601893e5.tar.gz
samba-becc7302f038dfc0237021a55aeefa4c601893e5.tar.bz2
samba-becc7302f038dfc0237021a55aeefa4c601893e5.zip
r2829: REALM and netbiosname are always uppercase
dnsname and dnshostname always lowercase metze (This used to be commit 0b46dc6f4b3614fc1d258653f0c8df63586539b6)
Diffstat (limited to 'source4/provision.ldif')
-rw-r--r--source4/provision.ldif2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/provision.ldif b/source4/provision.ldif
index 460549db1d..1adb8600b3 100644
--- a/source4/provision.ldif
+++ b/source4/provision.ldif
@@ -36,7 +36,7 @@ objectClass: domain
objectClass: domainDNS
name: ${DOMAIN}
realm: ${REALM}
-dnsDomain: ${REALM}
+dnsDomain: ${DNSDOMAIN}
dc: ${DOMAIN}
objectGUID: ${NEWGUID}
creationTime: ${NTTIME}