u2f desktop login: remove nouserok and add troubleshooting#568
u2f desktop login: remove nouserok and add troubleshooting#568blu-nitro wants to merge 10 commits into
Conversation
|
The successful documentation build for 8244db5 was deployed for preview: generated by workflow run 24895582147 (attempt 1) |
|
|
The last line is wrongly indented. |
6ebc74f to
aee9094
Compare
gui method for creating a user account serves no real purpose, as the rest of the documentation requires the user to be comfortable with cli anyway
on modern operating systems this should no longer be necessary also udev rule setup is described in all troubleshooting pages of the relevant nitrokey models
aee9094 to
aafbf82
Compare
ba01011 to
060d9cf
Compare
reflect the fact that pamu2fcfg by default generates the config for the current user instead describe how to configure for multiuser properly
060d9cf to
4d1c090
Compare
jans23
left a comment
There was a problem hiding this comment.
Explain in the introduction: Is this adding a NK as a 2nd factor in addition to a password or does it replace the password? Or will the user have the choice between password and NK usage?
|
|
||
| .. rstcheck: ignore-next-code-block | ||
| .. code-block:: bash | ||
| This step is optional, however it is advised to have a backup Nitrokey in the case of loss, theft or destruction of your primary Nitrokey. |
There was a problem hiding this comment.
Elaborate that this requires a second Nitrokey device. This fact is not clear. Maybe just a single sentence would be sufficient such as "repeat the step to configure another Nitrokey as backup device"
Also the heading "Backup" is not very precise or misleading.
|
|
||
| $ cd /etc/pam.d | ||
| $ sudo $editor common-auth | ||
| $ sudo $EDITOR /etc/pam.d/common-auth |
There was a problem hiding this comment.
$ sudo editor /etc/pam.d/common-auth
|
|
||
| .. contents:: :local: | ||
|
|
||
| .. warning:: |
There was a problem hiding this comment.
Move the warning after the introduction
nouserokappears to be ignored on Ubuntu. Login with password still possible without it ifsufficientcontrol flag is used.fixes #278
Added troubleshooting guide for issues caused by gdm when certain pkcs packages are installed.
General updates and cleanup.