summaryrefslogtreecommitdiffstats
path: root/source/setup
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-07-23 18:49:07 +0000
committerSimo Sorce <idra@samba.org>2006-07-23 18:49:07 +0000
commit166d35b39fe2d2d2d510fe911fbb7f07415d64fa (patch)
treedbd21b0aeda402b74125d408b137004a0363ca9d /source/setup
parentdf564d467602fea8eba930bdd8a3f707ae9b71a3 (diff)
downloadsamba-166d35b39fe2d2d2d510fe911fbb7f07415d64fa.tar.gz
samba-166d35b39fe2d2d2d510fe911fbb7f07415d64fa.tar.xz
samba-166d35b39fe2d2d2d510fe911fbb7f07415d64fa.zip
r17208: Add a away to test the ldb module.
Actually you can't test both classic and ldb together, but you can replace the standard script/tests/mktestsetup.sh file with this one and run make test to see share_ldb in action
Diffstat (limited to 'source/setup')
-rw-r--r--source/setup/share.ldif46
1 files changed, 46 insertions, 0 deletions
diff --git a/source/setup/share.ldif b/source/setup/share.ldif
new file mode 100644
index 00000000000..750a070c8a8
--- /dev/null
+++ b/source/setup/share.ldif
@@ -0,0 +1,46 @@
+dn: @INDEXLIST
+@IDXATTR: name
+
+dn: @ATTRIBUTES
+cn: CASE_INSENSITIVE
+dc: CASE_INSENSITIVE
+name: CASE_INSENSITIVE
+dn: CASE_INSENSITIVE
+objectClass: CASE_INSENSITIVE
+
+### Shares basedn
+dn: CN=Shares
+objectClass: top
+objectClass: organizationalUnit
+cn: Shares
+
+### Default IPC$ Share
+dn: CN=IPC$,CN=Shares
+objectClass: top
+objectClass: share
+cn: IPC$
+name: IPC$
+type: IPC
+path: /tmp
+comment: Remote IPC
+max-connections: -1
+available: True
+readonly: True
+browseable: False
+ntvfs-handler: default
+
+### Default ADMIN$ Share
+dn: CN=ADMIN$,CN=Shares
+objectClass: top
+objectClass: share
+cn: ADMIN$
+name: ADMIN$
+type: DISK
+path: /tmp
+comment: Remote Admin
+max-connections: -1
+available: True
+readonly: True
+browseable: False
+ntvfs-handler: default
+