質問

I am building a utility that will copy users and groups from an Oracle Internet Directory server and transfer them into an OpenDJ LDAP server.

After a lot of work i have come to the point where i read User's attributes from OID and i am stuck in the userPassword field.

Is there any way that i can read the password in clear text?

役に立ちましたか?

解決

You can only read the password in clear text if it was put there in clear text. Mostly it isn't, for very good security and legal reasons. However you don't need to for this purpose: just copy the contents exactly as they are. That will include a tag showing whatever hashing scheme was used on the password, and the target LDAP server should handle that correctly.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top