SOLVED: Samba no login

Post Reply
mister_v
Posts: 137
Joined: Sat Jun 20, 2009 5:42 pm

SOLVED: Samba no login

Post 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$.
Chris
Site Admin
Posts: 127
Joined: Mon Jul 21, 2008 9:45 am
Location: Leuven, Belgium
Contact:

Re: Samba no login

Post 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 ?
mister_v
Posts: 137
Joined: Sat Jun 20, 2009 5:42 pm

Re: Samba no login

Post by mister_v »

I forgot to create the user in samba with

Code: Select all

smbpasswd -a 
It works now
Post Reply