kanidm/examples/unixd.macos
Alin Trăistaru 562f352516
fix typos (#2908)
* fix typos and misspellings
* use proper capitalization
* Apply suggestions from code review
---------

Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
2024-07-18 03:22:20 +00:00

13 lines
493 B
Plaintext

# this example configures kanidm-unixd for testing on macos
db_path = "/tmp/kanidm-unixd"
sock_path = "/tmp/kanidm_unixd.sock"
task_sock_path = "/tmp/kanidm_unixd_task.sock"
# some documentation is here: https://github.com/kanidm/kanidm/blob/master/book/src/pam_and_nsswitch.md
pam_allowed_login_groups = ["posix_group"]
# default_shell = "/bin/sh"
# home_prefix = "/home/"
# home_mount_prefix = "/home/"
# home_attr = "uuid"
# home_alias = "spn"
# uid_attr_map = "spn"
# gid_attr_map = "spn"