diff options
Diffstat (limited to 'fs/etc/kanidm/unixd')
-rw-r--r-- | fs/etc/kanidm/unixd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fs/etc/kanidm/unixd b/fs/etc/kanidm/unixd new file mode 100644 index 0000000..5a81dc3 --- /dev/null +++ b/fs/etc/kanidm/unixd @@ -0,0 +1,13 @@ +version = '2' + +default_shell = '/bin/zsh' + +home_attr = 'uuid' +home_alias = 'name' +home_prefix = '/home/' + +uid_attr_map = 'name' +gid_attr_mao = 'name' + +[kanidm] +pam_allowed_login_groups = ['unixers'] |