Displaying 20 results from an estimated 2000 matches similar to: "swat password"
2010 Apr 26
2
Samba 3.5.2 on Redhat 4
Greetings, Did anyone able create rpms using makerpms.sh script. I tried
with many spec files, but I cant fix net error. Anyone who had success,
please reply.
Thank you.
thanks
LA
2001 Jan 03
5
setting up swat
I've looked in /usr/local/samba/swat for help
and even the samba source docs and can't
find anything on setting up swat.
I've also looked at samba.org/samba/docs,
but can find a swat setup doc.
Can some please point me in the right direction?
thanks,
daniel
2008 Sep 22
2
Default Domain Not Working.
Hello, I have a AD group called sudo1 which has user user1 as its member
both are members of Domain1
Now when I do
getent group sudo1 the result is
sudo1:x:202120:Domain1+user1
I dont want it show as Domains1+user1, just want it to show as user1
I have winbind default domain = yes.
Anything has to be changed on smb.conf?
thank you all..
~LA
2001 Mar 19
3
Swat Setup Information
I am inquiring about setup of the SWAT utility I have installed Red
Hat 7.0 with samba installed during the initial setup of Redhat. I have
two network cards installed in my Server and I am connected to the
internet via a Cable Modem. When I try to start SWAT netscape displays
the message that it cannot find the local host on port 90. I have
downloaded the book over samba and I have also tried to
2005 Nov 07
3
SWAT not accessible from remote sites
Hello,
I am not able to access SWAT from any other host besides the one running
the SWAT daemon.
No firewall blocking access on either side.
# netstat -lnt | grep 901
tcp 0 0 0.0.0.0:901 0.0.0.0:*
LISTEN
works fine connecting from localhost using:
lynx localhost:901
Unavailable using public IP on a remote host.. i.e. going into Firefox and
2002 Dec 03
2
Samba SWAT 2.2.7 Doesn't Work in Redhat8.0?
Hello All Samba-list Members,
I have installed a Samba 2.2.7, the samba-latest.tar.gz, as a PDC on a
Redhat8.0 GNU/Linux server. ( Of course, I first uninstalled the original
samba that came with the Redhat installation CDs by rpm -e samba*.) The
installation was successful. Then I modified /etc/services and
/etc/xinetd.d/swat as suggested in the installation document uncompressed
from
2006 Mar 02
2
SWAT + FC4 = Not working
Hitting a big mystery here. I've configured samba properly but I would like
to run swat. The /etc/xinetd.d/swat file contains:
service swat
{
disable = no
port = 901
socket_type = stream
wait = no
only_from = 127.0.0.1
user = root
server = /usr/sbin/swat
log_on_failure +=
2005 Jul 06
1
Question regarding SWAT
Hi everyone,
In the last few days I've spended hours and hours on the web surching for a solution to my problems. Eventhough it looked like there where several other people having the same problem I couldn't find a way to solve it.
Therefore I'm hoping that one of you could help me with the following problem.
I've installed Samba 3.0.14a on RedHat 9.0. Samba is working perfectly.
2002 Jul 16
1
OK, Samba's OK, now I need swat help.
Ok, I should be able to start swat with xinetd, but I can't seem to get
anything to start.
1. How do I tell if swat is running (other than trying to browse to
aaa.bbb.ccc.ddd:901)
2. Can someone give me an idea of what and where I need commands for xinetd.
Server is RH7.2, Samba 2.2.3a, following file "swat" is in /etc/xinetd.d/
## /etc/xinetd.d/swat
service swat
{
port
2004 Apr 26
1
Can't get SWAT to work...
I have a Red Hat 9 file server and I have been unable to use swat to
configure the smb.conf file.
I have samba-swat installed and the following in /etc/xintetd:
=================================================================
# default: off
# description: SWAT is the Samba Web Admin Tool. Use swat \
# to configure your Samba server. To use SWAT, \
# connect to port
2002 Aug 13
4
Can't Connect to Swat
I'm trying to connect to swat but can't. Just installed Samba 2.2.2-5
and edited /etc/services, even though I'm running Redhat 7.3 and use
xinetd. /etc/xinetd/swat exists.... but I still cannot connect to
http://localhost:901. Why???
Thanks for assist.
2004 Mar 29
2
SWAT - special weapons and tactics :)
Hi all,
OS: suse 9
samba ver: 3.0.2
linux:/etc/xinetd.d # cat swat
service swat
{
port = 901
socket_type = stream
wait = no
only_from = localhost 10.1.1.10
user = root
server = /usr/sbin/swat
log_on_failure += USERID
# disable = yes
linux:/etc # cat inetd.conf
swat stream tcp nowait.400 root /usr/sbin/swat swat
linux:/etc # cat services | grep 901
swat
2001 Mar 05
2
SWAT: please help
Hello all:
Here's the problem [on a RH7 running kernel 2.2.17-14 with
Samba 2.0.7-21ssl and xinetd-2.1.8.9pre14]:
http://localhost:901 does bring up the SWAT login dialog
box.. but upon entering root as the user, followed by my
root passwd in the next entry... it tells me "Authentication
failed. Retry?" I can tell you that I did enter the correct
root passwd, because I am root
2003 Nov 08
1
Can not connect to SWAT
Hello, Until yesterday (7 nov 03) I had a mostly working 2.27 samba
running on my redhat 9 box that I configured via SWAT. Now I can not get
back into SWAT & I also (in a useless attempt to make it work) upgraded
to samba 3.0 I get the following when trying to start SWAT:
An error occured while loading http://matrix1:901/:
Could not connect to host matrix1 (port 901)
here
1999 Mar 22
86
SWAT
I was playing with this on my test machine, (redhat 5.2, samba 2.0.3)
worked great, and I was really impressed.
So I decided to install this on my office machine. (redhat 4.2, samba
2.0.3) and the only significant difference is that on the
office machine, I use encrypted passwords.
I cannot get swat to authenticate on the second machine. That is, no
matter what account, password combination
2008 Feb 25
2
pam_mkhomedir.so not working.
Sambains, I gotta samba setup where I use pam_mkhomedir.so to create
home dir for first time users. Same configuration is working on many
hosts and if I create a home directory manually, I can login, but not
on fly. And also when I change the /home permission to 777, its
creating home directory for new users on fly.
When strace a su session, I getting the following error. My guess is
the module
2003 Jun 04
1
FW: Besoin d'aide au sujet de swat
Can anyone help out Marie-Christine?
Thanks
PG
-----Original Message-----
From: Marie-Christine DRACK [mailto:jennifer.drack@wanadoo.fr]
Sent: Wednesday, June 04, 2003 8:54 AM
To: mkaplan@samba.org; paulg@samba.org
Subject: Besoin d'aide au sujet de swat
bonjour,
je vous ?cris car je n'arrive pas ? me connecter ? swat alors que le fichier
est configurer normalement.Voici mon fichier
2009 Sep 08
1
Restart Winbind
Team, Few of my Redhat Hosts runs CPU at 100% due to winbind. Does anyone
have script or any idea how to restart the winbind daemon if it consumes
100% CPU automatically?
~LA
2000 Feb 29
2
backup signal
2004 Nov 05
2
HELP - Samba/Swat 3.0.2 and OsX 10.3.5
Dear Samba Team,
from a few days i'm trying to use samba on my powerbook,
with panther 10.3.5. I'm also trying to enable swat
where i succeded, but with some anomalies.
I will explain some of the steps i done during this day
because i really don't ever know what to do now. I never
had problems with samba over linux but here the things
seems a little different.
I starting by open the