makabar

Results 3 comments of makabar

Have to report the same issue un Ubuntu 20.04 (Samba 4.17.5) too. Downgrade to 4.13.x did not solve the problem :-(

@Ryushin `sudo aptitude install smbclient=2:4.13.17~dfsg-0ubuntu1.20.04.5` solved the problem, thx Edit: Same problem after rebooting the server. So I decided to go back to current SAMBA version and live with the...

Ok... solved it for the moment. 1. apt remove php8.1-smbclient -y 2. git clone git://github.com/eduardok/libsmbclient-php.git 3. apt install php8.1-dev -y 4. cd libsmbclient-php 5. edit smbclient.c (enable this patch https://github.com/eduardok/libsmbclient-php/files/10843385/smbclient.patch.txt...