Implement SSH domain integration
This commit is contained in:
parent
f491be0ace
commit
d6d54e213e
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user