문제

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