← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1854594] Re: lock passwd implemented wrong on FreeBSD

 

** Changed in: cloud-init
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1854594

Title:
  lock passwd implemented wrong on FreeBSD

Status in cloud-init:
  Invalid

Bug description:
  (changing bug description after triage)

  on FreeBSD, lock_passwd is implemented as `pw usermod <user> -h -`

  This does not lock the account. It prompts for a password change on
  the console during cloud-init run.

  To lock an account, we have to execute: `pw lock <name>`.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1854594/+subscriptions


References