mirror of
https://abf.rosa.ru/djam/samba.git
synced 2025-02-24 17:42:50 +00:00
16 lines
363 B
Text
16 lines
363 B
Text
![]() |
# default: off
|
||
|
# description: SWAT is the Samba Web Admin Tool. Use swat \
|
||
|
# to configure your Samba server. To use SWAT, \
|
||
|
# connect to port 901 with your favorite web browser.
|
||
|
service swat
|
||
|
{
|
||
|
port = 901
|
||
|
socket_type = stream
|
||
|
wait = no
|
||
|
only_from = 127.0.0.1
|
||
|
user = root
|
||
|
server = /usr/sbin/swat
|
||
|
log_on_failure += USERID
|
||
|
disable = yes
|
||
|
}
|