<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1226" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Running Red Hat 8 on 2.4.18-14 and downloaded the newest Samba release 
version 2.2.8a and set up the install (./configure, make, make install).&nbsp; 
Then I copied the smb.conf file into the /usr/local/samba/lib directory, started 
up the smbd and nmbd daemons using the -D option.&nbsp; I added the swat 901/tcp 
to the /etc/services file and because RH uses xinetd I made a /etc/xinetd.d/swat 
"service" file like this:</DIV>
<DIV>&nbsp;</DIV>
<DIV>service swat</DIV>
<DIV>{</DIV>
<DIV>port = 901</DIV>
<DIV>socket_type = stream</DIV>
<DIV>wait = no</DIV>
<DIV>only_from = 127.0.0.1</DIV>
<DIV>user = root</DIV>
<DIV>server = /usr/local/samba/bin/swat</DIV>
<DIV>log_on_failure += USERID</DIV>
<DIV>}</DIV>
<DIV>&nbsp;</DIV>
<DIV>I also added the word "swat" to the /etc/xinetd.d file so that the machine 
knows its a service and chmoded the /usr/local/samba/swat directory as 
755.&nbsp; Did all this setup as root and when I go into X and use either 
Konquer or Mozilla and goto localhost:901 I get the username/password prompt, 
but nothing I type in ever gets to the page.&nbsp; I type in username root and 
then my password and I get a 401 bad password error.&nbsp; Anything I type in 
gets me a 401 bad password error page.&nbsp; Help!!!&nbsp; Is there some way I 
can change the configuration to get to the main SWAT page or is there a new user 
name/password that I'm not getting?</DIV>
<DIV>&nbsp;</DIV>
<DIV>When I set up samba in Linux sysadmin class (RH 7.2, 2.2.18 kernel) this 
was never a problem?&nbsp; Any one good with samba that has ever run into 
this.</DIV>
<DIV>&nbsp;</DIV>
<DIV>TIA</DIV>
<DIV>David "ShadowEyez"</DIV>
<DIV><A href="mailto:shadoweyez@hotpop.com">shadoweyez@hotpop.com</A></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>