LDIFDE and error with "unicode" attribut

R

Romain Daumont

Hi,


I've a problem with "unicode" attribut. When i want to modify this
attribut, i've a error message : "Constraint violation"
I use the command "ldifde -i -f chpwd.ldif -t 636 -s int-testlab.com -b
administrateur dc=int-testlab,dc=com password" and into the file
"chpwd.ldif" :
dn: CN=toto,OU=S2IA,OU=Permanents,DC=int-testlab,DC=com
changetype: modify
replace: unicodePwd
unicodePwd::IgBuAGUAdwBQAGEAcwBzAHcAbwByAGQAIgA=
-

Morever, i've enabled AD over SSL and i use administrator account.
Is it a problem with SSL, encoding password, configuration..?

Thank's a lot.
 
R

Richard Mueller

Romain Daumont said:
Hi,


I've a problem with "unicode" attribut. When i want to modify this
attribut, i've a error message : "Constraint violation"
I use the command "ldifde -i -f chpwd.ldif -t 636 -s int-testlab.com -b
administrateur dc=int-testlab,dc=com password" and into the file
"chpwd.ldif" :
dn: CN=toto,OU=S2IA,OU=Permanents,DC=int-testlab,DC=com
changetype: modify
replace: unicodePwd
unicodePwd::IgBuAGUAdwBQAGEAcwBzAHcAbwByAGQAIgA=
-

Morever, i've enabled AD over SSL and i use administrator account.
Is it a problem with SSL, encoding password, configuration..?

Thank's a lot.

What you are doing must be based on this kb article:

http://support.microsoft.com/default.aspx?scid=kb;en-us;263991

Your error sounds like either the value doen't meet some required condition
(like complexity), or you lack a SSL connection. The unicodePwd attribute
itself is OctetString, which is a byte array.
 

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