]> git.ipfire.org Git - thirdparty/systemd.git/blob - docs/USER_RECORD.md
Merge pull request #15376 from poettering/homed-btrfs-subvol-luks
[thirdparty/systemd.git] / docs / USER_RECORD.md
1 ---
2 title: JSON User Records
3 category: Interfaces
4 layout: default
5 ---
6
7 # JSON User Records
8
9 systemd optionally processes user records that go beyond the classic UNIX (or
10 glibc NSS) `struct passwd`. Various components of systemd are able to provide
11 and consume records in a more extensible format of a dictionary of key/value
12 pairs, encoded as JSON. Specifically:
13
14 1. [`systemd-homed.service`](https://www.freedesktop.org/software/systemd/man/systemd-homed.service.html)
15 manages `human` user home directories and embeds these JSON records
16 directly in the home directory images (see [Home
17 Directories](https://systemd.io/HOME_DIRECTORY) for details).
18
19 2. [`pam_systemd`](https://www.freedesktop.org/software/systemd/man/pam_systemd.html)
20 processes these JSON records for users that log in, and applies various
21 settings to the activated session, including environment variables, nice
22 levels and more.
23
24 3. [`systemd-logind.service`](https://www.freedesktop.org/software/systemd/man/systemd-logind.service.html)
25 processes these JSON records of users that log in, and applies various
26 resource management settings to the per-user slice units it manages. This
27 allows setting global limits on resource consumption by a specific user.
28
29 4. [`nss-systemd`](https://www.freedesktop.org/software/systemd/man/nss-systemd.html)
30 is a glibc NSS module that synthesizes classic NSS records from these JSON
31 records, providing full backwards compatibility with the classic UNIX APIs
32 both for look-up and enumeration.
33
34 5. The service manager (PID 1) exposes dynamic users (i.e. users synthesized as
35 effect of `DynamicUser=` in service unit files) as these advanced JSON
36 records, making them discoverable to the rest of the system.
37
38 6. [`systemd-userdbd.service`](https://www.freedesktop.org/software/systemd/man/systemd-userdbd.service.html)
39 is a small service that can translate UNIX/glibc NSS records to these JSON
40 user records. It also provides a unified [Varlink](https://varlink.org/) API
41 for querying and enumerating records of this type, optionally acquiring them
42 from various other services.
43
44 JSON user records may contain various fields that are not available in `struct
45 passwd`, and are extensible for other applications. For example, the record may
46 contain information about:
47
48 1. Additional security credentials (PKCS#11 security token information,
49 biometrical authentication information, SSH public key information)
50
51 2. Additional user metadata, such as a picture, email address, location string,
52 preferred language or timezone
53
54 3. Resource Management settings (such as CPU/IO weights, memory and tasks
55 limits, classic UNIX resource limits or nice levels)
56
57 4. Runtime parameters such as environment variables or the `nodev`, `noexec`,
58 `nosuid` flags to use for the home directory
59
60 5. Information about where to mount the home directory from
61
62 And various other things. The record is intended to be extensible, for example
63 the following extensions are envisioned:
64
65 1. Windows network credential information
66
67 2. Information about default IMAP, SMTP servers to use for this user
68
69 3. Parental control information to enforce on this user
70
71 4. Default parameters for backup applications and similar
72
73 Similar to JSON User Records there are also [JSON Group
74 Records](https://systemd.io/GROUP_RECORD) that encapsulate UNIX groups.
75
76 JSON User Records may be transferred or written to disk in various protocols
77 and formats. To inquire about such records defined on the local system use the
78 [User/Group Lookup API via Varlink](https://systemd.io/USER_GROUP_API).
79
80 ## Why JSON?
81
82 JSON is nicely extensible and widely used. In particular it's easy to
83 synthesize and process with numerous programming languages. It's particularly
84 popular in the web communities, which hopefully should make it easy to link
85 user credential data from the web and from local systems more closely together.
86
87 ## General Structure
88
89 The JSON user records generated and processed by systemd follow a general
90 structure, consisting of seven distinct "sections". Specifically:
91
92 1. Various fields are placed at the top-level of user record (the `regular`
93 section). These are generally fields that shall apply unconditionally to the
94 user in all contexts, are portable and not security sensitive.
95
96 2. A number of fields are located in the `privileged` section (a sub-object of
97 the user record). Fields contained in this object are security sensitive,
98 i.e. contain information that the user and the administrator should be able
99 to see, but other users should not. In many ways this matches the data
100 stored in `/etc/shadow` in classic Linux user accounts, i.e. includes
101 password hashes and more. Algorithmically, when a user record is passed to
102 an untrusted client, by monopolizing such sensitive records in a single
103 object field we can easily remove it from view.
104
105 3. A number of fields are located in objects inside the `perMachine` section
106 (an array field of the user record). Primarily these are resource
107 management-related fields, as those tend to make sense on a specific system
108 only, e.g. limiting a user's memory use to 1G only makes sense on a specific
109 system that has more than 1G of memory. Each object inside the `perMachine`
110 array comes with a `matchMachineId` or `matchHostname` field which indicate
111 which systems to apply the listed settings to. Note that many fields
112 accepted in the `perMachine` section can also be set at the top level (the
113 `regular` section), where they define the fallback if no matching object in
114 `perMachine` is found.
115
116 4. Various fields are located in the `binding` section (a sub-sub-object of the
117 user record; an intermediary object is inserted which is keyed by the
118 machine ID of the host). Fields included in this section "bind" the object
119 to a specific system. They generally include non-portable information about
120 paths or UID assignments, that are true on a specific system, but not
121 necessarily on others, and which are managed automatically by some user
122 record manager (such as `systemd-homed`). Data in this section is considered
123 part of the user record only in the local context, and is generally not
124 ported to other systems. Due to that it is not included in the reduced user
125 record the cryptographic signature defined in the `signature` section is
126 calculated on. In `systemd-homed` this section is also removed when the
127 user's record is stored in the `~/.identity` file in the home directory, so
128 that every system with access to the home directory can manage these
129 `binding` fields individually. Typically, the binding section is persisted
130 to the local disk.
131
132 5. Various fields are located in the `status` section (a sub-sub-object of the
133 user record, also with an intermediary object between that is keyed by the
134 machine ID, similar to the way the `binding` section is organized). This
135 section is augmented during runtime only, and never persisted to disk. The
136 idea is that this section contains information about current runtime
137 resource usage (for example: currently used disk space of the user), that
138 changes dynamically but is otherwise immediately associated with the user
139 record and for many purposes should be considered to be part of the user
140 record.
141
142 6. The `signature` section contains one or more cryptographic signatures of a
143 reduced version of the user record. This is used to ensure that only user
144 records defined by a specific source are accepted on a system, by validating
145 the signature against the set of locally accepted signature public keys. The
146 signature is calculated from the JSON user record with all sections removed,
147 except for `regular`, `privileged`, `perMachine`. Specifically, `binding`,
148 `status`, `signature` itself and `secret` are removed first and thus not
149 covered by the signature. This section is optional, and is only used when
150 cryptographic validation of user records is required (as it is by
151 `systemd-homed.service` for example).
152
153 7. The `secret` section contains secret user credentials, such as password or
154 PIN information. This data is never persisted, and never returned when user
155 records are inquired by a client, privileged or not. This data should only
156 be included in a user record very briefly, for example when certain very
157 specific operations are executed. For example, in tools such as
158 `systemd-homed` this section may be included in user records, when creating
159 a new home directory, as passwords and similar credentials need to be
160 provided to encrypt the home directory with.
161
162 Here's a tabular overview of the sections and their properties:
163
164 | Section | Included in Signature | Persistent | Security Sensitive | Contains Host-Specific Data |
165 |------------|-----------------------|------------|--------------------|-----------------------------|
166 | regular | yes | yes | no | no |
167 | privileged | yes | yes | yes | no |
168 | perMachine | yes | yes | no | yes |
169 | binding | no | yes | no | yes |
170 | status | no | no | no | yes |
171 | signature | no | yes | no | no |
172 | secret | no | no | yes | no |
173
174 Note that services providing user records to the local system are free to
175 manage only a subset of these sections and never include the others in
176 them. For example, a service that has no concept of signed records (for example
177 because the records it manages are inherently trusted anyway) does not have to
178 bother with the `signature` section. A service that only defines records in a
179 strictly local context and without signatures doesn't have to deal with the
180 `perMachine` or `binding` sections and can include its data exclusively in the
181 regular section. A service that uses a separate, private channel for
182 authenticating users (or that doesn't have a concept of authentication at all)
183 does not need to to be concerned with the `secret` section of user records, as
184 the fields included therein are only useful when executing authentication
185 operations natively against JSON user records.
186
187 The `systemd-homed` manager uses all seven sections for various
188 purposes. Inside the home directories (and if the LUKS2 backend is used, also
189 in the LUKS2 header) a user record containing the `regular`, `privileged`,
190 `perMachine` and `signature` sections is stored. `systemd-homed` also stores a
191 version of the record on the host, with the same four sections and augmented
192 with an additional, fifth `binding` section. When a local client enquires about
193 a user record managed by `systemd-homed` the service will add in some
194 additional information about the user and home directory in the `status`
195 section — this version is only transferred via IPC and never written to
196 disk. Finally the `secret` section is used during authentication operations via
197 IPC to transfer the user record along with its authentication tokens in one go.
198
199 ## Fields in the `regular` section
200
201 As mentioned, the `regular` section's fields are placed at the top level
202 object. The following fields are currently defined:
203
204 `userName` → The UNIX user name for this record. Takes a string with a valid
205 UNIX user name. This field is the only mandatory field, all others are
206 optional. Corresponds with the `pw_name` field of of `struct passwd` and the
207 `sp_namp` field of `struct spwd` (i.e. the shadow user record stored in
208 `/etc/shadow`). See [User/Group Name Syntax](https://systemd.io/USER_NAMES) for
209 the (relaxed) rules the various systemd components enforce on user/group names.
210
211 `realm` → The "realm" a user is defined in. This concept allows distinguishing
212 users with the same name that originate in different organizations or
213 installations. This should take a string in DNS domain syntax, but doesn't have
214 to refer to an actual DNS domain (though it is recommended to use one for
215 this). The idea is that the user `lpoetter` in the `redhat.com` realm might be
216 distinct from the same user in the `poettering.hq` realm. User records for the
217 same user name that have different realm fields are considered referring to
218 different users. When updating a user record it is required that any new
219 version has to match in both `userName` and `realm` field. This field is
220 optional, when unset the user should not be considered part of any realm. A
221 user record with a realm set is never compatible (for the purpose of updates,
222 see above) with a user record without one set, even if the `userName` field matches.
223
224 `realName` → The real name of the user, a string. This should contain the user's
225 real ("human") name, and corresponds loosely to the GECOS field of classic UNIX
226 user records. When converting a `struct passwd` to a JSON user record this
227 field is initialized from GECOS (i.e. the `pw_gecos` field), and vice versa
228 when converting back. That said, unlike GECOS this field is supposed to contain
229 only the real name and no other information.
230
231 `emailAddress` → The email address of the user, formatted as
232 string. [`pam_systemd`](https://www.freedesktop.org/software/systemd/man/pam_systemd.html)
233 initializes the `$EMAIL` environment variable from this value for all login
234 sessions.
235
236 `iconName` → The name of an icon picked by the user, for example for the
237 purpose of an avatar. This must be a string, and should follow the semantics
238 defined in the [Icon Naming
239 Specification](https://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html).
240
241 `location` → A free-form location string describing the location of the user,
242 if that is applicable. It's probably wise to use a location string processable
243 by geo-location subsystems, but this is not enforced nor required. Example:
244 `Berlin, Germany` or `Basement, Room 3a`.
245
246 `disposition` → A string, one of `intrinsic`, `system`, `dynamic`, `regular`,
247 `container`, `reserved`. If specified clarifies the disposition of the user,
248 i.e. the context it is defined in. For regular, "human" users this should be
249 `regular`, for system users (i.e. users that system services run under, and
250 similar) this should be `system`. The `intrinsic` disposition should be used
251 only for the two users that have special meaning to the OS kernel itself,
252 i.e. the `root` and `nobody` users. The `container` string should be used for
253 users that are used by an OS container, and hence will show up in `ps` listings
254 and such, but are only defined in container context. Finally `reserved` should
255 be used for any users outside of these use-cases. Note that this property is
256 entirely optional and applications are assumed to be able to derive the
257 disposition of a user automatically from a record even in absence of this
258 field, based on other fields, for example the numeric UID. By setting this
259 field explicitly applications can override this default determination.
260
261 `lastChangeUSec` → An unsigned 64bit integer value, referring to a timestamp in µs
262 since the epoch 1970, indicating when the user record (specifically, any of the
263 `regular`, `privileged`, `perMachine` sections) was last changed. This field is
264 used when comparing two records of the same user to identify the newer one, and
265 is used for example for automatic updating of user records, where appropriate.
266
267 `lastPasswordChangeUSec` → Similar, also an unsigned 64bit integer value,
268 indicating the point in time the password (or any authentication token) of the
269 user was last changed. This corresponds to the `sp_lstchg` field of `struct
270 spwd`, i.e. the matching field in the user shadow database `/etc/shadow`,
271 though provides finer resolution.
272
273 `shell` → A string, referring to the shell binary to use for terminal logins of
274 this user. This corresponds with the `pw_shell` field of `struct passwd`, and
275 should contain an absolute file system path. For system users not suitable for
276 terminal log-in this field should not be set.
277
278 `umask` → The `umask` to set for the user's login sessions. Takes an
279 integer. Note that usually on UNIX the umask is noted in octal, but JSON's
280 integers are generally written in decimal, hence in this context we denote it
281 umask in decimal too. The specified value should be in the valid range for
282 umasks, i.e. 0000…0777 (in octal as typical in UNIX), or 0…511 (in decimal, how
283 it actually appears in the JSON record). This `umask` is automatically set by
284 [`pam_systemd`](https://www.freedesktop.org/software/systemd/man/pam_systemd.html)
285 for all login sessions of the user.
286
287 `environment` → An array of strings, each containing an environment variable
288 and its value to set for the user's login session, in a format compatible with
289 [`putenv()`](http://man7.org/linux/man-pages/man3/putenv.3.html). Any
290 environment variable listed here is automatically set by
291 [`pam_systemd`](https://www.freedesktop.org/software/systemd/man/pam_systemd.html)
292 for all login sessions of the user.
293
294 `timeZone` → A string indicating a preferred timezone to use for the user. When
295 logging in
296 [`pam_systemd`](https://www.freedesktop.org/software/systemd/man/pam_systemd.html)
297 will automatically initialize the `$TZ` environment variable from this
298 string. The string should be a `tzdata` compatible location string, for
299 example: `Europe/Berlin`.
300
301 `preferredLanguage` → A string indicating the preferred language/locale for the
302 user. When logging in
303 [`pam_systemd`](https://www.freedesktop.org/software/systemd/man/pam_systemd.html)
304 will automatically initialize the `$LANG` environment variable from this
305 string. The string hence should be in a format compatible with this environment
306 variable, for example: `de_DE.UTF8`.
307
308 `niceLevel` → An integer value in the range -20…19. When logging in
309 [`pam_systemd`](https://www.freedesktop.org/software/systemd/man/pam_systemd.html)
310 will automatically initialize the login process' nice level to this value with,
311 which is then inherited by all the user's processes, see
312 [`setpriority()`](http://man7.org/linux/man-pages/man2/setpriority.2.html) for
313 more information.
314
315 `resourceLimits` → An object, where each key refers to a Linux resource limit
316 (such as `RLIMIT_NOFILE` and similar). Their values should be an object with
317 two keys `cur` and `max` for the soft and hard resource limit. When logging in
318 [`pam_systemd`](https://www.freedesktop.org/software/systemd/man/pam_systemd.html)
319 will automatically initialize the login process' resource limits to these
320 values, which is then inherited by all the user's processes, see
321 [`setrlimit()`](http://man7.org/linux/man-pages/man2/setrlimit.2.html) for more
322 information.
323
324 `locked` → A boolean value. If true the user account is locked, the user may
325 not log in. If this field is missing it should be assumed to be false,
326 i.e. logins are permitted. This field corresponds to the `sp_expire` field of
327 `struct spwd` (i.e. the `/etc/shadow` data for a user) being set to zero or
328 one.
329
330 `notBeforeUSec` → An unsigned 64bit integer value, indicating a time in µs since
331 the UNIX epoch (1970) before which the record should be considered invalid for
332 the purpose of logging in.
333
334 `notAfterUSec` → Similar, but indicates the point in time *after* which logins
335 shall not be permitted anymore. This corresponds to the `sp_expire` field of
336 `struct spwd`, when it is set to a value larger than one, but provides finer
337 granularity.
338
339 `storage` → A string, one of `classic`, `luks`, `directory`, `subvolume`,
340 `fscrypt`, `cifs`. Indicates the storage mechanism for the user's home
341 directory. If `classic` the home directory is a plain directory as in classic
342 UNIX. When `directory`, the home directory is a regular directory, but the
343 `~/.identity` file in it contains the user's user record, so that the directory
344 is self-contained. Similar, `subvolume` is a `btrfs` subvolume that also
345 contains a `~/.identity` user record; `fscrypt` is an `fscrypt`-encrypted
346 directory, also containing the `~/.identity` user record; `luks` is a per-user
347 LUKS volume that is mounted as home directory, and `cifs` a home directory
348 mounted from a Windows File Share. The five latter types are primarily used by
349 `systemd-homed` when managing home directories, but may be used if other
350 managers are used too. If this is not set `classic` is the implied default.
351
352 `diskSize` → An unsigned 64bit integer, indicating the intended home directory
353 disk space in bytes to assign to the user. Depending on the selected storage
354 type this might be implement differently: for `luks` this is the intended size
355 of the file system and LUKS volume, while for the others this likely translates
356 to classic file system quota settings.
357
358 `diskSizeRelative` → Similar to `diskSize` but takes a relative value, but
359 specifies a fraction of the available disk space on the selected storage medium
360 to assign to the user. This unsigned integer value is normalized to 2^32 =
361 100%.
362
363 `skeletonDirectory` → Takes a string with the absolute path to the skeleton
364 directory to populate a new home directory from. This is only used when a home
365 directory is first created, and defaults to `/etc/skel` if not defined.
366
367 `accessMode` → Takes an unsigned integer in the range 0…511 indicating the UNIX
368 access mask for the home directory when it is first created.
369
370 `tasksMax` → Takes an unsigned 64bit integer indicating the maximum number of
371 tasks the user may start in parallel during system runtime. This value is
372 enforced on all tasks (i.e. processes and threads) the user starts or that are
373 forked off these processes regardless if the change user identity (for example
374 by setuid binaries/`su`/`sudo` and
375 similar). [`systemd-logind.service`](https://www.freedesktop.org/software/systemd/man/systemd-logind.service.html)
376 enforces this by setting the `TasksMax` slice property for the user's slice
377 `user-$UID.slice`.
378
379 `memoryHigh`/`memoryMax` → These take unsigned 64bit integers indicating upper
380 memory limits for all processes of the user (plus all processes forked off them
381 that might have changed user identity), in bytes. Enforced by
382 [`systemd-logind.service`](https://www.freedesktop.org/software/systemd/man/systemd-logind.service.html),
383 similar to `tasksMax`.
384
385 `cpuWeight`/`ioWeight` → These take unsigned integers in the range 1…10000
386 (defaults to 100) and configure the CPU and IO scheduling weights for the
387 user's processes as a whole. Also enforced by
388 [`systemd-logind.service`](https://www.freedesktop.org/software/systemd/man/systemd-logind.service.html),
389 similar to `tasksMax`, `memoryHigh` and `memoryMax`.
390
391 `mountNoDevices`/`mountNoSuid`/`mountNoExecute` → Three booleans that control
392 the `nodev`, `nosuid`, `noexec` mount flags of the user's home
393 directories. Note that these booleans are only honored if the home directory
394 is managed by a subsystem such as `systemd-homed.service` that automatically
395 mounts home directories on login.
396
397 `cifsDomain` → A string indicating the Windows File Sharing domain (CIFS) to
398 use. This is generally useful, but particularly when `cifs` is used as storage
399 mechanism for the user's home directory, see above.
400
401 `cifsUserName` → A string indicating the Windows File Sharing user name (CIFS)
402 to associate this user record with. This is generally useful, but particularly
403 useful when `cifs` is used as storage mechanism for the user's home directory,
404 see above.
405
406 `cifsService` → A string indicating the Windows File Share service (CIFS) to
407 mount as home directory of the user on login.
408
409 `imagePath` → A string with an absolute file system path to the file, directory
410 or block device to use for storage backing the home directory. If the `luks`
411 storage is used this refers to the loopback file or block device node to store
412 the LUKS volume on. For `fscrypt`, `directory`, `subvolume` this refers to the
413 directory to bind mount as home directory on login. Not defined for `classic`
414 or `cifs`.
415
416 `homeDirectory` → A string with an absolute file system path to the home
417 directory. This is where the image indicated in `imagePath` is mounted to on
418 login and thus indicates the application facing home directory while the home
419 directory is active, and is what the user's `$HOME` environment variable is set
420 to during log-in. It corresponds to the `pw_dir` field of `struct passwd`.
421
422 `uid` → An unsigned integer in the range 0…4294967295: the numeric UNIX user ID (UID) to
423 use for the user. This corresponds to the `pw_uid` field of `struct passwd`.
424
425 `gid` → An unsigned integer in the range 0…4294967295: the numeric UNIX group
426 ID (GID) to use for the user. This corresponds to the `pw_gid` field of
427 `struct passwd`.
428
429 `memberOf` → An array of strings, each indicating a UNIX group this user shall
430 be a member of. The listed strings must be valid group names, but it is not
431 required that all groups listed exist in all contexts: any entry for which no
432 group exists should be silently ignored.
433
434 `fileSystemType` → A string, one of `ext4`, `xfs`, `btrfs` (possibly others) to
435 use as file system for the user's home directory. This is primarily relevant
436 when the storage mechanism used is `luks` as a file system to use inside the
437 LUKS container must be selected.
438
439 `partitionUuid` → A string containing a lower-case, text-formatted UUID, referencing
440 the GPT partition UUID the home directory is located in. This is primarily
441 relevant when the storage mechanism used is `luks`.
442
443 `luksUuid` → A string containing a lower-case, text-formatted UUID, referencing
444 the LUKS volume UUID the home directory is located in. This is primarily
445 relevant when the storage mechanism used is `luks`.
446
447 `fileSystemUuid` → A string containing a lower-case, text-formatted UUID,
448 referencing the file system UUID the home directory is located in. This is
449 primarily relevant when the storage mechanism used is `luks`.
450
451 `luksDiscard` → A boolean. If true and `luks` storage is used controls whether
452 the loopback block devices, LUKS and the file system on top shall be used in
453 `discard` mode, i.e. erased sectors should always be returned to the underlying
454 storage. If false and `luks` storage is used turns this behavior off. In
455 addition, depending on this setting an `FITRIM` or `fallocate()` operation is
456 executed to make sure the image matches the selected option.
457
458 `luksCipher` → A string, indicating the cipher to use for the LUKS storage mechanism.
459
460 `luksCipherMode` → A string, selecting the cipher mode to use for the LUKS storage mechanism.
461
462 `luksVolumeKeySize` → An unsigned integer, indicating the volume key length in
463 bytes to use for the LUKS storage mechanism.
464
465 `luksPbkdfHashAlgorithm` → A string, selecting the hash algorithm to use for
466 the PBKDF operation for the LUKS storage mechanism.
467
468 `luksPbkdfType` → A string, indicating the PBKDF type to use for the LUKS storage mechanism.
469
470 `luksPbkdfTimeCostUSec` → An unsigned 64bit integer, indicating the intended
471 time cost for the PBKDF operation, when the LUKS storage mechanism is used, in
472 µs.
473
474 `luksPbkdfMemoryCost` → An unsigned 64bit integer, indicating the intended
475 memory cost for the PBKDF operation, when LUKS storage is used, in bytes.
476
477 `luksPbkdfParallelThreads` → An unsigned 64bit integer, indicating the intended
478 required parallel threads for the PBKDF operation, when LUKS storage is used.
479
480 `service` → A string declaring the service that defines or manages this user
481 record. It is recommended to use reverse domain name notation for this. For
482 example, if `systemd-homed` manages a user a string of `io.systemd.Home` is
483 used for this.
484
485 `rateLimitIntervalUSec` → An unsigned 64bit integer that configures the
486 authentication rate limiting enforced on the user account. This specifies a
487 timer interval (in µs) within which to count authentication attempts. When the
488 counter goes above the value configured n `rateLimitIntervalBurst` log-ins are
489 temporarily refused until the interval passes.
490
491 `rateLimitIntervalBurst` → An unsigned 64bit integer, closely related to
492 `rateLimitIntervalUSec`, that puts a limit on authentication attempts within
493 the configured time interval.
494
495 `enforcePasswordPolicy` → A boolean. Configures whether to enforce the system's
496 password policy when creating the home directory for the user or changing the
497 user's password. By default the policy is enforced, but if this field is false
498 it is bypassed.
499
500 `autoLogin` → A boolean. If true the user record is marked as suitable for
501 auto-login. Systems are supposed to automatically log in a user marked this way
502 during boot, if there's exactly one user on it defined this way.
503
504 `stopDelayUSec` → An unsigned 64bit integer, indicating the time in µs the
505 per-user service manager is kept around after the user fully logged out. This
506 value is honored by
507 [`systemd-logind.service`](https://www.freedesktop.org/software/systemd/man/systemd-logind.service.html). If
508 set to zero the per-user service manager is immediately terminated when the
509 user logs out, and longer values optimize high-frequency log-ins as the
510 necessary work to set up and tear down a log-in is reduced if the service
511 manager stays running.
512
513 `killProcesses` → A boolean. If true all processes of the user are
514 automatically killed when the user logs out. This is enforced by
515 [`systemd-logind.service`](https://www.freedesktop.org/software/systemd/man/systemd-logind.service.html). If
516 false any processes left around when the user logs out are left running.
517
518 `passwordChangeMinUSec`/`passwordChangeMaxUSec` → An unsigned 64bit integer,
519 encoding how much time has to pass at least/at most between password changes of
520 the user. This corresponds with the `sp_min` and `sp_max` fields of `struct
521 spwd` (i.e. the `/etc/shadow` entries of the user), but offers finer
522 granularity.
523
524 `passwordChangeWarnUSec` → An unsigned 64bit integer, encoding how much time to
525 warn the user before their password expires, in µs. This corresponds with the
526 `sp_warn` field of `struct spwd`.
527
528 `passwordChangeInactiveUSec` → An unsigned 64bit integer, encoding how much
529 time has to pass after the password expired that the account is
530 deactivated. This corresponds with the `sp_inact` field of `struct spwd`.
531
532 `passwordChangeNow` → A boolean. If true the user has to change their password
533 on next login. This corresponds with the `sp_lstchg` field of `struct spwd`
534 being set to zero.
535
536 `pkcs11TokenUri` → An array of strings, each with an RFC 7512 compliant PKCS#11
537 URI referring to security token (or smart card) of some form, that shall be
538 associated with the user and may be used for authentication. The URI is used to
539 search for an X.509 certificate and associated private key that may be used to
540 decrypt an encrypted secret key that is used to unlock the user's account (see
541 below). It's undefined how precise the URI is: during log-in it is tested
542 against all plugged in security tokens and if there's exactly one matching
543 private key found with it it is used.
544
545 `privileged` → An object, which contains the fields of the `privileged` section
546 of the user record, see below.
547
548 `perMachine` → An array of objects, which contain the `perMachine` section of
549 the user record, and thus fields to apply on specific systems only, see below.
550
551 `binding` → An object, keyed by machine IDs formatted as strings, pointing
552 to objects that contain the `binding` section of the user record,
553 i.e. additional fields that bind the user record to a specific machine, see
554 below.
555
556 `status` → An object, keyed by machine IDs formatted as strings, pointing to
557 objects that contain the `status` section of the user record, i.e. additional
558 runtime fields that expose the current status of the user record on a specific
559 system, see below.
560
561 `signature` → An array of objects, which contain cryptographic signatures of
562 the user record, i.e. the fields of the `signature` section of the user record,
563 see below.
564
565 `secret` → An object, which contains the fields of the `secret` section of the
566 user record, see below.
567
568 ## Fields in the `privileged` section
569
570 As mentioned, the `privileged` section is encoded in a sub-object of the user
571 record top-level object, in the `privileged` field. Any data included in this
572 object shall only be visible to the administrator and the user themselves, and
573 be suppressed implicitly when other users get access to a user record. It thus
574 takes the role of the `/etc/shadow` records for each user, which has similarly
575 restrictive access semantics. The following fields are currently defined:
576
577 `passwordHint` → A user-selected password hint in free-form text. This should
578 be a string like "What's the name of your first pet?", but is entirely for the
579 user to choose.
580
581 `hashPassword` → An array of strings, each containing a hashed UNIX password
582 string, in the format
583 [`crypt(3)`](http://man7.org/linux/man-pages/man3/crypt.3.html) generates. This
584 corresponds with `sp_pwdp` field of `struct spwd` (and in a way the `pw_passwd`
585 field of `struct passwd`).
586
587 `sshAuthorizedKeys` → An array of strings, each listing an SSH public key that
588 is authorized to access the account. The strings should follow the same format
589 as the lines in the traditional `~/.ssh/authorized_key` file.
590
591 `pkcs11EncryptedKey` → An array of objects. Each element of the array should be
592 an object consisting of three string fields: `uri` shall contain a PKCS#11
593 security token URI, `data` shall contain a Base64 encoded encrypted key and
594 `hashedPassword` shall contain a UNIX password hash to test the key
595 against. Authenticating with a security token against this account shall work
596 as follows: the encrypted secret key is converted from its Base64
597 representation into binary, then decrypted with the PKCS#11 `C_Decrypt()`
598 function of the PKCS#11 module referenced by the specified URI, using the
599 private key found on the same token. The resulting decrypted key is then
600 Base64-encoded and tested against the specified UNIX hashed password. The
601 Base64-enceded decrypted key may also be used to unlock further resources
602 during log-in, for example the LUKS or `fscrypt` storage backend. It is
603 generally recommended that for each entry in `pkcs11EncryptedKey` there's also
604 a matching one in `pkcs11TokenUri` and vice versa, with the same URI, appearing
605 in the same order, but this should not be required by applications processing
606 user records.
607
608 ## Fields in the `perMachine` section
609
610 As mentioned, the `perMachine` section contains settings that shall apply to
611 specific systems only. This is primarily interesting for resource management
612 properties as they tend to require a per-system focus, however they may be used
613 for other purposes too.
614
615 The `perMachine` field in the top-level object is an array of objects. When
616 processing the user record first the various fields on the top-level object
617 should be used. Then this array should be iterated in order, and the various
618 settings be applied that match either the indicated machine ID or host
619 name. There may be multiple array entries that match a specific system, in
620 which case all the object's setting should be applied. If the same option is
621 set in the top-level object as in a per-machine object the latter wins and
622 entirely undoes the setting in the top-level object (i.e. no merging of
623 properties that are arrays themselves is done). If the same option is set in
624 multiple per-machine objects the one specified later in the array wins (and
625 here too no merging of individual fields is done, the later field always wins
626 in full).
627
628 The following fields are defined in this section:
629
630 `matchMachineId` → An array of strings with each a formatted 128bit ID in
631 hex. If any of the specified IDs match the system's local machine ID
632 (i.e. matches `/etc/machine-id`) the fields in this object are honored.
633
634 `matchHostname` → An array of string with a each a valid hostname. If any of
635 the specified hostnames match the system's local hostname, the fields in this
636 object are honored. If both `matchHostname` and `matchMachineId` are used
637 within the same array entry, the object is honored when either match succeeds,
638 i.e. the two match types are combined in OR, not in AND.
639
640 These two are the only two fields specific to this section. All other fields
641 that may be used in this section are identical to the equally named ones in the
642 `regular` section (i.e. at the top-level object). Specifically, these are:
643
644 `iconName`, `location`, `shell`, `umask`, `environment`, `timeZone`,
645 `preferredLanguage`, `niceLevel`, `resourceLimits`, `locked`, `notBeforeUSec`,
646 `notAfterUSec`, `storage`, `diskSize`, `diskSizeRelative`, `skeletonDirectory`,
647 `accessMode`, `tasksMax`, `memoryHigh`, `memoryMax`, `cpuWeight`, `ioWeight`,
648 `mountNoDevices`, `mountNoSuid`, `mountNoExecute`, `cifsDomain`,
649 `cifsUserName`, `cifsService`, `imagePath`, `uid`, `gid`, `memberOf`,
650 `fileSystemType`, `partitionUuid`, `luksUuid`, `fileSystemUuid`, `luksDiscard`,
651 `luksCipher`, `luksCipherMode`, `luksVolumeKeySize`, `luksPbkdfHashAlgorithm`,
652 `luksPbkdfType`, `luksPbkdfTimeCostUSec`, `luksPbkdfMemoryCost`,
653 `luksPbkdfParallelThreads`, `rateLimitIntervalUSec`, `rateLimitBurst`,
654 `enforcePasswordPolicy`, `autoLogin`, `stopDelayUSec`, `killProcesses`,
655 `passwordChangeMinUSec`, `passwordChangeMaxUSec`, `passwordChangeWarnUSec`,
656 `passwordChangeInactiveUSec`, `passwordChangeNow`, `pkcs11TokenUri`.
657
658 ## Fields in the `binding` section
659
660 As mentioned, the `binding` section contains additional fields about the user
661 record, that bind it to the local system. These fields are generally used by a
662 local user manager (such as `systemd-homed.service`) to add in fields that make
663 sense in a local context but not necessarily in a global one. For example, a
664 user record that contains no `uid` field in the regular section is likely
665 extended with one in the `binding` section to assign a local UID if no global
666 UID is defined.
667
668 All fields in the `binding` section only make sense in a local context and are
669 suppressed when the user record is ported between systems. The `binding` section
670 is generally persisted on the system but not in the home directories themselves
671 and the home directory is supposed to be fully portable and thus not contain
672 the information that `binding` is supposed to contain that binds the portable
673 record to a specific system.
674
675 The `binding` sub-object on the top-level user record object is keyed by the
676 machine ID the binding is intended for, which point to an object with the
677 fields of the bindings. These fields generally match fields that may also be
678 defined in the `regular` and `perMachine` sections, however override
679 both. Usually, the `binding` value should not contain settings different from
680 those set via `regular` or `perMachine`, however this might happen if some
681 settings are not supported locally (think: `fscrypt` is recorded as intended
682 storage mechanism in the `regular` section, but the local kernel does not
683 support `fscrypt`, hence `directory` was chosen as implicit fallback), or have
684 been changed in the `regular` section through updates (e.g. a home directory
685 was created with `luks` as storage mechanism but later the user record was
686 updated to prefer `subvolume`, which however doesn't change the actual storage
687 used already which is pinned in the `binding` section).
688
689 The following fields are defined in the `binding` section. They all have an
690 identical format and override their equally named counterparts in the `regular`
691 and `perMachine` sections:
692
693 `imagePath`, `homeDirectory`, `partitionUuid`, `luksUuid`, `fileSystemUuid`,
694 `uid`, `gid`, `storage`, `fileSystemType`, `luksCipher`, `luksCipherMode`,
695 `luksVolumeKeySize`.
696
697 ## Fields in the `status` section
698
699 As mentioned, the `status` section contains additional fields about the user
700 record that are exclusively acquired during runtime, and that expose runtime
701 metrics of the user and similar metadata that shall not be persisted but are
702 only acquired "on-the-fly" when requested.
703
704 This section is arranged similarly to the `binding` section: the `status`
705 sub-object of the top-level user record object is keyed by the machine ID,
706 which points to the object with the fields defined here. The following fields
707 are defined:
708
709 `diskUsage` → An unsigned 64bit integer. The currently used disk space of the
710 home directory in bytes. This value might be determined in different ways,
711 depending on the selected storage mechanism. For LUKS storage this is the file
712 size of the loopback file or block device size. For the
713 directory/subvolume/fscrypt storage this is the current disk space used as
714 reported by the file system quota subsystem.
715
716 `diskFree` → An unsigned 64bit integer, denoting the number of "free" bytes in
717 the disk space allotment, i.e. usually the difference between the disk size as
718 reported by `diskSize` and the used already as reported in `diskFree`, but
719 possibly skewed by metadata sizes, disk compression and similar.
720
721 `diskSize` → An unsigned 64bit integer, denoting the disk space currently
722 allotted to the user, in bytes. Depending on the storage mechanism this can mean
723 different things (see above). In contrast to the top-level field of the same
724 (or the one in the `perMachine` section), this field reports the current size
725 allotted to the user, not the intended one. The values may differ when user
726 records are updated without the home directory being re-sized.
727
728 `diskCeiling`/`diskFloor` → Unsigned 64bit integers indicating upper and lower
729 bounds when changing the `diskSize` value, in bytes. These values are typically
730 derived from the underlying data storage, and indicate in which range the home
731 directory may be re-sized in, i.e. in which sensible range the `diskSize` value
732 should be kept.
733
734 `state` → A string indicating the current state of the home directory. The
735 precise set of values exposed here are up to the service managing the home
736 directory to define (i.e. are up to the service identified with the `service`
737 field below). However, it is recommended to stick to a basic vocabulary here:
738 `inactive` for a home directory currently not mounted, `absent` for a home
739 directory that cannot be mounted currently because it does not exist on the
740 local system, `active` for a home directory that is currently mounted and
741 accessible.
742
743 `service` → A string identifying the service that manages this user record. For
744 example `systemd-homed.service` sets this to `io.systemd.Home` to all user
745 records it manages. This is particularly relevant to define clearly the context
746 in which `state` lives, see above. Note that this field also exists on the
747 top-level object (i.e. in the `regular` section), which it overrides. The
748 `regular` field should be used if conceptually the user record can only be
749 managed by the specified service, and this `status` field if it can
750 conceptually be managed by different managers, but currently is managed by the
751 specified one.
752
753 `signedLocally` → A boolean. If true indicates that the user record is signed
754 by a public key for which the private key is available locally. This means that
755 the user record may be modified locally as it can be re-signed with the private
756 key. If false indicates that the user record is signed by a public key
757 recognized by the local manager but whose private key is not available
758 locally. This means the user record cannot be modified locally as it couldn't
759 be signed afterwards.
760
761 `goodAuthenticationCounter` → An unsigned 64bit integer. This counter is
762 increased by one on every successful authentication attempt, i.e. an
763 authentication attempt where a security token of some form was presented and it
764 was correct.
765
766 `badAuthenticationCounter` → An unsigned 64bit integer. This counter is
767 increased by one on every unsuccessfully authentication attempt, i.e. an
768 authentication attempt where a security token of some form was presented and it
769 was incorrect.
770
771 `lastGoodAuthenticationUSec` → An unsigned 64bit integer, indicating the time
772 of the last successful authentication attempt in µs since the UNIX epoch (1970).
773
774 `lastBadAuthenticationUSec` → Similar, but the timestamp of the last
775 unsuccessfully authentication attempt.
776
777 `rateLimitBeginUSec` → An unsigned 64bit integer: the µs timestamp since the
778 UNIX epoch (1970) where the most recent rate limiting interval has been
779 started, as configured with `rateLimitIntervalUSec`.
780
781 `rateLimitCount` → An unsigned 64bit integer, counting the authentication
782 attempts in the current rate limiting interval, see above. If this counter
783 grows beyond the value configured in `rateLimitBurst` authentication attempts
784 are temporarily refused.
785
786 `removable` → A boolean value. If true the manager of this user record
787 determined the home directory being on removable media. If false it was
788 determined the home directory is in internal built-in media. (This is used by
789 `systemd-logind.service` to automatically pick the right default value for
790 `stopDelayUSec` if the field is not explicitly specified: for home directories
791 on removable media the delay is selected very low to minimize the chance the
792 home directory remains in unclean state if the storage device is removed from
793 the system by the user).
794
795 ## Fields in the `signature` section
796
797 As mentioned, the `signature` section of the user record may contain one or
798 more cryptographic signatures of the user record. Like all others, this section
799 is optional, and only used when cryptographic validation of user records shall
800 be used. Specifically, all user records managed by `systemd-homed.service` will
801 carry such signatures and the service refuses managing user records that come
802 without signature or with signatures not recognized by any locally defined
803 public key.
804
805 The `signature` field in the top-level user record object is an array of
806 objects. Each object encapsulates one signature and has two fields: `data` and
807 `key` (both are strings). The `data` field contains the actual signature,
808 encoded in base64, the `key` field contains a copy of the public key whose
809 private key was used to make the signature, in PEM format. Currently only
810 signatures with Ed25519 keys are defined.
811
812 Before signing the user record should be brought into "normalized" form,
813 i.e. the keys in all objects should be sorted alphabetically. All redundant
814 white-space and newlines should be removed and the JSON text then signed.
815
816 The signatures only cover the `regular`, `perMachine` and `privileged` sections
817 of the user records, all other sections (include `signature` itself), are
818 removed before the signature is calculated.
819
820 Rationale for signing and threat model: while a multi-user operating system
821 like Linux strives for being sufficiently secure even after a user acquired a
822 local login session reality tells us this is not the case. Hence it is
823 essential to restrict carefully which users may gain access to a system and
824 which ones shall not. A minimal level of trust must be established between
825 system, user record and the user themselves before a log-in request may be
826 permitted. In particular if the home directory is provided in its own LUKS2
827 encapsulated file system it is essential this trust is established before the
828 user logs in (and hence the file system mounted), since file system
829 implementations on Linux are well known to be relatively vulnerable to rogue
830 disk images. User records and home directories in many context are expected to
831 be something shareable between multiple systems, and the transfer between them
832 might not happen via exclusively trusted channels. Hence it's essential that
833 the user record is not manipulated between uses. Finally, resource management
834 (which may be done by the various fields of the user record) is security
835 sensitive, since it should forcefully lock the user into the assigned resource
836 usage and not allow them to use more. The requirement of being able to trust
837 the user record data combined with the potential transfer over untrusted
838 channels suggest a cryptographic signature mechanism where only user records
839 signed by a recognized key are permitted to log in locally.
840
841 Note that other mechanisms for establishing sufficient trust exist too, and are
842 perfectly valid as well. For example, systems like LDAP/ActiveDirectory
843 generally insist on user record transfer from trusted servers via encrypted TLS
844 channels only. Or traditional UNIX users created locally in `/etc/passwd` never
845 exist outside of the local trusted system, hence transfer and trust in the
846 source are not an issue. The major benefit of operating with signed user
847 records is that they are self-sufficiently trusted, not relying on a secure
848 channel for transfer, and thus being compatible with a more distributed model
849 of home directory transfer, including on USB sticks and such.
850
851 ## Fields in the `secret` section
852
853 As mentioned, the `secret` section of the user record should never be persisted
854 nor transferred across machines. It is only defined in short-lived operations,
855 for example when a user record is first created or registered, as the secret
856 key data needs to be available to derive encryption keys from and similar.
857
858 The `secret` field of the top-level user record contains the following fields:
859
860 `password` → an array of strings, each containing a plain text password.
861
862 `pkcs11Pin` → an array of strings, each containing a plain text PIN, suitable
863 for unlocking PKCS#11 security tokens that require that.
864
865 `pkcs11ProtectedAuthenticationPathPermitted` → a boolean. If set to true allows
866 the receiver to use the PKCS#11 "protected authentication path" (i.e. a
867 physical button/touch element on the security token) for authenticating the
868 user. If false or unset authentication this way shall not be attempted.
869
870 ## Mapping to `struct passwd` and `struct spwd`
871
872 When mapping classic UNIX user records (i.e. `struct passwd` and `struct spwd`)
873 to JSON user records the following mappings should be applied:
874
875 | Structure | Field | Section | Field | Condition |
876 |-----------------|-------------|--------------|------------------------------|----------------------------|
877 | `struct passwd` | `pw_name` | `regular` | `userName` | |
878 | `struct passwd` | `pw_passwd` | `privileged` | `password` | (See notes below) |
879 | `struct passwd` | `pw_uid` | `regular` | `uid` | |
880 | `struct passwd` | `pw_gid` | `regular` | `gid` | |
881 | `struct passwd` | `pw_gecos` | `regular` | `realName` | |
882 | `struct passwd` | `pw_dir` | `regular` | `homeDirectory` | |
883 | `struct passwd` | `pw_shell` | `regular` | `shell` | |
884 | `struct spwd` | `sp_namp` | `regular` | `userName` | |
885 | `struct spwd` | `sp_pwdp` | `privileged` | `password` | (See notes below) |
886 | `struct spwd` | `sp_lstchg` | `regular` | `lastPasswordChangeUSec` | (if `sp_lstchg` > 0) |
887 | `struct spwd` | `sp_lstchg` | `regular` | `passwordChangeNow` | (if `sp_lstchg` == 0) |
888 | `struct spwd` | `sp_min` | `regular` | `passwordChangeMinUSec` | |
889 | `struct spwd` | `sp_max` | `regular` | `passwordChangeMaxUSec` | |
890 | `struct spwd` | `sp_warn` | `regular` | `passwordChangeWarnUSec` | |
891 | `struct spwd` | `sp_inact` | `regular` | `passwordChangeInactiveUSec` | |
892 | `struct spwd` | `sp_expire` | `regular` | `locked` | (if `sp_expire` in [0, 1]) |
893 | `struct spwd` | `sp_expire` | `regular` | `notAfterUSec` | (if `sp_expire` > 1) |
894
895 At this time almost all Linux machines employ shadow passwords, thus the
896 `pw_passwd` field in `struct passwd` is set to `"x"`, and the actual password
897 is stored in the shadow entry `struct spwd`'s field `sp_pwdp`.
898
899 ## Extending These Records
900
901 User records following this specifications are supposed to be extendable for
902 various applications. In general, subsystems are free to introduce their own
903 keys, as long as:
904
905 * Care should be taken to place the keys in the right section, i.e. the most
906 appropriate for the data field.
907
908 * Care should be taken to avoid namespace clashes. Please prefix your fields
909 with a short identifier of your project to avoid ambiguities and
910 incompatibilities.
911
912 * This specification is supposed to be a living specification. If you need
913 additional fields, please consider submitting them upstream for inclusion in
914 this specification. If they are reasonably universally useful, it would be
915 best to list them here.
916
917 ## Examples
918
919 The shortest valid user record looks like this:
920
921 ```json
922 {
923 "userName" : "u"
924 }
925 ```
926
927 A reasonable user record for a system user might look like this:
928
929 ```json
930 {
931 "userName" : "httpd",
932 "uid" : 473,
933 "gid" : 473,
934 "disposition" : "system",
935 "locked" : true
936 }
937 ```
938
939 A fully featured user record associated with a home directory managed by
940 `systemd-homed.service` might look like this:
941
942 ```json
943 {
944 "autoLogin" : true,
945 "binding" : {
946 "15e19cf24e004b949ddaac60c74aa165" : {
947 "fileSystemType" : "ext4",
948 "fileSystemUuid" : "758e88c8-5851-4a2a-b88f-e7474279c111",
949 "gid" : 60232,
950 "homeDirectory" : "/home/grobie",
951 "imagePath" : "/home/grobie.home",
952 "luksCipher" : "aes",
953 "luksCipherMode" : "xts-plain64",
954 "luksUuid" : "e63581ba-79fb-4226-b9de-1888393f7573",
955 "luksVolumeKeySize" : 32,
956 "partitionUuid" : "41f9ce04-c827-4b74-a981-c669f93eb4dc",
957 "storage" : "luks",
958 "uid" : 60232
959 }
960 },
961 "disposition" : "regular",
962 "enforcePasswordPolicy" : false,
963 "lastChangeUSec" : 1565950024279735,
964 "memberOf" : [
965 "wheel"
966 ],
967 "privileged" : {
968 "hashedPassword" : [
969 "$6$WHBKvAFFT9jKPA4k$OPY4D4TczKN/jOnJzy54DDuOOagCcvxxybrwMbe1SVdm.Bbr.zOmBdATp.QrwZmvqyr8/SafbbQu.QZ2rRvDs/"
970 ]
971 },
972 "signature" : [
973 {
974 "data" : "LU/HeVrPZSzi3MJ0PVHwD5m/xf51XDYCrSpbDRNBdtF4fDVhrN0t2I2OqH/1yXiBidXlV0ptMuQVq8KVICdEDw==",
975 "key" : "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEA/QT6kQWOAMhDJf56jBmszEQQpJHqDsGDMZOdiptBgRk=\n-----END PUBLIC KEY-----\n"
976 }
977 ],
978 "userName" : "grobie",
979 "status" : {
980 "15e19cf24e004b949ddaac60c74aa165" : {
981 "goodAuthenticationCounter" : 16,
982 "lastGoodAuthenticationUSec" : 1566309343044322,
983 "rateLimitBeginUSec" : 1566309342340723,
984 "rateLimitCount" : 1,
985 "state" : "inactive",
986 "service" : "io.systemd.Home",
987 "diskSize" : 161118667776,
988 "diskCeiling" : 190371729408,
989 "diskFloor" : 5242880,
990 "signedLocally" : true
991 }
992 }
993 }
994 ```
995
996 When `systemd-homed.service` manages a home directory it will also include a
997 version of the user record in the home directory itself in the `~/.identity`
998 file. This version lacks the `binding` and `status` sections which are used for
999 local management of the user, but are not intended to be portable between
1000 systems. It would hence look like this:
1001
1002 ```json
1003 {
1004 "autoLogin" : true,
1005 "disposition" : "regular",
1006 "enforcePasswordPolicy" : false,
1007 "lastChangeUSec" : 1565950024279735,
1008 "memberOf" : [
1009 "wheel"
1010 ],
1011 "privileged" : {
1012 "hashedPassword" : [
1013 "$6$WHBKvAFFT9jKPA4k$OPY4D4TczKN/jOnJzy54DDuOOagCcvxxybrwMbe1SVdm.Bbr.zOmBdATp.QrwZmvqyr8/SafbbQu.QZ2rRvDs/"
1014 ]
1015 },
1016 "signature" : [
1017 {
1018 "data" : "LU/HeVrPZSzi3MJ0PVHwD5m/xf51XDYCrSpbDRNBdtF4fDVhrN0t2I2OqH/1yXiBidXlV0ptMuQVq8KVICdEDw==",
1019 "key" : "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEA/QT6kQWOAMhDJf56jBmszEQQpJHqDsGDMZOdiptBgRk=\n-----END PUBLIC KEY-----\n"
1020 }
1021 ],
1022 "userName" : "grobie",
1023 }
1024 ```