| Article: |
Inside Samba: Windows Sharing for the Mac | |
| Subject: | root won't authenticate | |
| Date: | 2005-02-24 12:56:51 | |
| From: | IDunno | |
|
I've setup SWAT as detailed, but when connecting to localhost:901 and prompted for a username/password it won't accept it - it'll return back to the same login prompt.
|
||
Showing messages 1 through 1 of 1.
-
root won't authenticate
2005-02-24 13:18:27 Jason Deraleau |
[View]



Some others have reported issues when accessing SWAT on a Mac without the Dev Tools installed. One thing worth noting is that this article is aimed at Jaguar users. Panther made a lot of this article deprecated. Today, I tried to use SWAT for the first time on Panther and am encountering the same issue as you. I can't seem to access SWAT, regardless of the authentication credentials I provide. One possible solution is to add a line to your
/etc/xinetd.d/swatfile which contains:server_args = -aThis will make SWAT run in a mode where it will allow anyone to modify the contents of the smb.conf file (at least, according to
swat'smanpage). It's important to note that if you elect to setup SWAT in this manner, you should be extra sure that xinetd is only allowing connections to the SWAT daemon from localhost. In addition, other users who have console access to the Mac will be able to access SWAT locally.