[Samba] samba-swat

Nobody ist perfect news.listener at gmail.com
Thu Nov 26 02:27:44 MST 2009


Am 25.11.2009 06:29, schrieb muhammad wasim:
> m facing problem installing swat on redhat enterprise 5.3 samba is
> already installed
> some body help me m new in linux
yum -y install xinetd (need for swat)
and edit the "/etc/xinetd.d/samba" as


# SWAT is the Samba Web Admin Tool.
service swat
{
         socket_type     = stream
         protocol        = tcp
         wait            = no
         user            = root
         server          = /usr/sbin/swat
         # only_from       = 127.0.0.1
         disable         = no
         # default yes
}

and service xinetd restart



More information about the samba mailing list