problem joining a XP workstation to Domain

G

Giskard Reventlov

I'm trying to make a XP workstation member of a domain.
This is the debug log:

03/24 19:00:45 NetpDoDomainJoin
03/24 19:00:45 NetpMachineValidToJoin: 'LUCA-B'
03/24 19:00:45 NetpGetLsaPrimaryDomain: status: 0x0
03/24 19:00:45 NetpMachineValidToJoin: status: 0x0
03/24 19:00:45 NetpJoinDomain
03/24 19:00:45 Machine: LUCA-B
03/24 19:00:45 Domain: ldaptest
03/24 19:00:45 MachineAccountOU: (NULL)
03/24 19:00:45 Account: ldaptest\Administrator
03/24 19:00:45 Options: 0x27
03/24 19:00:45 OS Version: 5.1
03/24 19:00:45 Build number: 2600
03/24 19:00:45 ServicePack: Service Pack 1
03/24 19:00:45 NetpValidateName: checking to see if 'ldaptest' is
valid as type 3 name
03/24 19:00:46 NetpCheckDomainNameIsValid [ Exists ] for 'ldaptest'
returned 0x0
03/24 19:00:46 NetpValidateName: name 'ldaptest' is valid for type 3
03/24 19:00:46 NetpDsGetDcName: trying to find DC in domain
'ldaptest', flags: 0x1020
03/24 19:00:46 NetpDsGetDcName: found DC '\\LDAPTEST' in the specified
domain
03/24 19:00:46 NetpJoinDomain: status of connecting to dc
'\\LDAPTEST': 0x0
03/24 19:00:46 NetpGetLsaPrimaryDomain: status: 0x0
03/24 19:00:46 NetpGetNt4RefusePasswordChangeStatus: trying to read
from '\\LDAPTEST'
03/24 19:00:46 NetpGetNt4RefusePasswordChangeStatus: failed but
ignored the failure: 0xc000000f
03/24 19:00:46 NetpLsaOpenSecret: status: 0xc0000034
03/24 19:00:46 NetpGetLsaPrimaryDomain: status: 0x0
03/24 19:00:46 NetpLsaOpenSecret: status: 0xc0000034
03/24 19:00:49 NetpManageMachineAccountWithSid: NetUserAdd on
'\\LDAPTEST' for 'LUCA-B$' failed: 0x8ad
03/24 19:00:49 NetpJoinDomain: status of creating account: 0x8ad
03/24 19:00:49 NetpJoinDomain: initiaing a rollback due to earlier
errors
03/24 19:00:49 NetpLsaOpenSecret: status: 0x0
03/24 19:00:49 NetpJoinDomain: rollback: status of deleting secret:
0x0
03/24 19:00:49 NetpJoinDomain: status of disconnecting from
'\\LDAPTEST': 0x0
03/24 19:00:49 NetpDoDomainJoin: status: 0x8ad

Which kind of error is this?
 
M

Matt Hickman

I'm trying to make a XP workstation member of a domain.
This is the debug log:
03/24 19:00:49 NetpManageMachineAccountWithSid: NetUserAdd on
'\\LDAPTEST' for 'LUCA-B$' failed: 0x8ad
03/24 19:00:49 NetpJoinDomain: status of creating account: 0x8ad
03/24 19:00:49 NetpJoinDomain: initiaing a rollback due to earlier
errors

I found the following reference in Google Groups:

NT ([email protected]_("David_Lawler_Christiansen)
wrote in comp.protocols.kerberos:
The 0x8ad (NERR_UserNotFound) error, however, is a bug in Win2K ktpass,
to be fixed in a future version of Windows. Basically, ktpass just
assumes you're running on a domain controller when it tries to set the
password on the account, so if you're *not* on a DC, the operation
fails.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top