You are not logged in.
After upgrading samba and smbclient from 4.0.6-1 to 4.0.7-3 I can no longer connect to shares or authenticate with server in general.
Cannot establish new connections. Already connected ones still works.
Downgrading samba to 4.0.6-1 does not change that.
Downgrading smbclient to 4.0.6-1 returns everything back to normal.
I did reload daemons and restart samba.
sudo systemctl --system daemon-reload
sudo systemctl reload-or-restart samba.service
Am I missing something?
Logs reveal this error, which I did not find anywhere.
/var/log/samba/log.smbd:
[2013/07/17 14:50:45.729619, 0] ../source3/auth/auth.c:380(load_auth_module)
load_auth_module: can't find auth method samba4!
Last edited by liepumartins (2013-07-29 08:47:21)
Offline
not sure if this applys to you but i know thet the authentication for samba changed some time in the last couple months to use pdbedit to have you gone back to the wiki ? dont remember when his change happened and if this doesnt apply to ya just face palm
Last edited by VanillaFunk (2013-07-25 22:02:34)
Offline
Removed samba completely and installed again.
sudo pacman -R sama smbclient
sudo pacman -S samba
After this Samba did not start, like it used to before. Important bit of error message:
/usr/bin/samba: error while loading shared libraries: libwinbind-client.so: cannot open shared object file
So I did reinstall for some dependencies, that I thought might be responsible.
sudo pacman -S libwbclient libldap ldb libaio libbsd
Most likely it would be enough with libwbclient and libldap.
I will mark this as solved.
Last edited by liepumartins (2013-07-29 08:57:31)
Offline