[WBEL-users] Re: wbel and swat

joaofalcao@ig.com.br joaofalcao@ig.com.br
Thu, 15 Jul 2004 08:02:36 -0300


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--Message-Boundary-by-Mail-Sender-1089889356
Content-type: text/plain; charset=ISO-8859-1
Content-description: Mail message body
Content-transfer-encoding: 8bit
Content-disposition: inline

/etc/xinetd.conf 
# swat is the Samba Web Administration Tool 
swat stream tcp nowait.400 root /usr/sbin/swat swat 
# Simple configuration file for xinetd 
swat stream tcp nowait.400 root /usr/sbin/swat swat 
# Some defaults, and include /etc/xinetd.d/ 

defaults 
{ 
	instances               = 60 
        log_type                = SYSLOG authpriv 
        log_on_success		= HOST PID 
        log_on_failure		= HOST 
	cps			= 25 30 
} 

includedir /etc/xinetd.d 


/etc/xinetd.d/swat 
# 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 
{ 
	disable	= no 
	port		= 901 
	socket_type	= stream 
	wait 		= no 
	only_from 	= 127.0.0.1 
	user		= root 
	server		= /usr/sbin/swat 
	log_on_failure	+= USERID 
} 

_________________________________________________________________________________
Quer mais velocidade?
Só com o acesso Aditivado iG, a velocidade que você quer na hora que você precisa.
Clique aqui: http://www.acessoaditivado.ig.com.br


--Message-Boundary-by-Mail-Sender-1089889356--