kjacks
November 20th, 2006, 10:07 PM
I just started using SWAT and Samba. I cannot access SWAT as the root user. I did add a user with this command:
sudo smbpasswd -a james
I log in @ http://ubuntu:901/shares
I can log in under username james fine but it doesn't give me all the functionality that the root would give. Shouldn't I be able to log in with the Ubuntu's root password? Here is what my xinetd.d file looks like:
# description: SAMBA SWAT
service swat {
disable = no
socket_type = stream
protocol = tcp
#should use a more limited user here
user = root
wait = no
server = /usr/sbin/swat
}
I copied this from a lot of SWAT tutorials and I'm sure I just missed some simple step. Thanks for any help you can give!
sudo smbpasswd -a james
I log in @ http://ubuntu:901/shares
I can log in under username james fine but it doesn't give me all the functionality that the root would give. Shouldn't I be able to log in with the Ubuntu's root password? Here is what my xinetd.d file looks like:
# description: SAMBA SWAT
service swat {
disable = no
socket_type = stream
protocol = tcp
#should use a more limited user here
user = root
wait = no
server = /usr/sbin/swat
}
I copied this from a lot of SWAT tutorials and I'm sure I just missed some simple step. Thanks for any help you can give!