summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/migration-guides/migration-3.4.rst7
1 files changed, 7 insertions, 0 deletions
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
265 built-in override support in the fetcher or overrides in general 265 built-in override support in the fetcher or overrides in general
266 instead. 266 instead.
267 267
268- The ``-P`` (``--clear-password``) option can no longer be used with
269 ``useradd`` and ``usermod`` entries in :term:`EXTRA_USERS_PARAMS`.
270 It was being implemented using a custom patch to the ``shadow`` recipe
271 which clashed with a ``-P`` option that was added upstream in
272 ``shadow`` version 4.9, and in any case is fundamentally insecure.
273
274
268.. include:: release-notes-3.4.rst 275.. include:: release-notes-3.4.rst
269.. include:: release-notes-3.4.1.rst 276.. include:: release-notes-3.4.1.rst
270.. include:: release-notes-3.4.2.rst 277.. include:: release-notes-3.4.2.rst