Switch from pam_mount to a multiuser cifs mount

This commit is contained in:
Gašper Fele-Žorž 2025-10-24 17:11:25 +02:00
parent 7cea32ecba
commit 8b96036196
4 changed files with 37 additions and 9 deletions

View file

@ -29,6 +29,11 @@ default_shell = /bin/bash
ldap_id_mapping = True
use_fully_qualified_names = True
full_name_format = %1$s@%3$s
fallback_homedir = /home/%u@%d
# fallback_homedir = /home/%u@%d
fallback_homedir = /cifs_home/%u.%F
subdomain_homedir = /cifs_home/%u.%F
access_provider = ad
krb5_ccname_template = FILE:%d/krb5cc_%U
krb5_lifetime = 86400
krb5_renewable_lifetime = 604800
krb5_renew_interval = 7200