Page 1 of 1

[SOLVED] Samba error NT_STATUS_LOGON_FAILURE

Posted: 2017-04-16 07:46
by awachens
Hi good morning !! I'm trying to share a folder with Windows 7 to Ubuntu 16.04.02 LTS
I know this not Debian... But in ubuntu forums have no answer so... I try here at end is based on Deb...

seguretat@seguretat-informatica:~$ smbclient -L nobody -U samba
WARNING: The "syslog" option is deprecated
Enter samba's password:
Domain=[NOBODY] OS=[Windows 7 Ultimate 7601 Service Pack 1] Server=[Windows 7 Ultimate 6.1]
Sharename Type Comment
--------- ---- -------
ADMIN$ Disk Admin remota
C$ Disk Recurso predeterminado
E$ Disk Recurso predeterminado
IPC$ IPC IPC remota
Linux ISO Disk
When i try this:

seguretat@seguretat-informatica:~$ smbclient //nobody/Linux ISO -U samba
WARNING: The "syslog" option is deprecated
session setup failed: NT_STATUS_LOGON_FAILURE


Regards !

Solved: The problem was in spaces, i delete and works fine now. I should read about solve this now.

Re: Samba error NT_STATUS_LOGON_FAILURE

Posted: 2017-04-16 08:43
by dilberts_left_nut
Having spaces in the share name is a complication you don't need.

The error is a logon failure to the windows account - supply the correct name / password.

Re: Samba error NT_STATUS_LOGON_FAILURE

Posted: 2017-04-16 08:44
by arochester
Ubuntu may be "based" on Debian. That is almost meaningless.

130 distros are "based" on Debian. Nearly 2/3 of all Linux distros are "based" on Debian.
They are added too, subtracted from and changed. We cannot know all of the variations.

This is Debian User Forum for people who use...Debian. Not derivatives.

If your question is about Ubuntu please stay with Ubuntu.

Have you tried e.g. ?
https://answers.launchpad.net/ubuntu
https://askubuntu.com/
https://www.linuxquestions.org/questions/ubuntu-63/
http://www.linuxforums.org/forum/ubuntu-linux/

Re: Samba error NT_STATUS_LOGON_FAILURE

Posted: 2017-04-16 09:24
by awachens
dilberts_left_nut wrote:Having spaces in the share name is a complication you don't need.

The error is a logon failure to the windows account - supply the correct name / password.
HI, im confused cause dont ask me for password.. Why ??

Thank you arochester i try this options now.