I just installed samba on Red Hat 6.0 Everything looked ok when it built. When I try to access SWAT using http://localhost:901 it asks for a username & password. I have tried the root password, created a samba and swat user but nothing works. What am I doing wrong? Pat Nolan Open Text Corp. Operations Analyst 518-437-4095 (Phone) 518-446-0790 (Fax) pnolan@opentext.com
You probably don't have a pam config file for Samba. Create the file /etc/pam.d/samba and put these lines in it: auth required /lib/security/pam_pwdb.so nullok shadow account required /lib/security/pam_pwdb.so Then try agin. The Archimage Pat Nolan wrote:> > I just installed samba on Red Hat 6.0 > Everything looked ok when it built. When I try to access SWAT using > http://localhost:901 > it asks for a username & password. I have tried the root password, created > a samba and swat user but nothing works. > What am I doing wrong? > > Pat Nolan > Open Text Corp. > Operations Analyst > 518-437-4095 (Phone) > 518-446-0790 (Fax) > pnolan@opentext.com