Mostly static smbclient builds for ubuntu 20.04
Find a file
2021-10-28 17:16:46 +02:00
.github/workflows config dir and always json 2021-10-28 14:52:48 +02:00
README.md cleanup readme 2021-10-28 17:16:46 +02:00

smbclient-builder

Mostly static smbclient builds for ubuntu 20.04.

Intended to easily install different smbclient versions in CI

Usage

  • Download the smbclient binary from https://github.com/icewind1991/smbclient-builder/releases
  • Make the download file executable
  • Run apt install libjansson4 libcap2 libbsd0 libreadline8 libicu66
  • Create a bare bones smb config in /etc/samba/smb.conf
    [global]
    client min protocol = SMB2
    client max protocol = SMB3
    
  • Create the /var/lib/samba/private folder
  • Enjoy your smbclient

Supported versions

The following versions of smbclient are currently build

  • 4.15.1
  • 4.14.9
  • 4.13.12
  • 4.11.17
  • 4.10.18
  • 4.9.18
  • 4.8.12
  • 4.7.12