]> git.ipfire.org Git - thirdparty/systemd.git/commit
user-record: rename JSON field "pkcs11Pin" to "tokenPin"
authorLennart Poettering <lennart@poettering.net>
Tue, 14 Apr 2020 17:05:09 +0000 (19:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 1 Jul 2020 09:17:28 +0000 (11:17 +0200)
commitc0bde0d2402b203207d1ec2f998e661ee0fe177c
treead4f5ebdece8833fa7160d1051e2c614e8e88767
parentd00f318323177268872a1fa8bc140aa76979789d
user-record: rename JSON field "pkcs11Pin" to "tokenPin"

We'd like to use it for FIDO2 tokens too, and the concept is entirely
generic, hence let's just reuse the field, but rename it. Read the old
name for compatibility, and treat the old name and the new name as
identical for most purposes.
docs/USER_RECORD.md
src/home/homectl.c
src/home/homework-pkcs11.c
src/home/pam_systemd_home.c
src/home/user-record-util.c
src/home/user-record-util.h
src/shared/user-record.c
src/shared/user-record.h