HomePhorge

Add a manages_password_salt feature for user type
34df4cd9b4e5Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Add a manages_password_salt feature for user type

Previously, the user type implemented the 'salt' property for
PBKDF2-style password hashes. Unfortunately, this caused user
providers that didn't implement getter/setter methods for the salt
property to raise errors.

This commit implements a user type feature called 'manages_password_salt'
that is required for the salt property. Because of this change, only
the providers that require the salt property should implement the
manages_password_salt feature, thus saving the other user type
providers from raising unnecessary errors.

Details

Provenance
Gary Larizza <gary@puppetlabs.com>Authored on
Josh Cooper <josh@puppetlabs.com>Committed on Nov 15 2012, 8:10 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUc25b28d9c9b8: Merge branch 'domcleal-tickets/3.0.x/17492-runmode' into 3.0.x
Branches
Unknown
Tags
Unknown

Event Timeline

Josh Cooper <josh@puppetlabs.com> committed rPU34df4cd9b4e5: Add a manages_password_salt feature for user type (authored by Gary Larizza <gary@puppetlabs.com>).Nov 15 2012, 8:10 PM