summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/User/Attributes.interface.yaml
diff options
context:
space:
mode:
authorRichard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>2018-07-16 00:29:50 +0530
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-08-06 03:28:37 +0000
commit02486300e9f4c5a4af04ffbfd6898ee59c654873 (patch)
tree44b655283a4d3f9644517d2a1a29bce086e1ceec /xyz/openbmc_project/User/Attributes.interface.yaml
parentf019ea0979ce9d29654e0ce7bfbeb57783c59bd9 (diff)
downloadphosphor-dbus-interfaces-02486300e9f4c5a4af04ffbfd6898ee59c654873.tar.gz
phosphor-dbus-interfaces-02486300e9f4c5a4af04ffbfd6898ee59c654873.zip
Interface support for security configuration
Configuration support for password and security enforcement for user account under AccountPolicy interface (which will manage global policies related to accounts). Change-Id: Icdea6d83654f9449088a6319f453788cb25ecfc2 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
Diffstat (limited to 'xyz/openbmc_project/User/Attributes.interface.yaml')
-rw-r--r--xyz/openbmc_project/User/Attributes.interface.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/xyz/openbmc_project/User/Attributes.interface.yaml b/xyz/openbmc_project/User/Attributes.interface.yaml
index 108934d..31d9939 100644
--- a/xyz/openbmc_project/User/Attributes.interface.yaml
+++ b/xyz/openbmc_project/User/Attributes.interface.yaml
@@ -18,4 +18,14 @@ properties:
type: boolean
description: >
Enabled or disabled state of the user.
+
+ - name: UserLockedForFailedAttempt
+ type: boolean
+ description: >
+ Locked or unlocked state of the user. After repeated failed
+ login attempt (configured through MaxLoginAttemptBeforeLockout),
+ locked out user can be unlocked manually by setting false to
+ this property. This property will return true if user is locked
+ out user. AccountUnlockTimeout property can be configured to unlock
+ the user after a timeout.
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud