Hi There,
I want to migrate few users from a different vendor LDAP server to CA LDAP 12.x server. I can migrate all the other user profile attributes such as firstname,lastname, cn, emailed and etc but only the challenge I see is password which is stored with bcrypt algorithm in that vendor LDAP server. Now my question is does CA LDAP server support this bcrypt algorithm, since we use sha1 algorithm at CA LDAP server. Please advice
Hi Sharathbabu,
Unfortunately the answer is no. CA Directory only supports one password hash algorithm at a time. But again, there should be no problem with what you are trying to do if using CA Directory 12.5 or 12.6 as those versions will accept password in bcrypt format even though you might have 'set password-storage = sha-1;' or 'set password-storage = ssha-512;'.
BTW, CA LDAP is not CA Directory. These are two different products. Just so we are on the same page.
In short, what you might wan to do is:
- Define 'set password-storage = bcrypt;' first in your DSA config file.
- Load the data coming from 3rd party LDAP.
- Start your DSA.
- From here on, whenever SiteMinder integrated application send in a user authentication request (including any password reset/change), it will use bcrypt algorithm at CA Directory layer.
Hope this helps.
Thanks,
Hitesh