aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/shadow/shadow.inc
diff options
context:
space:
mode:
authorChen Qi <qi.chen@windriver.com>2013-11-16 15:27:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-14 09:16:32 +0000
commit31dee7946340bf0f1e94e4e714191d3d6ca3bf6a (patch)
treeff6bcedddc362a105aaceda143fba8b633b41a7f /meta/recipes-extended/shadow/shadow.inc
parentf54fdd6673a136ee1cee1f3263a8a7820de43ca3 (diff)
downloadopenembedded-core-contrib-31dee7946340bf0f1e94e4e714191d3d6ca3bf6a.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/shadow/shadow.inc')
-rw-r--r--meta/recipes-extended/shadow/shadow.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc
index 048709edd2..c5534eefec 100644
--- a/meta/recipes-extended/shadow/shadow.inc
+++ b/meta/recipes-extended/shadow/shadow.inc
@@ -32,6 +32,7 @@ SRC_URI_append_class-native = " \
file://disable-syslog.patch \
file://useradd.patch \
file://add_root_cmd_groupmems.patch \
+ file://allow-for-setting-password-in-clear-text.patch \
"
SRC_URI_append_class-nativesdk = " \
file://add_root_cmd_options.patch \