[Samba] User mapping/login issue

Rowland Penny rpenny at samba.org
Tue Apr 23 08:31:45 UTC 2019


On Tue, 23 Apr 2019 15:01:24 +0930
Stephen Davies via samba <samba at lists.samba.org> wrote:

 
> There is no ntlm auth entry in smb.conf 

Just because you do not have an 'ntlm auth' line in your visible
smb.conf, this does not mean you do not have one, it defaults to 'ntlm
auth = no' which turns off NTLMv1


> [global]
>      workgroup = BENPARTS
>      netbios name = server
>      server string = Samba Server %v
>      printcap name = cups
>      load printers = yes
>      printing = cups
>      log file = /var/log/samba/log.%m
>      max log size = 50
>      log level = 4
>      guest account = benparts

Do you actually have a user called 'benparts' (which incidentally is
the same as your workgroup) ?

>      # Allow users to map to guest:
>      map to guest = baduser

It is 'Bad User' not 'baduser'

>      security = user
>      username level = 8
>      preferred master = yes
>      name resolve order = host lmhosts wins bcast
>      wins support = yes
>      preserve case = yes
>      dos charset = 850
>      unix charset = ISO8859-1
>      domain master = yes
>      domain logons = yes

Ah, it is a PDC

You could try adding 'server max protocol = NT1'

Rowland



More information about the samba mailing list