repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix for CR 1603; provide description of NT_STATUS_PIPE_NOT_AVAILABLE
[Samba.git]
/
packaging
/
Mandrake
/
samba.xinetd
blob
59910336bbac72d03d1e88c49f0ddb40b80a5666
1
# default: on
2
# description: SWAT is the Samba Web Admin Tool. Use swat \
3
# to configure your Samba server. To use SWAT, \
4
# connect to port 901 with your favorite web browser.
5
service swat
6
{
7
port = 901
8
socket_type = stream
9
wait = no
10
only_from = 127.0.0.1
11
user = root
12
server = /usr/sbin/swat
13
log_on_failure += USERID
14
disable = no
15
}