Samba and Windows NT
I'm running RedHat8 and Samba 2.27 on a machine. The sambaserver is authenticating the users through a NT PDC using the security=server option. I'm getting my security log on the NT PDC filled with failed login attempts from the samba box, from the user SAMBATESTVENUS. This is no useraccount i have created, so i recon its a system account. Can someone explain to me that this is, and how to make it go away?
The Event Log message:
Date: 03.01.2003 Event ID: 529
Time: 09:57:27 Source: Security
User: NT AUTHORITY\SYSTEM Type: Failure Audit
Computer: Andromeda Category: Logon/logof
Description:
Logon Failure:
Reason: Unknown username or bad password
Username: SAMBATESTVENUS
Domain: OCS
Logon Type: 3
Logon Process: KSecDD
Authentication Package:
MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
Workstation Name: \\VENUS
My /etc/samba/smb.conf file (part of it):
[global]
log file = /var/log/samba/%m.log
smb passwd file = /etc/samba/smbpasswd
load printers = yes
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
obey pam restrictions = yes
wins server = 150.1.20.20
encrypt passwords = yes
hosts allow = 150.1.20. 10.2.0. 127.
passwd program = /usr/bin/passwd %u
dns proxy = no
server string = Venus
password server = 150.1.20.20
unix password sync = Yes
local master = no
workgroup = OCS
printcap name = /etc/printcap
security = server
preferred master = no
pam password change = yes
|