2022-09-08 05:37:03 +02:00
|
|
|
# this example configures kanidm-unixd for testing on macos
|
|
|
|
db_path = "/tmp/kanidm-unixd"
|
2024-07-18 05:22:20 +02:00
|
|
|
sock_path = "/tmp/kanidm_unixd.sock"
|
|
|
|
task_sock_path = "/tmp/kanidm_unixd_task.sock"
|
2023-03-02 03:47:23 +01:00
|
|
|
# some documentation is here: https://github.com/kanidm/kanidm/blob/master/book/src/pam_and_nsswitch.md
|
2022-09-08 05:37:03 +02:00
|
|
|
pam_allowed_login_groups = ["posix_group"]
|
|
|
|
# default_shell = "/bin/sh"
|
|
|
|
# home_prefix = "/home/"
|
2024-07-16 02:34:11 +02:00
|
|
|
# home_mount_prefix = "/home/"
|
2022-09-08 05:37:03 +02:00
|
|
|
# home_attr = "uuid"
|
|
|
|
# home_alias = "spn"
|
|
|
|
# uid_attr_map = "spn"
|
|
|
|
# gid_attr_map = "spn"
|