Activity log for bug #1854594

Date Who What changed Old value New value Message
2019-11-30 21:36:08 Mina Galić bug added bug
2019-11-30 21:42:29 Mina Galić tags freebsd
2019-11-30 21:42:31 Mina Galić description on FreeBSD, http://man.freebsd.org/passwd and NetBSD https://netbsd.gw.com/cgi-bin/man-cgi?passwd+1+NetBSD-current `passwd -l` restricts passwd's actions to local databases. (OpenBSD's passwd takes *no* options) to lock an account on FreeBSD, we have to use `ps lock <user>`. on FreeBSD, http://man.freebsd.org/passwd and NetBSD https://netbsd.gw.com/cgi-bin/man-cgi?passwd+1+NetBSD-current `passwd -l` restricts passwd's actions to local databases. (OpenBSD's passwd takes *no* options) to lock an account on FreeBSD, we have to use `pw lock <user>`.
2019-12-04 15:40:51 Dan Watkins cloud-init: status New Triaged
2019-12-04 15:40:55 Dan Watkins cloud-init: importance Undecided Medium
2019-12-04 19:38:27 Mina Galić summary lock passwd doesn't work on non-GNU passwd lock passwd implemented wrong on FreeBSD
2019-12-04 19:40:42 Mina Galić description on FreeBSD, http://man.freebsd.org/passwd and NetBSD https://netbsd.gw.com/cgi-bin/man-cgi?passwd+1+NetBSD-current `passwd -l` restricts passwd's actions to local databases. (OpenBSD's passwd takes *no* options) to lock an account on FreeBSD, we have to use `pw lock <user>`. (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>`.
2019-12-11 15:08:17 Mina Galić cloud-init: assignee Igor Galić (i.galic)
2019-12-11 15:08:30 Mina Galić cloud-init: status Triaged In Progress
2019-12-16 21:51:18 Mina Galić cloud-init: status In Progress Fix Committed
2019-12-17 10:50:16 Mina Galić cloud-init: status Fix Committed Incomplete
2019-12-17 19:42:36 Chad Smith cloud-init: status Incomplete Invalid
2019-12-18 17:55:50 Chad Smith cloud-init: status Invalid Fix Released
2023-05-12 20:29:38 James Falcon bug watch added https://github.com/canonical/cloud-init/issues/3507