Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
1,529
edits
No edit summary |
|||
| Line 8: | Line 8: | ||
Pending either {{bug|760093}} or these systems moved to puppetAgain we need to manually update passwords to the most current. | Pending either {{bug|760093}} or these systems moved to puppetAgain we need to manually update passwords to the most current. | ||
# cltbld | |||
We have a script to do so in [http://hg.mozilla.org/build/braindump/file/default/mac-related/mac-pw-change.py braindump/mac-related/mac-pw-change.py] | |||
# root | # STEPS FROM_REMOTE_HOST (your local is fine, just not machine you want to change) | ||
HOST=host | |||
set +o history # disable password in term | |||
# for cltbld | |||
python mac-pw-change.py --host=$HOST --username=cltbld --current-password=OLD_PW --new-password=NEW_PW | |||
# root | |||
python mac-pw-change.py --host=$HOST --username=root --current-password=OLD_PW --new-password=NEW_PW | |||
# set history back | |||
set -o history | |||
After the passwords are done, go ahead and move on to next steps. | After the passwords are done, go ahead and move on to next steps. | ||
edits