summaryrefslogtreecommitdiff
path: root/docs/USER_RECORD.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: s/authorized_key/authorized_keys/Frantisek Sumsal2023-03-241-1/+1
|
* treewide: fix a few typos in NEWS, docs and commentsDmitry V. Levin2023-02-151-1/+1
|
* Implement --luks-pbkdf-force-iterations for homedAidan Dang2022-12-061-2/+5
|
* Implement --luks-sector-size for homedAidan Dang2022-10-071-1/+5
|
* Use https for man7.orgMichael Biebl2022-06-281-4/+4
|
* docs: use relative linksBenjamin Franzke2022-05-181-8/+7
| | | | | | | | | | | | | | | | Allows for links to work both on systemd.io (or forks) and when viewed on https://github.com/systemd/systemd/tree/main/docs Note that the markdown links are converted by jekyll-relative-links[1] to html. This plugin is enabled by default on github pages[2][3]. Due to a bug in jekyll-relative-links – see https://github.com/benbalter/jekyll-relative-links/issues/61 – we need to avoid line-wrapped links when using relative markdown links. [1] https://github.com/benbalter/jekyll-relative-links [2] https://github.blog/2016-12-05-relative-links-for-github-pages/ [3] https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll#plugins
* docs: fix typos and improve languageErik Sjölund2022-01-261-6/+6
| | | | | Fix typos and improve the language by adding a few commas and a missing word.
* tree-wide: fix typoYu Watanabe2021-11-301-1/+2
|
* user-record: add rebalanceWeight fieldLennart Poettering2021-11-251-3/+10
|
* man/doc: document auto resize modesLennart Poettering2021-11-231-0/+6
|
* Merge pull request #21333 from poettering/homed-report-fs-and-access-modeLennart Poettering2021-11-131-0/+5
|\ | | | | homed: report actual home dir access mode and fs type in effect
| * doc: document the two new accessMode/fileSystemType fieldsLennart Poettering2021-11-121-0/+5
| |
* | doc: document the new luksExtraMountOptions conceptLennart Poettering2021-11-121-0/+3
|/
* docs: document what integer range we expect from JSON parsersLennart Poettering2021-10-281-0/+5
|
* homework: allow specifying explicit additional mount options when using CIFS ↵Lennart Poettering2021-10-271-9/+13
| | | | | | | | backend This is useful since certain shares can only be mounted with additional mount flags. For example the SMB share in modern AVM Fritz!Boxes requires "noserverino" to be set to work from Linux.
* homework: allow specifying a dir component in CIFS servicesLennart Poettering2021-10-271-1/+3
| | | | | | | | | | Allow specifying CIFS services in the format //host/service/subdir/… to allow multiple homedirs on the same share, and not in the main dir of the share. All other backends allow placing the data store at arbitrary places, let's allow this too for the CIFS backend. This is particularly useful for testing.
* docs: add spdx tags to all .md filesZbigniew Jędrzejewski-Szmek2021-09-271-0/+1
| | | | | | I have no idea if this is going to cause rendering problems, and it is fairly hard to check. So let's just merge this, and if it github markdown processor doesn't like it, revert.
* tree-wide: "a" -> "an"Yu Watanabe2021-06-301-2/+2
|
* homectl: store FIDO2 up/uv/clientPin fields in user records tooLennart Poettering2021-06-011-8/+18
| | | | | | | | | | | | This catches up homed's FIDO2 support with cryptsetup's: we'll now store the uv/up/clientPin configuration at enrollment in the user record JSON data, and use it when authenticating with it. This also adds explicit "uv" support: we'll only allow it to happen when the client explicity said it's OK. This is then used by clients to print a nice message suggesting "uv" has to take place before retrying allowing it this time. This is modelled after the existing handling for "up".
* docs: link info about static user/group drop-in files from the relevant specsLennart Poettering2021-05-101-1/+5
|
* docs: document new recovery key user record fieldsLennart Poettering2020-08-251-0/+24
|
* docs: document new description fieldLennart Poettering2020-08-071-6/+8
| | | | Also, explain GECOS syntax requirements.
* tree-wide: more repeated wordsZbigniew Jędrzejewski-Szmek2020-07-071-1/+1
|
* man: do not say that tasks are threads and processesZbigniew Jędrzejewski-Szmek2020-07-061-5/+5
| | | | | This is confusing because the reader might think that processes and threads are counted separately. Another issue pointed out in #16363.
* Fix two typos found by codespellZbigniew Jędrzejewski-Szmek2020-07-061-1/+1
|
* docs: document new FIDO2 user record fieldsLennart Poettering2020-07-011-11/+37
|
* user-record: rename JSON field "pkcs11Pin" to "tokenPin"Lennart Poettering2020-07-011-2/+4
| | | | | | | 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.
* USER_RECORD: fix typoLennart Poettering2020-06-161-1/+1
| | | | Fixes: #16172
* docs: document the new offline discard logicLennart Poettering2020-05-071-5/+10
|
* docs: introduce documentation category for user/group stuffLennart Poettering2020-04-111-1/+1
| | | | | We have so many different docs on various facets of user/group stuff, let's add our own category for it.
* docs: hook up the new USER_NAMES document everywhereLennart Poettering2020-04-081-1/+2
| | | | | (Also correct the set of names we accept in User=, which was forgotten to be updated in ae480f0b09aec815b64579bb1828ea935d8ee236.
* docs: fix typoLucas Werkmeister2020-03-061-1/+1
|
* docs: fix misplaced close-parenLucas Werkmeister2020-03-061-1/+1
| | | | | | I assume it’s supposed to be “see Home Directories for details” and not “… and embeds these JSON records directly in the home directory images … for details”, but the previous text suggested the latter reading to me.
* docs: Correct resource weight rangeMichal Koutný2020-02-051-3/+3
|
* docs: formatting fix (#14707)mtron2020-01-311-1/+1
| | | fixes formatting in the last paragraph of the 'General Structure' chapter.
* fix links to GROUP_RECORD and USER_GROUP_APImtron2020-01-301-2/+2
| | | | | | fix 2 more broken links. GROUP_RECORD now points to https://systemd.io/GROUP_RECORD/ and USER_GROUP_API to https://systemd.io/USER_GROUP_API/
* docs: add documentation for JSON user recordsLennart Poettering2020-01-151-0/+1023