Re: Trying to add a user to AD via LDIFDE but receiving an error stating "Unable to update the password"
- From: "Jorge Silva" <jorgesilva_pt@xxxxxxxxxxx>
- Date: Wed, 3 Oct 2007 10:33:15 +0100
Hi
The error sounds self explanatory:
"The value provided forthe new password does not meet the length,
complexity, or history requirement of the domain"
You need to provide a Password that respects the Password Domain Policy.
--
I hope that the information above helps you.
Have a Nice day.
Jorge Silva
MCSE, MVP Directory Services
"Spin" <Spin@xxxxxxxx> wrote in message
news:5mgf1lFdddjjU1@xxxxxxxxxxxxxxxxxxxxx
Gurus,
Trying to add a user to AD via LDIFDE but receiving an error stating
"Unable to update the password". What am I doing wrong?
"Add error on line 1: Unwilling To PerformThe server side error is "Unable
to update the password. The value provided forthe new password does not
meet the length, complexity, or history requirement of the domain."0
entries modified successfully.An error has occurred in the program"
And here's the code inside the file I am importing with LDIFDE.
dn: cn=psmith,cn=users,dc=mydom,dc=local
changetype: addobject
Class: user
samaccountname: psmith
sn: PSmith
useraccountcontrol: 512
dn: cn=psmith,cn=users,dc=mydom,dc=local
changetype: modify
add: givenName
givenName: Paul
-
replace: sn
sn: SMith
-
.
- Follow-Ups:
- References:
- Prev by Date: Re: Lost OS, Incomplete SystemState, Have NTDS.DIT Restorable?
- Next by Date: Re: restorage of active directory 2003
- Previous by thread: Trying to add a user to AD via LDIFDE but receiving an error stating "Unable to update the password"
- Next by thread: Re: Trying to add a user to AD via LDIFDE but receiving an error stating "Unable to update the password"
- Index(es):