summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-11-17 10:32:56 +0300
committerAndrew Geissler <andrew@geissonator.com>2022-11-22 18:22:49 +0300
commita862fefd6b06c53f64408d505036914f3f16bd7c (patch)
treecea64eca818c653daeb8e49d783624cebbf422ff
parentb7af6ebd7d7258ae7dff4d9dd26ce5f6a4837423 (diff)
downloadopenbmc-a862fefd6b06c53f64408d505036914f3f16bd7c.tar.xz
phosphor-user-manager: srcrev bump fef63038e4..5c892d183e
Asmitha Karunanithi (1): Remove support for priv-noaccess role Nan Zhou (7): user_mgr: move constructor codes to separate func MinPasswordLength: add unit test rememberOldPasswordTimes: add unit test MaxLoginAttemptBeforeLockout: add unit test accountUnlockTimeout: add unit test userEnable: fix bug and add unit test userLockedForFailedAttempt: add unit test Change-Id: I9031110b9fc453c9a39a1b702c562c5dc8478d21 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
index e76c3f473a..144aeea5df 100644
--- a/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/users/phosphor-user-manager_git.bb
@@ -9,7 +9,7 @@ DEPENDS += "phosphor-dbus-interfaces"
DEPENDS += "boost"
DEPENDS += "nss-pam-ldapd"
DEPENDS += "systemd"
-SRCREV = "fef63038e468283cc37b6c8a7942ed27f15a2ca5"
+SRCREV = "5c892d183ecc2f561cba7d0cf10b15ad79fa2a67"
PV = "1.0+git${SRCPV}"
PR = "r1"