Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top