Wonderfall/dockerfiles

[ nextcloud ] External User - SMB smbclient missing

kosli opened this issue · 2 comments

kosli commented

Couldn't use External User SMB/CIFS authentication:
user_external ERROR: smbclient executable missing

After installing samba-client, which provides smbclient, everything works fine.
apk add samba-client

kosli commented

the curent Dockerfile tries to install the smbclient package, but that doesnt seem to exist in alpine or was replaced by samba-client

Same here!
I've test the official nextcloud docker, install smbclient in the container and it works fine. And here it doesn't work, with samba-client also not. Please help :)