summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-extended
diff options
context:
space:
mode:
authorRichard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>2020-05-28 08:37:18 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-06-10 04:11:31 +0300
commit377204d35a5b61eb8e903e52412ae9432aa0c84f (patch)
treeb4053822a0426f2d278ef20e00df6001cfba1059 /meta-phosphor/recipes-extended
parentb64dde46062e1844cb24c2a86542104b7c1a6482 (diff)
downloadopenbmc-377204d35a5b61eb8e903e52412ae9432aa0c84f.tar.xz
Include pam-localuser.
Include pam-localuser to the rootfs file system. This will be used to do pam_authenticate restriction based on group ownership for localusers and ignore it for ldap users. Tested: Along with pam-webserver changes with authenticate required, verified that local users belonging to redfish group are only allowed to login to bmcweb. (From meta-phosphor rev: 4f3be3adf5e30894f7749bfa8c52e4a9b506d01b) Change-Id: Icec9ae4f2c8e08c6d66733995158aeae85352beb Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-extended')
-rw-r--r--meta-phosphor/recipes-extended/pam/libpam_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-extended/pam/libpam_%.bbappend b/meta-phosphor/recipes-extended/pam/libpam_%.bbappend
index 07dd54847..8ed05f629 100644
--- a/meta-phosphor/recipes-extended/pam/libpam_%.bbappend
+++ b/meta-phosphor/recipes-extended/pam/libpam_%.bbappend
@@ -10,6 +10,7 @@ RDEPENDS_${PN}-runtime += "${MLPREFIX}pam-plugin-cracklib-${libpam_suffix} \
${MLPREFIX}pam-plugin-tally2-${libpam_suffix} \
${MLPREFIX}pam-plugin-pwhistory-${libpam_suffix} \
${MLPREFIX}pam-plugin-succeed-if-${libpam_suffix} \
+ ${MLPREFIX}pam-plugin-localuser-${libpam_suffix} \
"
do_install_append() {