mirror of
https://github.com/pi-farm/Docker-PXE-Server.git
synced 2025-12-10 02:08:26 +00:00
Delete samba directory
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
bt
|
|
||||||
quit
|
|
||||||
@@ -1,64 +0,0 @@
|
|||||||
########################################
|
|
||||||
## mod_install_server
|
|
||||||
#======================= Global Settings =======================
|
|
||||||
[global]
|
|
||||||
|
|
||||||
## Browsing/Identification ###
|
|
||||||
workgroup = WORKGROUP
|
|
||||||
dns proxy = yes
|
|
||||||
enhanced browsing = no
|
|
||||||
|
|
||||||
#### Networking ####
|
|
||||||
interfaces = 192.168.178.0/24 eth0
|
|
||||||
bind interfaces only = yes
|
|
||||||
|
|
||||||
#### Debugging/Accounting ####
|
|
||||||
log file = /var/log/samba/log.%m
|
|
||||||
max log size = 1000
|
|
||||||
syslog = 0
|
|
||||||
panic action = /usr/share/samba/panic-action %d
|
|
||||||
|
|
||||||
####### Authentication #######
|
|
||||||
server role = standalone server
|
|
||||||
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
|
|
||||||
|
|
||||||
########## Domains ###########
|
|
||||||
|
|
||||||
############ Misc ############
|
|
||||||
usershare allow guests = yes
|
|
||||||
|
|
||||||
#======================= Share Definitions =======================
|
|
||||||
[srv]
|
|
||||||
path = /srv
|
|
||||||
comment = /srv folder of pxe-server
|
|
||||||
guest ok = yes
|
|
||||||
guest only = yes
|
|
||||||
browseable = no
|
|
||||||
read only = no
|
|
||||||
create mask = 0644
|
|
||||||
directory mask = 0755
|
|
||||||
force create mode = 0644
|
|
||||||
force directory mode = 0755
|
|
||||||
force user = root
|
|
||||||
force group = root
|
|
||||||
hide dot files = no
|
|
||||||
|
|
||||||
[media]
|
|
||||||
path = /media/
|
|
||||||
comment = /media folder of pxe-server
|
|
||||||
guest ok = yes
|
|
||||||
guest only = yes
|
|
||||||
browseable = no
|
|
||||||
read only = no
|
|
||||||
create mask = 0644
|
|
||||||
directory mask = 0755
|
|
||||||
force create mode = 0644
|
|
||||||
force directory mode = 0755
|
|
||||||
force user =
|
|
||||||
force group =
|
|
||||||
hide dot files = no
|
|
||||||
@@ -1,64 +0,0 @@
|
|||||||
########################################
|
|
||||||
## mod_install_server
|
|
||||||
#======================= Global Settings =======================
|
|
||||||
[global]
|
|
||||||
|
|
||||||
## Browsing/Identification ###
|
|
||||||
workgroup = WORKGROUP
|
|
||||||
dns proxy = yes
|
|
||||||
enhanced browsing = no
|
|
||||||
|
|
||||||
#### Networking ####
|
|
||||||
interfaces = 192.168.178.0/24 eth0
|
|
||||||
bind interfaces only = yes
|
|
||||||
|
|
||||||
#### Debugging/Accounting ####
|
|
||||||
log file = /var/log/samba/log.%m
|
|
||||||
max log size = 1000
|
|
||||||
syslog = 0
|
|
||||||
panic action = /usr/share/samba/panic-action %d
|
|
||||||
|
|
||||||
####### Authentication #######
|
|
||||||
server role = standalone server
|
|
||||||
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
|
|
||||||
|
|
||||||
########## Domains ###########
|
|
||||||
|
|
||||||
############ Misc ############
|
|
||||||
usershare allow guests = yes
|
|
||||||
|
|
||||||
#======================= Share Definitions =======================
|
|
||||||
[srv]
|
|
||||||
path = /srv
|
|
||||||
comment = /srv folder of pxe-server
|
|
||||||
guest ok = yes
|
|
||||||
guest only = yes
|
|
||||||
browseable = no
|
|
||||||
read only = no
|
|
||||||
create mask = 0644
|
|
||||||
directory mask = 0755
|
|
||||||
force create mode = 0644
|
|
||||||
force directory mode = 0755
|
|
||||||
force user = root
|
|
||||||
force group = root
|
|
||||||
hide dot files = no
|
|
||||||
|
|
||||||
[media]
|
|
||||||
path = /media/
|
|
||||||
comment = /media folder of pxe-server
|
|
||||||
guest ok = yes
|
|
||||||
guest only = yes
|
|
||||||
browseable = no
|
|
||||||
read only = no
|
|
||||||
create mask = 0644
|
|
||||||
directory mask = 0755
|
|
||||||
force create mode = 0644
|
|
||||||
force directory mode = 0755
|
|
||||||
force user =
|
|
||||||
force group =
|
|
||||||
hide dot files = no
|
|
||||||
Reference in New Issue
Block a user