From 24e9fee6a28a7b2c4a0c17905f5aaa1c503f0f23 Mon Sep 17 00:00:00 2001 From: chelobarik Date: Mon, 18 Nov 2024 22:58:01 +0500 Subject: [PATCH 1/2] Removing deprecated parameters from smb.conf --- .conf/dps_96/conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.conf/dps_96/conf b/.conf/dps_96/conf index 88da88576f..e3cd65299e 100644 --- a/.conf/dps_96/conf +++ b/.conf/dps_96/conf @@ -5,13 +5,11 @@ dns proxy = no log file = /var/log/samba/log.%m max log size = 1000 - syslog only = no - syslog = 0 + logging = syslog@0 panic action = /usr/share/samba/panic-action %d security = user - encrypt passwords = true passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes From 831477426efd1255a4d69b82c59cbcf1d9e02bb8 Mon Sep 17 00:00:00 2001 From: chelobarik Date: Thu, 21 Nov 2024 14:52:01 +0500 Subject: [PATCH 2/2] Update .conf/dps_96/conf Co-authored-by: MichaIng --- .conf/dps_96/conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.conf/dps_96/conf b/.conf/dps_96/conf index e3cd65299e..4f287722f6 100644 --- a/.conf/dps_96/conf +++ b/.conf/dps_96/conf @@ -5,7 +5,7 @@ dns proxy = no log file = /var/log/samba/log.%m max log size = 1000 - logging = syslog@0 + logging = syslog@1 panic action = /usr/share/samba/panic-action %d