mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Add note on snaps to PAM and nsswitch with link to new section in FAQ (#2244)
This commit is contained in:
parent
6ff9082fd2
commit
684d72d09c
|
@ -72,6 +72,11 @@ discussion!
|
||||||
Don't [ask](https://www.youtube.com/watch?v=0QaAKi0NFkA). They just
|
Don't [ask](https://www.youtube.com/watch?v=0QaAKi0NFkA). They just
|
||||||
[do](https://www.youtube.com/shorts/WizH5ae9ozw).
|
[do](https://www.youtube.com/shorts/WizH5ae9ozw).
|
||||||
|
|
||||||
|
## Why aren't snaps launching with `home_alias` set?
|
||||||
|
Snaps rely on AppArmor and [AppArmor doesn't follow symlinks](https://bugs.launchpad.net/apparmor/+bug/1485055). When `home_alias` is any value other than `none` a symlink will be created and pointing to `home_attr`. It is recommended to use alternative software packages to snaps.
|
||||||
|
|
||||||
|
All users in Kanidm can change their name (and their spn) at any time. If you change `home_attr` from `uuid` you must have a plan on how to manage these directory renames in your system.
|
||||||
|
|
||||||
## Why won't you take this FAQ thing seriously?
|
## Why won't you take this FAQ thing seriously?
|
||||||
|
|
||||||
Look, people just haven't asked many questions yet.
|
Look, people just haven't asked many questions yet.
|
||||||
|
|
|
@ -82,6 +82,8 @@ to `spn`.
|
||||||
> UUID folder. Automatic support is provided for this via the unixd tasks daemon, as documented
|
> UUID folder. Automatic support is provided for this via the unixd tasks daemon, as documented
|
||||||
> here.
|
> here.
|
||||||
|
|
||||||
|
> **NOTE:** Ubuntu users please see: [Why aren't snaps launching with home_alias set?](../frequently_asked_questions.md#why-arent-snaps-launching-with-home_alias-set)
|
||||||
|
|
||||||
`use_etc_skel` controls if home directories should be prepopulated with the contents of `/etc/skel`
|
`use_etc_skel` controls if home directories should be prepopulated with the contents of `/etc/skel`
|
||||||
when first created. Defaults to false.
|
when first created. Defaults to false.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue