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

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to