mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
* Cleanup cli args * Update book * Update wasm * making the CI happy --------- Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
10 lines
379 B
Plaintext
10 lines
379 B
Plaintext
# this should be at /etc/kanidm/unixd, and configures kanidm-unixd
|
|
# 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_attr = "uuid"
|
|
# home_alias = "spn"
|
|
# use_etc_skel = false
|
|
# uid_attr_map = "spn"
|
|
# gid_attr_map = "spn" |