From c6ce793990a494bbd004b3cba2db2ceb7a17739d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erg=C3=BCn=20Salman?= Date: Sun, 24 Jul 2016 16:04:07 +0300 Subject: [PATCH] Samba version bump to 4.4.5 service.py fix --- server/samba/actions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/samba/actions.py b/server/samba/actions.py index 21e7ed754b..933774905a 100644 --- a/server/samba/actions.py +++ b/server/samba/actions.py @@ -23,7 +23,7 @@ def setup(): --libdir=/usr/lib \ --with-cachedir=/var/lib/samba \ --with-configdir=/etc/samba \ - --with-lockdir=/var/lib/samba \ + --with-lockdir=/var/cache/samba \ --with-logfilebase=/var/log/samba \ --with-modulesdir=/usr/lib/samba \ --with-pammodulesdir=/lib/security \ @@ -42,7 +42,6 @@ def setup(): --with-cluster-support \ --with-dnsupdate \ --with-pam \ - --with-pam_smbpass \ --with-quotas \ --with-sendfile-support \ --with-shared-modules=%s \