svn commit: samba r8225 - in branches/SAMBA_4_0/source/setup: .

metze at samba.org metze at samba.org
Fri Jul 8 05:16:44 GMT 2005


Author: metze
Date: 2005-07-08 05:16:43 +0000 (Fri, 08 Jul 2005)
New Revision: 8225

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8225

Log:
make nETBIOSName case insensitive, so that lower case netbios domain REALM's
are working in the hdb-ldb module

metze
Modified:
   branches/SAMBA_4_0/source/setup/provision.ldif


Changeset:
Modified: branches/SAMBA_4_0/source/setup/provision.ldif
===================================================================
--- branches/SAMBA_4_0/source/setup/provision.ldif	2005-07-08 05:14:46 UTC (rev 8224)
+++ branches/SAMBA_4_0/source/setup/provision.ldif	2005-07-08 05:16:43 UTC (rev 8225)
@@ -13,6 +13,7 @@
 servicePrincipalName: CASE_INSENSITIVE
 dnsDomain: CASE_INSENSITIVE
 dnsRoot: CASE_INSENSITIVE
+nETBIOSName: CASE_INSENSITIVE
 cn: CASE_INSENSITIVE
 dc: CASE_INSENSITIVE
 name: CASE_INSENSITIVE



More information about the samba-cvs mailing list