Implement SSH domain integration

This commit is contained in:
Jan-Bulthuis 2025-06-09 02:36:07 +02:00
parent f491be0ace
commit d6d54e213e

View File

@ -78,6 +78,7 @@ in
# Set up SSSD # Set up SSSD
services.sssd = { services.sssd = {
enable = true; enable = true;
sshAuthorizedKeysIntegration = true;
config = '' config = ''
[sssd] [sssd]
domains = ${domain} domains = ${domain}
@ -100,6 +101,8 @@ in
dyndns_refresh_interval = 3600 dyndns_refresh_interval = 3600
dyndns_update_ptr = true dyndns_update_ptr = true
dyndns_ttl = 3600 dyndns_ttl = 3600
ldap_user_extra_attrs = altSecurityIdentities:altSecurityIdentities
ldap_user_ssh_public_key = altSecurityIdentities
''; '';
}; };
systemd.services.sssd = { systemd.services.sssd = {