summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorPuran Chand <pchand@vmware.com>2018-01-10 13:13:44 +0530
committerMartin Schwenke <martins@samba.org>2018-01-21 07:08:23 +0100
commit3904c26ac860038518d4ffae781ddbbf23746715 (patch)
treebb45a69891287587ef66d8624978552431e74ec8 /testdata
parent7c1c8c68174ed484fe86a0d9e429daad3a47a57d (diff)
downloadsamba-3904c26ac860038518d4ffae781ddbbf23746715.tar.gz
Added smbc_SetConfiguration which lets the user set the smb.conf for libsmbclient code
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13229 Signed-off-by: Puran Chand <pchand@vmware.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'testdata')
-rw-r--r--testdata/samba3/smb_new.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/testdata/samba3/smb_new.conf b/testdata/samba3/smb_new.conf
new file mode 100644
index 00000000000..727e18ba7c9
--- /dev/null
+++ b/testdata/samba3/smb_new.conf
@@ -0,0 +1,7 @@
+[global]
+ workgroup = NEW_WORKGROUP
+ client min protocol = SMB2
+ client max protocol = SMB3
+ client signing = 1
+ deadtime = 5
+ netbios name = BEDWYR \ No newline at end of file