From 8ca99c1f3ab7468e8cfa608e1904178bb8a946a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Fele-=C5=BDor=C5=BE?= Date: Mon, 29 Sep 2025 22:41:11 +0200 Subject: [PATCH] Fix mount options to allow symlinks, pipes in CIFS-mounted homes --- roles/ad_joined/files/pam_mount.conf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ad_joined/files/pam_mount.conf.xml b/roles/ad_joined/files/pam_mount.conf.xml index a6d8570..73ecfb1 100644 --- a/roles/ad_joined/files/pam_mount.conf.xml +++ b/roles/ad_joined/files/pam_mount.conf.xml @@ -9,7 +9,7 @@ server="ucilnicesmb.fri1.uni-lj.si" path="profiles/%(DOMAIN_USER).%(DOMAIN_NAME)" mountpoint="~/" - options="sec=krb5i,cruid=%(USERUID)" + options="sec=krb5i,cruid=%(USERUID),nobrl,sfu,mfsymlinks" >