From: Jelmer Vernooij Date: Tue, 30 Aug 2005 16:30:11 +0000 (+0000) Subject: r9806: Some more test data X-Git-Tag: samba-4.0.0alpha6~801^3~9123 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=81952ea4e8f17e848b3dba487a38787cf5ae304c r9806: Some more test data (This used to be commit 96a511b6de08385d58998f5ae5f4f569c9b730cf) --- diff --git a/testdata/samba3/group_mapping.tdb b/testdata/samba3/group_mapping.tdb new file mode 100644 index 00000000000..e1be1d4714e Binary files /dev/null and b/testdata/samba3/group_mapping.tdb differ diff --git a/testdata/samba3/passdb.tdb b/testdata/samba3/passdb.tdb new file mode 100644 index 00000000000..e32d7be6284 Binary files /dev/null and b/testdata/samba3/passdb.tdb differ diff --git a/testdata/samba3/registry.tdb b/testdata/samba3/registry.tdb index a87b2ec67cb..85045cacb9b 100644 Binary files a/testdata/samba3/registry.tdb and b/testdata/samba3/registry.tdb differ diff --git a/testdata/samba3/secrets.tdb b/testdata/samba3/secrets.tdb new file mode 100644 index 00000000000..f9a0f7ba5d3 Binary files /dev/null and b/testdata/samba3/secrets.tdb differ diff --git a/testdata/samba3/share_info.tdb b/testdata/samba3/share_info.tdb index 2861748907a..ba4268f847d 100644 Binary files a/testdata/samba3/share_info.tdb and b/testdata/samba3/share_info.tdb differ diff --git a/testdata/samba3/smb.conf b/testdata/samba3/smb.conf new file mode 100644 index 00000000000..b0b74d008d7 --- /dev/null +++ b/testdata/samba3/smb.conf @@ -0,0 +1,23 @@ +[global] + workgroup = SAMBA + security = user + passdb backend = smbpasswd:smbpasswd tdbsam:passdb.tdb ldapsam:tdb://samba3.ldb + debug level = 5 + +[cd1] +path = /mnt/cd1 +public = yes + +[cd2] +path = /mnt/cd2 +public = yes + +[media] +path = /media +public = yes + +[tmp] +path = /tmp +guest only = yes +public = yes +read only = no diff --git a/testdata/samba3/winbindd_idmap.tdb b/testdata/samba3/winbindd_idmap.tdb new file mode 100644 index 00000000000..aa4fa539523 Binary files /dev/null and b/testdata/samba3/winbindd_idmap.tdb differ