Unable to Create user to LDAP through Privacy Idea

Until now , i m able to list and modify users from LDAP (through privacy
idea), but i cannot create a new user due to the fact that the password tab
is missing, so it comes on error when trying to create one.

From what i saw in the LDAP resolver --> Attribute mapping --> there are
this settings:
{ “username”: “sAMAccountName”, “phone” : “telephoneNumber”, “mobile” :
“mobile”, “email” : “mail”, “surname” : “sn”, “givenname” : “givenName”}

so ther is no password tab
when i tried to add password tab (as follows):

{ “username”: “sAMAccountName”, “phone” : “telephoneNumber”, “mobile” :
“mobile”, “email” : “mail”, “surname” : “sn”, “givenname” : “givenName” ,*
“password”: “password”*}

when i m about to create a user through LDAP resolver the password tab is
visible but the user creation form come on error:

ERR10: 00000057: LdapErr: DSID-0C090C26, comment: Error in attribute
conversion operation, data 0, v1772

My installed packages privacy idea +freeradius.
Everything else is working fine, for example OTP creation and
authentication, interconnection with firewall etc etc…

Can you give me a hint ???

also when i login as a user (from ldap) profile I have the option to change
password, and when i change password it says that was succesfully, but
actually didnt change.

I assume that is something wrong to the active directory parameters.
My ldap resolver config is like attached image

You need to consider the following:

  1. privacyIDEA is no user management! So there are limitations
  2. handling AD is difficult
  3. you might have no LDAP attribute password - so your mapping seems wrong
  4. privacyIDEA is no usermanagement!

@agrammenos , you can follow information in this picture

image