[oe-commits] Chen Qi : shadow-native: allow for setting password in clear text

git at git.openembedded.org git at git.openembedded.org
Wed Nov 20 11:09:40 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 273befa478a4ccd5f52cbbaafabf1fee54db43c3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=273befa478a4ccd5f52cbbaafabf1fee54db43c3

Author: Chen Qi <qi.chen at windriver.com>
Date:   Sat Nov 16 07:37:52 2013 +0000

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../allow-for-setting-password-in-clear-text.patch | 208 +++++++++++++++++++++
 meta/recipes-extended/shadow/shadow.inc            |   1 +
 2 files changed, 209 insertions(+)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=273befa478a4ccd5f52cbbaafabf1fee54db43c3


More information about the Openembedded-commits mailing list