]> code.ossystems Code Review - openembedded-core.git/commit
shadow-native: allow for setting password in clear text
authorChen Qi <qi.chen@windriver.com>
Sat, 16 Nov 2013 07:27:47 +0000 (15:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Dec 2013 09:16:32 +0000 (09:16 +0000)
commit31dee7946340bf0f1e94e4e714191d3d6ca3bf6a
treeff6bcedddc362a105aaceda143fba8b633b41a7f
parentf54fdd6673a136ee1cee1f3263a8a7820de43ca3
shadow-native: allow for setting password in clear text

Allow user to set password in clear text. This is convenient when
we're building out an image.

This feature is mainly used by useradd.bbclass and extrausers.bbclass.

This patch adds a new option '-P' to useradd, usermod, groupadd and groupmod
commands provided by shadow-native. The shadow package on target and in SDK
will not be affected.

[YOCTO #5365]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/shadow/files/allow-for-setting-password-in-clear-text.patch [new file with mode: 0644]
meta/recipes-extended/shadow/shadow.inc