Adding accounts to AD with LDIFDE
From: Paul Motsuk (motsuk_at_gmail.com)
Date: 10/12/04
- Next message: Marlon Brown: "GPOTOOL:Best way to correct GPO error"
- Previous message: Sri: "cant access 2000 network share from DOS"
- Next in thread: Matthew Rimer [MSFT]: "Re: Adding accounts to AD with LDIFDE"
- Reply: Matthew Rimer [MSFT]: "Re: Adding accounts to AD with LDIFDE"
- Messages sorted by: [ date ] [ thread ]
Date: 12 Oct 2004 13:27:20 -0700
'lo there
I'm attempting to add an account to AD in a test domain using
LDIFDE. The domain cosists of a single DC (w/all FSMO roles).
My input file is:
-=-=-=-=-=-=-=-=-=-=-=
dn: CN=Bansal,OU=Users OU,DC=cua,DC=edu
changetype: add
cn: BANSAL
objectClass: user
SamAccountName: BANSAL
sn: Bansal
-
-=-=-=-=-=-=-=-=-=-=-=
I'm using the following command line:
ldifde -i -b <User name> cua.edu <Password> -v -f bansal.ldf -s
portaldc01 -k
The output I'm currently getting is:
-=-=-=-=-=-=-=-=-=-=-=
Connecting to "portaldc01"
Logging in as "<User name>" in domain "cua.edu" using SSPI
Importing directory from file "bansal.ldf"
Loading entries
There is a syntax error in the input file
Failed on token starting with 'B' on line 8
0 entries modified successfully.
An error has occurred in the program
-=-=-=-=-=-=-=-=-=-=-=
I'm at a loss as to the problem. I've also run across constraint
issues (I forgot to save the .ldf file and real output on that one. I
could recreate it later though).
Can anyone lend some expertise?
Thanks,
Paul Motsuk (motsuk@cua.edu or motsuk@gmail.com)
Manager, Enterprise Systems
The Catholic University of America
- Next message: Marlon Brown: "GPOTOOL:Best way to correct GPO error"
- Previous message: Sri: "cant access 2000 network share from DOS"
- Next in thread: Matthew Rimer [MSFT]: "Re: Adding accounts to AD with LDIFDE"
- Reply: Matthew Rimer [MSFT]: "Re: Adding accounts to AD with LDIFDE"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|