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

git at git.openembedded.org git at git.openembedded.org
Sat Dec 14 09:14:35 UTC 2013


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

Author: Chen Qi <qi.chen at windriver.com>
Date:   Sat Nov 16 15:27:47 2013 +0800

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>

---

 .../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=31dee7946340bf0f1e94e4e714191d3d6ca3bf6a


More information about the Openembedded-commits mailing list