2024-12-21 06:17:12 +01:00
|
|
|
# Kanidm Unixd minimal Service Configuration - /etc/kanidm/unixd
|
2024-10-15 04:27:48 +02:00
|
|
|
# For a full example and documentation, see /usr/share/kanidm-unixd/unixd
|
2024-12-21 06:17:12 +01:00
|
|
|
# or `example/unixd` in the source repository
|
2024-10-15 04:27:48 +02:00
|
|
|
|
|
|
|
version = '2'
|
|
|
|
|
2024-12-21 06:17:12 +01:00
|
|
|
[kanidm]
|
2024-10-15 04:27:48 +02:00
|
|
|
# default_shell = "/bin/sh"
|
|
|
|
# home_attr = "uuid"
|
|
|
|
# home_alias = "spn"
|
|
|
|
# use_etc_skel = false
|
|
|
|
|
|
|
|
# Defines a set of POSIX groups where membership of any of these groups
|
2024-12-21 06:17:12 +01:00
|
|
|
# will be allowed to login via PAM
|
|
|
|
#
|
|
|
|
# WITHOUT THIS SET, NOBODY WILL BE ABLE TO LOG IN VIA PAM
|
|
|
|
#
|
|
|
|
# Replace your group below and uncomment this line
|
|
|
|
# pam_allowed_login_groups = ["your_posix_login_group"]
|