kanidm-client: use short name for home directory
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m3s

Set home_attr = "name" to use /home/torjus instead of
/home/torjus@home.2rjus.net for user home directories.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 14:28:25 +01:00
parent d6606d3f53
commit 44e146eedd

View File

@@ -34,6 +34,8 @@ in
# This prevents "PAM user mismatch" errors with SSH # This prevents "PAM user mismatch" errors with SSH
uid_attr_map = "name"; uid_attr_map = "name";
gid_attr_map = "name"; gid_attr_map = "name";
# Use /home/torjus instead of /home/torjus@home.2rjus.net
home_attr = "name";
}; };
}; };
}; };