diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 5993182568..153c60cd2c 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -2293,6 +2293,17 @@ system and gives an overview of their function and contents. | |||
2293 | # usermod -s /bin/sh tester; \ | 2293 | # usermod -s /bin/sh tester; \ |
2294 | # " | 2294 | # " |
2295 | 2295 | ||
2296 | Additionally there is a special ``passwd-expire`` command that will | ||
2297 | cause the password for a user to be expired and thus force changing it | ||
2298 | on first login, for example:: | ||
2299 | |||
2300 | EXTRA_USERS_PARAMS += " useradd myuser; passwd-expire myuser;" | ||
2301 | |||
2302 | .. note:: | ||
2303 | |||
2304 | At present, ``passwd-expire`` may only work for remote logins when | ||
2305 | using OpenSSH and not dropbear as an SSH server. | ||
2306 | |||
2296 | :term:`FEATURE_PACKAGES` | 2307 | :term:`FEATURE_PACKAGES` |
2297 | Defines one or more packages to include in an image when a specific | 2308 | Defines one or more packages to include in an image when a specific |
2298 | item is included in :term:`IMAGE_FEATURES`. | 2309 | item is included in :term:`IMAGE_FEATURES`. |