]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/org.freedesktop.home1.xml
homed: fix parameter names on D-Bus methods
authorLennart Poettering <lennart@poettering.net>
Tue, 12 May 2020 07:02:47 +0000 (09:02 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 12 May 2020 09:06:46 +0000 (11:06 +0200)
commit55842c7326b5e23cb7cb672e3ebe7aedfd08d923
tree7abfb9b5aaef6d157a1b684841ea63bda2396aa0
parent671fee187369c6301de1b48e8c7293bbcc3201f3
homed: fix parameter names on D-Bus methods

These arguments contain UserRecord structures serialized to JSON,
however only the "secret" part of it, not a whole user record. We do
this since the secret part is conceptually part of the user record and
in some contexts we need a user record in full with both secret and
non-secret part, and in others just the secret and in other just the
non-secret part, but we want to keep this in memory in the same logic.

Hence, let's rename the arguments where we expect a user record
consisting only of the secret part to "secret".
man/org.freedesktop.home1.xml
src/home/homed-home-bus.c
src/home/homed-manager-bus.c