Ldifde -i -f error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have windows 2003 AD and Exchange 2003. i'm trying to import user.ldf and it failed. below is the error message. i'm logging in as administrator and password just password.
can someone help me ? i think i must tpyed wrong command it used to work on windows 2000

C:\>ldifde -i -f "c:\user.ldf

Connecting to "AD.XMAN.NET
Logging in as current user using SSP
Importing directory from file "c:\user.ldf
Loading entries
Add error on line 1: Unwilling To Perfor
The server side error is "Unable to update the password. The value provided fo
the new password does not meet the length, complexity, or history requirement o
the domain.
0 entries modified successfully
An error has occurred in the progra
No log files were written. In order to generate a log file, pleas
specify the log file path via the -j option.
 
It looks as if the password you're using does not meet the Account
Policy that you have defined for your domain.

This could be the password complexity, minimum password length, or even
password age.

- Stefan
 
You need to specify a strong password for the users that you are
importing into AD.

This would be assuming you are importing users?

- Stefan
 
The problem is that the system is attempting to create the user with no
password. In order to add the users you will have to relax the domain
password policy. You could use addusers.exe from the resource kit which will
not set all the attributes you are wanting, but allows importing passwords.
Then you can run the ldf file to modify the account settings.

Mark
 
i'm still trying to import this below user into windows 2003 DC but i keep getting this error, The server side error is "Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirement o
the domain."

i went to GPO password policy and disabled complecity and minimum password lenth and still get the same errror.. can someone help

dn: CN=Van Baugh\, Yasmeen,OU=idealstore,DC=XMAN,DC=NE
changetype: modif
displayName: Van Baugh, Yasmee
objectclass: use
samAccountName: YASMEEN.VANBAUG
replace: unicodePw
unicodePwd::IgBuAGUAdwBQAGEAcwBzAHcAbwByAGQAIgA

C:\>ldifde -i -f c:\user.ld
Connecting to "AD.XMAN.NET
Logging in as current user using SSP
Importing directory from file "c:\user.ldf
Loading entries
Add error on line 1: Unwilling To Perfor
The server side error is "Unable to update the password. The value provided fo
the new password does not meet the length, complexity, or history requirement o
the domain.
There is a syntax error in the input fil
Failed on line 427. The last token starts with 'U'
0 entries modified successfully
An error has occurred in the progra
No log files were written. In order to generate a log file, pleas
specify the log file path via the -j option.
 

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

Back
Top