From b82f504072281aedf5b41b57631c8bd527a390a7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 8 Jul 2005 05:16:43 +0000 Subject: r8225: make nETBIOSName case insensitive, so that lower case netbios domain REALM's are working in the hdb-ldb module metze (This used to be commit d24f39a5d746b9eabc4d5f6f6070a85be084d82c) --- source4/setup/provision.ldif | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/setup/provision.ldif b/source4/setup/provision.ldif index 5a5e792ec5..dc4188a28c 100644 --- a/source4/setup/provision.ldif +++ b/source4/setup/provision.ldif @@ -13,6 +13,7 @@ userPrincipalName: CASE_INSENSITIVE servicePrincipalName: CASE_INSENSITIVE dnsDomain: CASE_INSENSITIVE dnsRoot: CASE_INSENSITIVE +nETBIOSName: CASE_INSENSITIVE cn: CASE_INSENSITIVE dc: CASE_INSENSITIVE name: CASE_INSENSITIVE -- cgit