Mingjun Zhang
Mingjun Zhang
> Expected Behavior > a. If the unencryped password does not change between subsequent runs, no changes should be reported (but ok) > b. The module should display a diff...
SONIC does not have API for obtaining the salt. The salt generation and encryption methods are controlled and done by SONIC internally.
> another bug: the module fails to change an encrypted password (i.e., if I change the value of pwd in the config dict, ansible-playbook will report changed: on each subsequent,...
> This encrypted password string includes the salt, does it not? Would it not be possible to extract the salt from it, use it to encrypt the plain-text password, and...
The issue is fixed with pull-request: https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/393