fileserver: make compatiable with Debian 12
This commit is contained in:
parent
4c55923b1c
commit
003c4ee83d
@ -42,7 +42,7 @@
|
|||||||
# option cannot handle dynamic or non-broadcast interfaces correctly.
|
# option cannot handle dynamic or non-broadcast interfaces correctly.
|
||||||
; bind interfaces only = yes
|
; bind interfaces only = yes
|
||||||
|
|
||||||
|
min protocol = NT1
|
||||||
|
|
||||||
#### Debugging/Accounting ####
|
#### Debugging/Accounting ####
|
||||||
|
|
||||||
@ -213,7 +213,7 @@
|
|||||||
;[printers]
|
;[printers]
|
||||||
; comment = All Printers
|
; comment = All Printers
|
||||||
; browseable = no
|
; browseable = no
|
||||||
; path = /var/spool/samba
|
; path = /var/tmp
|
||||||
; printable = yes
|
; printable = yes
|
||||||
; guest ok = no
|
; guest ok = no
|
||||||
; read only = yes
|
; read only = yes
|
||||||
@ -240,5 +240,5 @@
|
|||||||
browseable = yes
|
browseable = yes
|
||||||
read only = no
|
read only = no
|
||||||
guest ok = yes
|
guest ok = yes
|
||||||
create mask = 0600
|
create mask = 0660
|
||||||
directory mask = 0700
|
directory mask = 0770
|
||||||
|
Loading…
Reference in New Issue
Block a user