Page 1 of 1

SOLVED: Samba no login

Posted: Mon Dec 04, 2017 9:21 pm
by mister_v
Hi,

I created a new server with a samba share.
I copied the config-file from another server,
So I'm pretty sure that the config is correct.

In the logs I get the following error message:

Code: Select all

smbd_do_qfsinfo: not an allowed info level (0x105) on IPC$.

Re: Samba no login

Posted: Tue Dec 05, 2017 6:32 am
by Chris
Are you sure that the conf-file is correct?

sound like the user has not enough rights.
Has the user read rights on the directory.

And did you create the user in samba and on linux ?

Re: Samba no login

Posted: Tue Dec 05, 2017 9:21 am
by mister_v
I forgot to create the user in samba with

Code: Select all

smbpasswd -a 
It works now