Implement LAN server sharing home directories via smb or sshfs.

This commit is contained in:
Andreas B. Mundt 2021-04-08 09:01:25 +02:00 committed by Andreas B. Mundt
parent c976c69bed
commit e5ae626936
8 changed files with 213 additions and 1 deletions

View file

@ -0,0 +1,20 @@
[sssd]
domains = LDAP
config_file_version = 2
[nss]
filter_groups = root
filter_users = root
[pam]
[domain/LDAP]
id_provider = ldap
ldap_uri = ldap://{{ ldap_server }}/
ldap_search_base = {{ basedn }}
auth_provider = ldap
cache_credentials = true
min_id = {{ min_id_sssd }}
max_id = {{ max_id_sssd }}