f5devcentral / f5-puppet

Puppet modules for F5 BIG-IP
Apache License 2.0
13 stars 27 forks source link

Add encrypted_password attribute to f5_user resource #64

Closed gabe-sky closed 7 months ago

gabe-sky commented 5 years ago

Newer versions of BIG-IP (thirteen, for instance) have an "encryptedPassword" attribute for users, rather than a "password" attribute. This commit adds the code and associated readme text to support managing the encrypted password of a user. It leaves the old behavior as well, for users still managing older f5 devices.

davidmalloncares commented 5 years ago

Hey @ericzji or @scshitole - could one of you guys help us out with a merge on this one?