Displaying 4 results from an estimated 4 matches for "samba_version_vendor_patch".
2018 Dec 27
1
How to change the server info/version which Samba returns to the client?
...n]
 Server=[Samba 4.2.14-Debian]
	
You can change the version-Debian yes. 
But you need to rebuild you samba for it. 
Run : apt-get source samba 
cd samba-.... 
Edit VERSION
You see somethine like this. 
########################################################
SAMBA_VERSION_VENDOR_SUFFIX=Debian
SAMBA_VERSION_VENDOR_PATCH=
> Onderwerp: Re: [Samba] How to change the server info/version 
> which Samba returns to the client?
> 
> On 2018-12-26 17:10, Rowland Penny via samba wrote:
> > Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.2.14-Debian]
> > 
> > Comes from the servers Samba v...
2009 Apr 01
1
[Announce] Samba 3.3.3 Available for Download
...ovide transaction_start|commit|cancel fns for the registry tdb.
    * Speed up "net conf drop".
    * Speed up "net conf import".
    * Add transactions to the libsmbconf API.
    * Reduce memory usage of "net conf import".
    * Registry cleanup.
    * Fix handling of SAMBA_VERSION_VENDOR_PATCH.
    * Fix build of pam_winbind.so with static linking.
    * Tidy up some convert_string_internal error cases.
o   Jeremy Allison <jra@samba.org>
    * BUG 6186: Fix map readonly.
    * BUG 6195: Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
      correctly.
    * BUG 6196: U...
2009 Apr 01
1
[Announce] Samba 3.3.3 Available for Download
...ovide transaction_start|commit|cancel fns for the registry tdb.
    * Speed up "net conf drop".
    * Speed up "net conf import".
    * Add transactions to the libsmbconf API.
    * Reduce memory usage of "net conf import".
    * Registry cleanup.
    * Fix handling of SAMBA_VERSION_VENDOR_PATCH.
    * Fix build of pam_winbind.so with static linking.
    * Tidy up some convert_string_internal error cases.
o   Jeremy Allison <jra@samba.org>
    * BUG 6186: Fix map readonly.
    * BUG 6195: Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
      correctly.
    * BUG 6196: U...
2018 Dec 26
3
How to change the server info/version which Samba returns to the client?
On 2018-12-21 12:29, Rowland Penny via samba wrote:
> That's because you are mixing up 'Server' and 'server string'
> The 'Server' is the Samba version and 'server string' is something to
> identify the computer, see 'man smb.conf' for more details.
Thanks for this hint. I've tried to locate any other "server"-related
option in