oracle / weblogic-deploy-tooling

WebLogic Deploy Tooling
https://oracle.github.io/weblogic-deploy-tooling/
Universal Permissive License v1.0
152 stars 90 forks source link

Enable PasswordDigest configuration #1531

Closed gregoan closed 5 months ago

gregoan commented 5 months ago

Hello,

We created WL domain for which one we enabled password digest configuration and this is not working. Reading the doc , there is sentence about something related to username to be re-created after ---> See After you finish section (you must recreate these users so that their cleartext password, and not their digest, is stored in the password database) ---> If we reset the password using WL console so after the WL server is started, PasswordDigest is working fine.

Regards.

robertpatrick commented 5 months ago

@gregoan We are discussing internally with the WLS Security team to get feedback on whether there is anything that WDT can do get around this limitation. I will update you once we have a definitive answer.

robertpatrick commented 5 months ago

@gregoan It seems like it might be possible to make this work but it requires testing and changes to WDT (assuming that it works). This will not make it into WDT 4.0 but can be looked at for a future release.

robertpatrick commented 5 months ago

WDT 4.0.0 released so closing as resolved.