I am setting up an OpenIDM server that syncs data between an OpenDJ store which is managed by my company and an Active Directory store that is going to be managed by a client-company.
The goal is to not require anything to be installed to the Client's AD instance. This works fine for the most part, but I cannot get the passwords to synch between the two.
I found the guide for password syncing, but that requires an Active Directory plugin (and an OpenDJ one, but that's not such a problem).
Is it possible to set up a system where we can store a user account's password in the OpenDJ store through OpenIDM without needing such a plugin?
It would be acceptable if we can't change the password, only read it, but we need the password in order to set up logging in via OpenAM.