I'm new to Ldap and try to import all my User.
I try to add a Person like this:
dn: cn=Thomas Bendler,ou=Development,o=selflinux,dc=selflinux,dc=de
objectclass: top
objectclass: person
objectclass: organizationalperson
objectclass: inetorgperson
cn: Thomas Bendler
sn: Bendler
ou: Development
mail:project@selflinux.de
userpassword: {CRYPT}saHW9GdxihkGQ
But I have a Problem with userpassword: {CRYPT}saHW9GdxihkGQ
My Database already contains encrypted Passwords like this a913759b1331c15d3048b7142fb75e50
How can I tell OpenLdap/phpldapadmin to use the encrypted form and not to encrypt it again?