LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Samba 4: Connection to \\localhost\netlogon failed - NT_STATUS_LOGON_FAILURE (https://www.linuxquestions.org/questions/linux-software-2/samba-4-connection-to-%5C%5Clocalhost%5Cnetlogon-failed-nt_status_logon_failure-851797/)

Sum1 12-22-2010 07:03 AM

Samba 4: Connection to \\localhost\netlogon failed - NT_STATUS_LOGON_FAILURE
 
Hi Group,

I'm trying to install and test Samba4.

~#smbclient --version
Version 4.0.0alpha14-GIT-377b399

It appears the installation and provisioning was successful.

~# ./smbclient -L localhost -U%

Sharename Type Comment
--------- ---- -------
netlogon Disk
sysvol Disk
IPC$ IPC IPC Service
REWRITE: list servers not implemented

But, the same example in the Samba4 Howto also shows a line in the
results that I do not have:
ADMIN$ Disk DISK Service

And when I try to test that authentication is working by connecting to
the netlogon share using the administrator password, I see the
following failure:

~# ./smbclient //localhost/netlogon -Uadministrator%<<my_admin_password>>
Connection to \\localhost\netlogon failed - NT_STATUS_LOGON_FAILURE

testparm reveals the following:
# Global parameters
[global]
server role = domain controller
workgroup = CENTER
realm = center.abc.com
netbios name = SATO
setup directory = setup/

[netlogon]
path = /usr/local/samba/var/locks/sysvol/center.abc.com/scripts
read only = No

[sysvol]
path = /usr/local/samba/var/locks/sysvol
read only = No

I've googled around but nothing refers specifically to Samba-4.
I have not yet setup bind or kerberos, as I've been following the
install/setup sequence straight from the Samba 4 wiki howto -- http://wiki.samba.org/index.php/Samba4/HOWTO

Any guidance greatly appreciated.


All times are GMT -5. The time now is 06:40 AM.