From 51a3cfe35eca4b4793811d70877ca243f810a31e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 12 May 2005 09:13:53 +0000 Subject: r6751: dnsDomain should be CASE_INSENSITIVE (winxp will sometimes do a cldap query with this in uppercase) (This used to be commit f0c37555ff30c3e5ff4680d0b33bc105ebd3a0b1) --- source4/setup/provision.ldif | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/setup/provision.ldif') diff --git a/source4/setup/provision.ldif b/source4/setup/provision.ldif index 466f567cda..0ac412abd2 100644 --- a/source4/setup/provision.ldif +++ b/source4/setup/provision.ldif @@ -12,6 +12,7 @@ dn: @ATTRIBUTES realm: CASE_INSENSITIVE userPrincipalName: CASE_INSENSITIVE servicePrincipalName: CASE_INSENSITIVE +dnsDomain: CASE_INSENSITIVE cn: CASE_INSENSITIVE dc: CASE_INSENSITIVE name: CASE_INSENSITIVE WILDCARD -- cgit