Change local user account password - Linux - BETA - superseded
Log In or Register to download the BES file, and more.

1 Votes

Versioning - This is an older version.

1Change local user account password - Linux - BETA12/6/2013 12:12:45 PM
2Change local user account password - Linux - BETA9/21/2016 3:15:53 PM

Description


Property Details

ID3673
StatusAlpha - Code that was just developed
TitleChange local user account password - Linux - BETA
DomainBESC
CategoryAccounts
Download Size0
SourceInternal
Source IDjbt8, spg14, jgs194
Source Release Date5/3/2013 12:00:00 AM
Added by on 12/6/2013 12:12:45 PM
Last Modified by on 12/6/2013 12:12:45 PM
Counters 7916 Views / 135 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 2 fixlets   * Results in a true/false
Show indented relevance
name of operating system starts with "Linux"
Used in 77 fixlets and 6 analyses   * Results in a true/false
Show indented relevance
version of client >= "9.0"

Actions

Action 1 (default)

Action Link Change  specified local user account password.
Script Type BigFix Action Script
action parameter query "username" with description "Please specify the name of an existing local user account"

wait sh -c "echo "{parameter "username" of action}:{parameter "secret" of action}" | chpasswd"
Success Criteria

This action will be considered successful when all lines of the action script have completed successfully.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
jgstew -
You are welcome. I have used this on CentOS & Ubuntu as well I believe.
IanDM -
Downloaded and tested/used successfully on RHEL 6.8, 7.3 thus far. Thanks for this!