summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project
diff options
context:
space:
mode:
authorRichard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>2019-03-06 17:03:52 +0530
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-20 20:53:33 +0000
commit5515c34fded4c217e3cc07f551d59d34cd3329c5 (patch)
tree7bf998d2a4eee31e182fe6e5363887c05de31607 /xyz/openbmc_project
parentee8197f93de9b8b7e410e7d746a405b55d2793ff (diff)
downloadphosphor-dbus-interfaces-5515c34fded4c217e3cc07f551d59d34cd3329c5.tar.gz
phosphor-dbus-interfaces-5515c34fded4c217e3cc07f551d59d34cd3329c5.zip
Clean-up: Remove Password.interface.yaml
Password interface is not used anymore for security reasons. All password update has to happen over pam_chauthtok(). Change-Id: Ibbe18509d159a07639f97a3ec4e5e634fd12bc5f Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
Diffstat (limited to 'xyz/openbmc_project')
-rw-r--r--xyz/openbmc_project/User/Password.interface.yaml27
1 files changed, 0 insertions, 27 deletions
diff --git a/xyz/openbmc_project/User/Password.interface.yaml b/xyz/openbmc_project/User/Password.interface.yaml
deleted file mode 100644
index 24697a3..0000000
--- a/xyz/openbmc_project/User/Password.interface.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-description: >
- Implement to provide user password set functionality. Since this
- needs an authenticated session, there is no need of old password.
- User ID is part of the dbus object.
-methods:
- - name: SetPassword
- description: >
- Set the user password. If the user already had a password, it will
- be updated, else sets the password.
-
- InsufficientPermission error doing so would mean that, the caller
- does not have required permission to update the password.
-
- InternalFailure error would mean that, caller had required
- permissions, but, there was a software error.
- Errorlog metadata would need to be looked into when this happens.
- Re-try once on this error and if that fails, do not try anymore.
- parameters:
- - name: NewPassword
- type: string
- description: >
- new password string
- errors:
- - xyz.openbmc_project.Common.Error.InternalFailure
- - xyz.openbmc_project.Common.Error.InsufficientPermission
-
-# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud