From 11025bed13d78fca060e719181ceba29bce9299f Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 21 Apr 2022 18:40:34 -0700 Subject: migration-3.4: add missing entry on EXTRA_USERS_PARAMS We missed noting this in 3.4 but I noticed the documentation was recently updated, so note the removal. (From yocto-docs rev: f661e62d6faf48dbb6c6fd9a61a6448ec339d2bf) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- documentation/migration-guides/migration-3.4.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst index 139b2bf9c0..dead6bc66a 100644 --- a/documentation/migration-guides/migration-3.4.rst +++ b/documentation/migration-guides/migration-3.4.rst @@ -265,6 +265,13 @@ Miscellaneous built-in override support in the fetcher or overrides in general instead. +- The ``-P`` (``--clear-password``) option can no longer be used with + ``useradd`` and ``usermod`` entries in :term:`EXTRA_USERS_PARAMS`. + It was being implemented using a custom patch to the ``shadow`` recipe + which clashed with a ``-P`` option that was added upstream in + ``shadow`` version 4.9, and in any case is fundamentally insecure. + + .. include:: release-notes-3.4.rst .. include:: release-notes-3.4.1.rst .. include:: release-notes-3.4.2.rst -- cgit v1.2.3-54-g00ecf