diff options
| author | Kai Kang <kai.kang@windriver.com> | 2021-02-09 16:26:52 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-09 08:51:48 -0800 |
| commit | f7d22fb620dcdcec1a86880f0352aaf07eb39c8a (patch) | |
| tree | 347c7a04fdfaafc5b4a3f69354fc2431bcfb97ef /meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb | |
| parent | 5506dc7ddbb6ed9427f160642400f40ab854d0f3 (diff) | |
| download | meta-openembedded-f7d22fb620dcdcec1a86880f0352aaf07eb39c8a.tar.gz | |
lxdm: support to change user password
Update lxdm to support change user password when the password expired.
It also add a label to show useful information to tell user that 'Authentication
failed' or 'password expired' etc.
It only work with distro feature 'pam'.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb index db4767bb30..dcfd9e169d 100644 --- a/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb +++ b/meta-oe/recipes-graphics/lxdm/lxdm_0.5.3.bb | |||
| @@ -9,6 +9,14 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}%20${PV}/${BPN}-${PV}.tar. | |||
| 9 | file://0002-let-autotools-create-lxdm.conf.patch \ | 9 | file://0002-let-autotools-create-lxdm.conf.patch \ |
| 10 | file://0003-check-for-libexecinfo-providing-backtrace-APIs.patch \ | 10 | file://0003-check-for-libexecinfo-providing-backtrace-APIs.patch \ |
| 11 | file://0004-fix-css-under-gtk-3.20.patch \ | 11 | file://0004-fix-css-under-gtk-3.20.patch \ |
| 12 | file://0001-greeter-set-visible-when-switch-to-input-user.patch \ | ||
| 13 | file://0002-greeter-gdk.c-fix-typo.patch \ | ||
| 14 | file://0003-check-whether-password-expired-with-pam.patch \ | ||
| 15 | file://0004-lxdm.c-add-function-to-change-password-with-pam.patch \ | ||
| 16 | file://0005-ui.c-handle-password-expire-and-update-new-password.patch \ | ||
| 17 | file://0006-themes-Industrial-add-info-label-in-ui.patch \ | ||
| 18 | file://0007-greeter.c-support-to-update-expired-password.patch \ | ||
| 19 | file://0008-greeter.c-show-information-on-gtk-label-info.patch \ | ||
| 12 | " | 20 | " |
| 13 | SRC_URI[md5sum] = "061caae432634e6db38bbdc84bc6ffa0" | 21 | SRC_URI[md5sum] = "061caae432634e6db38bbdc84bc6ffa0" |
| 14 | SRC_URI[sha256sum] = "4891efee81c72a400cc6703e40aa76f3f3853833d048b72ec805da0f93567f2f" | 22 | SRC_URI[sha256sum] = "4891efee81c72a400cc6703e40aa76f3f3853833d048b72ec805da0f93567f2f" |
