similar to: Configuring Swat

Displaying 20 results from an estimated 2000 matches similar to: "Configuring Swat"

2001 Mar 05
1
Configuring Swat Revisited
Okay, here's what you need to do. You have to configure apache. This won't be too hard. You will need to edit the httpd.conf located in /etc/httpd/conf directory. Look through the httpd.conf file until you find this line: #Servername localhost It may or may not have the # in front of it. You need to edit this line and make it say: Servername yourservernamegoeshere For example,
2001 Mar 02
0
FWD: Configuring Swat
Hi Sean, I had this problem when I upgraded our servers to RedHat 7. In RedHat 7 they changed from running the inetd.d to running xinetd.d. This is the daemon that figures out what programs to start when a port is accessed. Port 901 is for swat, this is configured in your /etc/services file. In the /etc/xinetd.d/ directory you'll find a file called swat. Edit this file so it looks
2001 Mar 15
1
Samba and NT file issues
Sorry for being repetitive, but I have a question. Can Samba be used for 9x widowze machines accessing files, (access 2000, excel, word...) and have them open, add/modify, save files? The files would reside on Samba box and the user map their way to the files. Any thoughts? I appreciate all of you for sharing you knowledge. Respectfully. --------------------------------------- Tony Ricker
2001 Sep 27
3
WinME, Win2000: status
Hi all Some time ago I asked about support of WinME and Win2000. The answer was: not ready yet. These days, when people enjoy VSS under Linux, I have to admit I really need wine:) So in a word: can I use Wine with any of these OSes? Could anyone please point me out to the settings I need in my config file (I am especially interested in Profile option)? Thanks in advance Sergey
2001 Apr 22
5
Slow Copy WinXX - Linux/Samba :-(
I never thought it would happen to me, but it did... I have read threads about slow copies from WinXX to Linux/Samba on the list in the past, but I don't recall a concise answer regarding what the cause was. THE PROBLEM: Trying to copy an 8 meg file from Win95 to my Linux/Samba box (named "Nemesis" - for good reason), the transfer speed slows to a crawl. The Win95 copy dialog box
2006 Apr 08
6
openvpn and shorewall. No Connect to LAN
Hello List, I tried to set up openvpn with the shorewall on my openwrt box but failed! I am not able to access the "loc"al Network from my vpn. I followed the roadwarrior setup. I define a vpn zone, that should be able to access the firewall and the local network: vpn fw ACCEPT info fw loc ACCEPT info vpn
2005 Dec 19
3
Is there a list of html_options for the FormOptionsHelper?
I''m looking for a way to select a default value from a select box, like this: select("user", "role_id", Role.find_all.collect {|r| [ r.name, r.id ] }, { :default_value => ''5'' } (of course, there is no ":default_value") If the form is being used on a ''create'' page, it should display a default in the select box. If
2001 Sep 17
1
Printing to a Samba Printer triggering a DNS lookup and dialling the modem
I have just joined the list and I have a problem, perhaps someone can help. I have: Linux 7.0 with 2.4.7 Kernel (with various upgrades for functionality). Samba is running on this machine with shares and a printer on the USB port. This machine also has a modem (demand dialling) and I am using the Monmotha Firewall script. This works quite well for the WinME PC able to access the printer and
2002 Jun 02
1
Spaces in WinME Directory Names
Hello! I've finally gotten Samba and WinME to connect and see each other. On my WinME box I've got the usual My Documents folder which I'd like my Linux box to be able to use. I think there's a problem with the space in the directory name. smbmount //WinME/My Documents ~/mountpoint 2854: tree connect failed: ERRSRV - ERRinvnetname (Invalid network name in tree connect.) SMB
2004 Mar 02
3
environ problem in 3.8p1
3.8p1 added the following to main() in sshd.c: #ifndef HAVE_CYGWIN /* Clear environment */ environ[0] = NULL; #endif This breaks the getenv("TZ") in session.c and causes logins to occur in GMT time. It also causes any sshd syslog messages to be written in GMT time. I'm on SCO Openserver 5.0.7, but this looks like it should affect all platforms. Am I missing something? I
2003 Apr 17
3
win ME/Samba connection
Ok, believe it or not, I've looked through all 209 pages of the Samba-HOWTO_Collection.pdf plus used this mail list and other internet sources, used those recommendations, tried almost every possible iteration on the samba.conf file, looked at logs until nauseated and have concluded that there is no way that Windows ME can connect to a Linux box using Samba. Connecting to the WinME box from
2010 Jun 04
2
[LLVMdev] Is there a "callback optimization"?
Hi, > 1) Knowing when to perform specialization. If the call was not inlined > the function is probably big. Getting this wrong will generate *a lot* > of code for very small (if not negative) speed gain. Could you elaborate why just having (lots of) more code in the final executable will incur a performance _penalty_? I was thinking of something similiar, but for type-specializations of
2004 Aug 11
1
Problem with path
Hello, I have make wine from source (20040716) with ./tools/wineinstall I have a windows millenium installation Dreamwearver Mx. When i boot under windows, Dreamwearver works fine, but with wine, i've got error : seb@Gloubi:/mnt/winMe/Program Files/Macromedia/Dreamweaver MX$ wine Dreamweaver.exe err:module:import_dll Library MSVCRT.dll (which is needed by L"C:\\Program
2001 Sep 24
3
Trailing "/" makes file.exists() return FALSE (PR#1098)
Full_Name: Henrik Bengtsson Version: 1.3.1 OS: WinMe Submission from: (NULL) (130.235.2.229) I found the following bug on WinMe (I call it a bug, since the behavior is different on WinMe than for instance Sun Solaris): When calling file.exists() with an existing directory name ending with a "/" (slash) [R] on WinMe will return FALSE, but when doing the same without the ending
2001 Mar 10
2
Using system users/passwords to authenticate
Hey all, I am somewhat new to Samba, but the documentation that came with the Samba 2.0 hints that authenticating Samba users using the system user/password files is possible. The following is a quote from the smb.conf web page as viewed using the SWAT configuration server: "Step 1: If the client has passed a username/password pair and that username/password pair is validated by the UNIX
2002 Oct 18
3
Host Key Verification failed - ssh via cgi
hi, my scenario is this: i have a cgi (on host1) that executes ssh (as userxyz) to a remote server (host2), executes a command to retrieve some data and outputs them to the local browser. on host1: #!/usr/bin/perl -w ... $output = `/usr/local/bin/ssh -l userxyz -x host2 ls -l` ... but i get "Host Key Verification failed" on my apache's error_log. i can do it on the command line,
2006 Nov 22
1
sshd startup error on SCO SR6
Openssh 4.4p1 and 4.5p1 SCO Openserver 6 w/mp1, mp2 While installing v4.5p1, I noticed this sshd syslog error which began appearing when I upgraded from v4.3p2 to v4.4p1: Sep 1 17:54:41 tenzing sshd[12837]: error: Bind to port 22 on :: failed: \ Network is unreachable. sshd -d reports: debug1: Bind to port 22 on ::. Bind to port 22 on :: failed: Network is unreachable. debug1: Bind
2016 Apr 26
2
Strange search behavior
Hello, Unfortunately, the dovecot instance doesn't belong to me and I have no way to get the configuration. However, if that can help I've been able to reproduce this behavior on every dovecot installations I've tried. 2016-04-25 8:32 GMT+02:00 Aki Tuomi <aki.tuomi at dovecot.fi>: > > > On 24.04.2016 04:44, Cornelius Charlie wrote: > > Hello, > > > >
2006 Jan 02
1
problem with ldap backend
Hi, with ldap-backend, i can't set permission for shares groupwise. This is my smb.conf for a share: [cad] ? ? ? ? comment = STT CAD ? ? ? ? path = /home/data/cad ? ? ? ? readonly = yes ? ? ? ? browseable = yes ? ? ? ? valid users = @cad ? ? ? ? write list = @cad ? ? ? ? force group = cad ? ? ? ? create mask = 0664 ? ? ? ? directory mask = 0775 But this isn't working. no user of the
1997 Dec 13
5
Domain Logons
Hello, I am new to Samba. I run FreeBSD 2.2.5-stable and Version 1.9.17p4. I would like my FreeBSD server to act as a DOMAIN Logon. And, for example if user riso logges in (using his FreeBSD box password) his /home/riso should be automatically maped to G: or something. The error message I get is: "You have entered an incorrect password, or access to your logon server has been denied."