On Thu, Apr 08, 2010 at 10:41:24AM +0200, Frank Bonnet wrote:
> Hi Volker
>
> Due to his length I have deposit the samba log file (debug = 10)
> at this URL
>
> http://lisa.esiee.fr/smb.log.yfiler.txt

[2010/04/08 10:31:05,  0] rpc_server/srv_netlog_nt.c:369(get_md4pw)
  get_md4pw: Workstation YFILER$: WORKSTATION secure channel requested but not 
a workstation trust account
[2010/04/08 10:31:05,  0] 
rpc_server/srv_netlog_nt.c:584(_netr_ServerAuthenticate3)
  _netr_ServerAuthenticate2: failed to get machine password for account 
YFILER$: NT_STATUS_NO_TRUST_SAM_ACCOUNT

It seems that when creating the samba account on the Samba
DC side you did not use the -m flag for the smbpasswd -a -m
command. So it seems only a normal user account was created.

Please look into the sambaAcctFlags attribute of the object
of YFILER$: If it contains a "U", it is wrong. If you make
that "W", it might start to work. Alternatively, you might
try

smbpasswd -x yfiler$
smbpasswd -a -m yfiler$

Volker

Attachment: signature.asc
Description: Digital signature

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to