Wonderfall / dockerfiles

Discontinued. Fork at your will.
Creative Commons Zero v1.0 Universal
391 stars 170 forks source link

[ nextcloud ] External User - SMB smbclient missing #199

Open kosli opened 7 years ago

kosli commented 7 years ago

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 7 years ago

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

sippeeey commented 6 years ago

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 :)