diff options
author | Puran Chand <pchand@vmware.com> | 2018-01-10 13:13:44 +0530 |
---|---|---|
committer | Martin Schwenke <martins@samba.org> | 2018-01-21 07:08:23 +0100 |
commit | 3904c26ac860038518d4ffae781ddbbf23746715 (patch) | |
tree | bb45a69891287587ef66d8624978552431e74ec8 /testdata/samba3 | |
parent | 7c1c8c68174ed484fe86a0d9e429daad3a47a57d (diff) | |
download | samba-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/samba3')
-rw-r--r-- | testdata/samba3/smb_new.conf | 7 |
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 |