Greetings
I configured a BDC with Samba 3.0.3. When I try to synchronize it
with a PDC using
"net rpc vampire -Uadministrator%password"
I got "Failed to setup BDC creds".
With deugger on the got the following information:
[2004/07/13 16:19:11, 4] param/loadparm.c:lp_load(3918) pm_process()
returned Yes
[2004/07/13 16:19:11, 2] lib/interface.c:add_interface(79) added
interface ip=10.50.30.32 bcast=10.50.255.255 nmask=255.255.0.0
[2004/07/13 16:19:11, 3] libsmb/cliconnect.c:cli_start_connection(1369)
Connecting to host=127.0.0.1
[2004/07/13 16:19:11, 3] lib/util_sock.c:open_socket_out(733) Connecting
to 127.0.0.1 at port 445
[2004/07/13 16:19:11, 4] lib/time.c:get_serverzone(122) Serverzone is
14400
[2004/07/13 16:19:11, 4]
passdb/secrets.c:secrets_fetch_trust_account_password(261) Using cleartext
machine password
[2004/07/13 16:19:11, 4] rpc_client/cli_netlogon.c:cli_net_req_chal(45)
cli_net_req_chal: LSA Request Challenge from PDC to 127.0.0.1:
2AAEDE6146FC2E56
[2004/07/13 16:19:11, 4] libsmb/credentials.c:cred_session_key(59)
cred_session_key
[2004/07/13 16:19:11, 4] libsmb/credentials.c:cred_create(90) cred_create
[2004/07/13 16:19:11, 4] rpc_client/cli_netlogon.c:cli_net_auth2(102)
cli_net_auth2: srv:\\127.0.0.1 acct:PDC$ sc:6 mc: PDC chal
E5403E5FCF950D4F neg: 400701ff
[2004/07/13 16:19:11, 3] rpc_client/cli_netlogon.c:cli_nt_setup_creds(283)
cli_nt_setup_creds: auth2 challenge failed NT_STATUS_ACCESS_DENIED
Failed to setup BDC creds
[2004/07/13 16:19:11, 1] utils/net_rpc.c:run_rpc_command(141) rpc command
function failed! (NT_STATUS_ACCESS_DENIED)
[2004/07/13 16:19:11, 2] utils/net.c:main(792) return code = 1
What went wrong?
Thanks!
-- Kang Sun