Well,
You should read "Samba-PDC-howto.html" in your Samba source-dir. It
explaines how you set up user and machine accounts. Also, you must add
the following regfile to your Windows-registry:
START FILE:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Netlogon\Parameters]
"DisablePasswordChange"=dword:00000000
"maximumpasswordage"=dword:0000001e
"requiresignorseal"=dword:00000000
"requirestrongkey"=dword:00000000
"sealsecurechannel"=dword:00000001
"signsecurechannel"=dword:00000001
"Update"="no"
END FILE:
//Anders
> I'm trying to use my samba as domain controller and logon-server for my
> WinXP-client. I can see all the shares, and get access to them using
> user/password, but when trying to join the domain, it fails with "The
> specified user does not exist", even though it does.
> The server-log says "smbd/server.c:exit_server(458)".
> Can anyone help?
> ----------------------
> Martin Burheim Tingstad