(#9326) Support plaintext passwords in Windows 'user' provider#120
Merged
joshcooper merged 1 commit intopuppetlabs:2.7.xfrom Sep 28, 2011
ChaseMotorman:ticket/2.7.x/9326-windows-cleartext-passwords
Merged
(#9326) Support plaintext passwords in Windows 'user' provider#120joshcooper merged 1 commit intopuppetlabs:2.7.xfrom ChaseMotorman:ticket/2.7.x/9326-windows-cleartext-passwords
joshcooper merged 1 commit intopuppetlabs:2.7.xfrom
ChaseMotorman:ticket/2.7.x/9326-windows-cleartext-passwords
Conversation
Contributor
|
It looks like this pull request contains a commit for a different issue (9459). Can you repush just the one commit (1551ecf)? |
This commit adds password support to the Windows 'user' provider. When setting the password, the resource value is passed unmolested to the underlying ADSI 'SetPassword' method. During a get, the password is checked using the Windows 'LoginUser' function with tha current user name and password. If the call succeeds, the password is returned; if unsuccessful, ':absent' is returned. The spec test has been updated to reflect these changes.
joshcooper
added a commit
that referenced
this pull request
Sep 28, 2011
…cleartext-passwords (#9326) Support plaintext passwords in Windows 'user' provider
Iristyle
pushed a commit
to Iristyle/puppet
that referenced
this pull request
Sep 9, 2014
…equirements_in_PMT (PE-4760) Ignore requirements information in PMT
hlindberg
pushed a commit
to hlindberg/puppet
that referenced
this pull request
Oct 16, 2014
(#18060) adds RAILS_ENV to demontrations rake
melissa
pushed a commit
to melissa/puppet
that referenced
this pull request
Mar 30, 2018
(PCP-45) Replace --daemonize with --foreground
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit adds password support to the Windows 'user' provider. When setting the password, the resource value is passed unmolested to the underlying ADSI 'SetPassword' method. During a get, the password is checked using the Windows 'LoginUser' function with the current user name and password. If the call succeeds, the password is returned; if unsuccessful, ':absent' is returned.
The spec test has been updated to reflect these changes.