svn commit: samba r1749 - branches/SAMBA_4_0/source/lib/ldb/tests

tridge at samba.org tridge at samba.org
Thu Aug 12 03:28:44 GMT 2004


Author: tridge
Date: 2004-08-12 03:28:44 +0000 (Thu, 12 Aug 2004)
New Revision: 1749
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1749&nolog=1
Log:
added some random stuff that captures some discussions volker and I
just had on emulating % macros from smb.conf in a possible ldb based
config system

Modified:
   branches/SAMBA_4_0/source/lib/ldb/tests/test-config.ldif

Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tests/test-config.ldif
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tests/test-config.ldif	2004-08-12 03:26:38 UTC (rev 1748)
+++ branches/SAMBA_4_0/source/lib/ldb/tests/test-config.ldif	2004-08-12 03:28:44 UTC (rev 1749)
@@ -2,6 +2,17 @@
 # global configuration options
 dn: cn=Global,cn=Config,cn=Samba
 objectclass: globalconfig
+LocalConfigCn: cn=%U,cn=Config,cn=Samba
+LocalConfigCn;1: cn=%U,cn=Config,cn=Samba
+LocalConfigCn;2: cn=%I,cn=Config,cn=Samba
+LocalConfigCn;3: cn=%M,cn=Config,cn=Samba
+
+#############
+dn: cn=Protocol,cn=Global,cn=Config,cn=Samba
+maxXmit: 7000
+
+################################
+dn: cn=Volker,cn=Config,cn=Samba
 Workgroup: VNET3
 UnixCharset: UTF8
 Security: user
@@ -9,6 +20,17 @@
 NetbiosName: blu
 GuestAccount: tridge
 
+#################################
+dn: cn=Volker,cn=Config,cn=Samba
+Workgroup: VNET3
+UnixCharset: UTF8
+Security: user
+Interfaces: vmnet* eth*
+NetbiosName: blu
+GuestAccount: tridge
+Include: cn=%U,cn=MyConfig,cn=Config,cn=Samba
+
+####   ((objectClass=fileshare)(cn=test))
 ##############################
 # [test] share
 dn: cn=test,cn=Shares,cn=Config,cn=Samba



More information about the samba-cvs mailing list