> On 6 May 2020, at 04:33, Alberto Viana <alberto...@gmail.com> wrote:
> 
> additional info: invalid password syntax - passwords with storage scheme are 
> not allowed
> 


This line here is saying that you have a userPassword: {SCHEME}<Hash> in your 
ldif (I think). By default we don't allow this, but there is a migrate password 
hash option in cn=config.

Of course, loading a hash this way bypasses the password policy checks .... 

So you may want to check your ldif, and set the userPassword as cleartext for 
the modify, and the server-side will apply pwpolicy and perform proper hashing. 

Hope that helps,

—
Sincerely,

William Brown

Senior Software Engineer, 389 Directory Server
SUSE Labs
_______________________________________________
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject.org

Reply via email to