-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmb.conf
More file actions
28 lines (26 loc) · 739 Bytes
/
smb.conf
File metadata and controls
28 lines (26 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[global]
workgroup = WORKGROUP
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
server role = standalone server
passdb backend = tdbsam
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
pam password change = yes
map to guest = bad user
usershare allow guests = yes
[Biggy]
comment = Users profiles
path = /media/Biggy
guest ok = yes
browseable = yes
read only = no
create mask = 0777
directory mask = 0777
writable = yes
public = yes