similar to: Logging password failures

Displaying 20 results from an estimated 2000 matches similar to: "Logging password failures"

1998 Oct 09
2
Seeing two different user folders!!!!!
In my high school computer lab I have Red HAt 5.0 with SAMBA being used as a file server. The kids are getting used to it. But recently I'm seeing something strange. A student with id "james" will log on Windows 95, go to network neighborhood and to the Linux computer and find there among other normal items two folders. The first will be his own folder with his id, but the second
1998 Sep 28
3
file names in Win Explorer
I'm having a problem getting W95 and WNT to correctly read file names on a samba server I set up. The server passed all of the diagnostics, and file names show up correctly in a dos window. However, under windows explorer, anything after a . doesn't show up in the name. This is only true for a . in the middle of the name, "hidden" files such as .fvwmrc show up. WE does
1998 Sep 28
9
Unwanted browselists
Is there a way to prevent browselists from machines other than those of my choosing to show up in the browselists/network neighbourhood? I don't want win95 clients that offer shares themselves to show up in the network neighbourhood. Michel. -- Michel van der Laan - michel@nijenrode.nl http://www.nijenrode.nl/~michel
1999 Jan 29
1
Linux/Samba vs NT
I was having a discussion with a MS person about the performance of NT. I got this reply: ---------- Forwarded message ---------- By the way, I looked into that claim that Linux could outperform NT server, and my source claimed that the test was done on different hardware (i.e. it was rigged) and that Linux still loses to NT on equivalent HW, although "it has gotten closer." Do you
1998 Sep 25
1
Stupid redhat problem
I've got a stupid startup problem with samba under RedHat 5.0. Whenever I restart the system (I moved the server yesterday, so it got a reboot) samba doesn't startup. Looking at the /etc/rc.d/rc3.d directory shows there there is no link from there to /etc/init.d/smb. I put such a link in at some point in the past (after the LAST reboot, as I remember), and it has now vanished. This is
1998 Oct 06
1
Is there a reason...
That smbpasswd doesn't obey the smb passwd file option in the smb.conf file? I've got the pre-compiled binaries for RedHat, version 1.19.8p10 and I'm just shifting from security = share to security = user. I tried to move the password file from /etc to /etc/samba, so that it would be in a root-only directory (as recommended by encryption.txt) and I've just found out that smbpasswd,
1998 Oct 19
0
SAMBA digest 1847
>Date: Sat, 17 Oct 1998 10:36:33 -0500 >From: afan@www.jeonet.com (Afan Ottenheimer) >To: samba@samba.anu.edu.au >Subject: How can I "Map Network Drive" using port 82? >Message-ID: <3.0.5.32.19981017103633.008eed10@anansi.jeonet.com> > >I've been trying to get a Win 95 and/or Win 98 machine to connect to >a SAMBA server running on a different port than
1998 Nov 10
1
printer drivers question
I'm setting up faxing from our server using mgetty+sendfax, and the setup from http://relay.boerde.de:82/~horstf/ Basically, what this does is collect the print job normally via samba print services, then asks the user what number to fax it to. The asking is done by a program run on the user's system at startup called 'responder'. I have installed the print drivers on to the
2003 Jun 18
1
Rsync lock-up
I'm getting some odd behaviour from rsync - a lockup when doing local copies. I tried to search the list archives, but I only came up with a couple of hits from 2001 indicating folks thought this (or a similar issue) was fixed. Situation: (OS is RedHat 7.2, Rsync rpm 2.4.6-5 and 2.5.5-1 exhibit the same behaviour) rsync is copying on the same machine (local copy). The destination is NOT a
2007 Aug 30
4
How to measure mode (central tendancy)
What is the name of the function to give me the mode (central tendancy) of a numeric variable that can be negative? [[alternative HTML version deleted]]
2006 Mar 09
2
nut on Mac OS X. Where to put upsdrvctl shutdown?
I've installed nut on a Mac OS X machine (XServe running Mac OS X 10.3.9). It all seems to work fine except..... I can't figure out where to put the upsdrvctl shutdown command in order to get the ups to cut power after the computer shuts down. There doesn't seem to be any sort of script that gets run at shutdown time. Has anyone successful done this under Mac OS X? Can you
2005 Nov 09
1
Tendancy Chi test?
Hello, I would like to know what I do it to test correlation between ordered categorical variables. Tendancy Chi test? Thank you, Melle Lejeune Julie [[alternative HTML version deleted]]
2005 Mar 09
2
LoadError
Hi, Im new to both Ruby and Rails, though am impressed by both. I am however stuck on a problem, when trying to run a demo. I''ve setup a postgresql database with a cookbook demo as per OnLamp, returned is the following error message: LoadError in Recipe#new No such file to load -- postgres script/server:48 Has anyone come across this error before? Anyone know how I should go about
1998 Oct 20
3
SAMBA 1.9.18p10 problem
I have been using Samba 1.9.18p8 in a Solaris 2.6 machine for months but suddenly this week there is a problem. Nothing's changed. I have some persistent connection of my NTSP3 client to the samba share. When I login as usual, it fails to mount the drive. It either prompt for password but whatever password the samba rejects, or give a "Access is Denied" when you try to access the
2010 Aug 20
3
how to interpret KS test
Dear R users I am using KS test to compare two different distribution for the same variable (temperature) for two different time periods. H0: the two distributions are equal H1: the two distributions are different ks.test (temp12, temp22) Two-sample Kolmogorov-Smirnov test data: temp12 and temp22 D = 0.2047, p-value < 2.2e-16 alternative hypothesis: two-sided Warning message: In
2012 Sep 24
1
Traffic Accounting
Hi, I'm trying to find out how to do traffic accounting with Dovecot 2.x, preferrably v2.0.9, preferrably on CentOS 6. I've previously asked on IRC, but there was little feedback, and my understanding is now this list is the preferred media for such inquiries. If I recall correctly, some weeks ago I was told that traffic accounting is not officially supported on Dovecot 2, but that there
2016 Dec 13
4
[Bug 99071] New: [G94][Quadro FX1800]Trigger rally
https://bugs.freedesktop.org/show_bug.cgi?id=99071 Bug ID: 99071 Summary: [G94][Quadro FX1800]Trigger rally Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2019 Jun 14
2
R C API resize matrix
Hi, Is there a way to resize a matrix defined as follows: SEXP a = PROTECT(allocMatrix(INTSXP, 10, 2)); int *pa = INTEGER(a) To row = 5 and col = 1 or do I have to allocate a second matrix "b" with pointer *pb and do a "for" loop to transfer the value of a to b? Thank you Best regards Morgan [[alternative HTML version deleted]]
2006 Dec 12
2
how do you interpolate a gaussian grid to a standard 2.5 degree grid?
Dear R-help community, I have looked on the R search site and archives but cannot find mention of a way of interpolating a gaussian distribution of data to a standard 2.5 degree grid. I have two global dataset and I need to correlate - unfortunately one is a 2.5 degree grid dim[longitude=144,latitude=72] and one is gaussian dim[longitude=192,latitude=94]. I would rally appreciate hearing
2012 Dec 23
1
Fwd: Re: Another ue for Recoll/Xapian? - AI/Eliza
People, I sent this note to JF at Recoll and he suggested asking here (his response below) - any suggestions? Thanks, Phil. -------- Original Message -------- Subject: Re: Another ue for Recoll? - AI/Eliza Date: 2012-12-23 19:22 From: jf at dockes.org To: <phil at pricom.com.au> Philip Rhoades writes: > Jean, > > I have been using Recoll happily for some time now but I