HomePhorge

(PUP-2738) Puppet::Util::Windows::User refactor
de74918374d4Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2738) Puppet::Util::Windows::User refactor

  • Presently logon_user raises an exception or returns the error code returned by CloseHandle. Change this to return true if the method executes without error.
  • This also affects the load_profile method and the password_is? method. load_profile previously returned the logon_user return value from the outer block, so now returns true upon success, or will raise an error upon failure

Details

Provenance
Ethan J. Brown <Iristyle@github>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUe833e71bdb1a: (PUP-2738) FFI from_string_to_wide_string block
Branches
Unknown
Tags
Unknown

Event Timeline

Ethan J. Brown <Iristyle@github> committed rPUde74918374d4: (PUP-2738) Puppet::Util::Windows::User refactor (authored by Ethan J. Brown <Iristyle@github>).Jun 18 2014, 9:14 PM