RE: [U2] Preventing Unix Login

2004-05-24 Thread Doug Chanco
21, 2004 12:24 PM To: [EMAIL PROTECTED] Subject: RE: [U2] Preventing Unix Login Don't most flavors of unix support the /etc/nologin file? The contents of that file will be displayed instead of the usual 'Login please' prompt to telnet connections, as well as preventing logins, e

RE: [U2] Preventing Unix Login

2004-05-21 Thread George Gallen
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Friday, May 21, 2004 3:25 PM >To: [EMAIL PROTECTED] >Cc: Doug Chanco >Subject: RE: [U2] Preventing Unix Login > > >Non-member submission from ["Doug Chanco" <[EMAIL PROTECTED]>] > > >To keep users other than r

RE: [U2] Preventing Unix Login

2004-05-21 Thread [EMAIL PROTECTED]
Non-member submission from ["Doug Chanco" <[EMAIL PROTECTED]>] To keep users other than root from being able to login do the following: 1. login as root 2. touch /etc/nologin 3. vi /etc/nologin.txt (put in this file the message you want displayed, otherwise users may just think that they forgot

RE: [OT] RE: [U2] Preventing Unix Login

2004-05-21 Thread Jefferson, Jim
Or the one: "Unix is a very powerful weapon, perpetually aimed at your foot." Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Schasny Sent: Friday, May 21, 2004 1:11 PM To: [EMAIL PROTECTED] Subject:[OT] RE: [U2]

RE: [OT] RE: [U2] Preventing Unix Login

2004-05-21 Thread Anthony Dzikiewicz
That's kinda true and that's why I love unix. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Schasny Sent: Friday, May 21, 2004 2:11 PM To: [EMAIL PROTECTED] Subject:[OT] RE: [U2] Preventing Unix Login The number

RE: [U2] Preventing Unix Login

2004-05-21 Thread Karl L Pearson
Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill > Sent: Friday, May 21, 2004 12:39 PM > To: '[EMAIL PROTECTED]' > Subject: [U2] Preventing Unix Login > > We are getting file overflow error messages on

[OT] RE: [U2] Preventing Unix Login

2004-05-21 Thread Jeff Schasny
The number of varying methodologies presented in answer to this question reminded me of a quote I read somewhere years ago regarding Unix: "Its not really an operating system, its more like a kit that can be used to build one" -Original Message- From: Anthony Dzikiewicz [mailto:[EMAIL PRO

RE: [U2] Preventing Unix Login

2004-05-21 Thread Anthony Dzikiewicz
u are on unix and not windows, you could probably do the same. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Friday, May 21, 2004 12:39 PM To: '[EMAIL PROTECTED]' Subject:[U2] Preventing Unix Login We are getti

RE: [U2] Preventing Unix Login

2004-05-21 Thread George Gallen
27;s ok to login. I don't know if it will stop ftp logins however. George >-Original Message- >From: George Gallen [mailto:[EMAIL PROTECTED] >Sent: Friday, May 21, 2004 1:14 PM >To: [EMAIL PROTECTED] >Subject: RE: [U2] Preventing Unix Login > > >Most Unixs have

RE: [U2] Preventing Unix Login

2004-05-21 Thread Richard Lewis
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Friday, May 21, 2004 10:39 AM To: '[EMAIL PROTECTED]' Subject: [U2] Preventing Unix Login We are getting file overflow error messages on our Sales Order files and I want to

RE: [U2] Preventing Unix Login - UPDATED sorry!!!

2004-05-21 Thread Bobby Ramirez
/ -Original Message- From: Brutzman, Bill [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 9:39 AM To: '[EMAIL PROTECTED]' Subject: [U2] Preventing Unix Login We are getting file overflow error messages on our Sales Order files and I want to make sure that nobody can login as it i

RE: [U2] Preventing Unix Login

2004-05-21 Thread Jeff Fitzgerald
MAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Friday, May 21, 2004 9:47 AM To: '[EMAIL PROTECTED]' Subject: [U2] Preventing Unix Login We are getting file overflow error messages on our Sales Order files and I want to make sure that nobody can login as it is resi

RE: [U2] Preventing Unix Login

2004-05-21 Thread Jeff Schasny
ns allowed; try later!" sleep 5 exit 0 fi -Original Message- From: Brutzman, Bill [mailto:[EMAIL PROTECTED] Sent: Friday, May 21, 2004 9:39 AM To: '[EMAIL PROTECTED]' Subject: [U2] Preventing Unix Login We are getting file overflow error messages on our Sales Order

RE: [U2] Preventing Unix Login

2004-05-21 Thread Brutzman, Bill
LP: I will look into these commands... Thanks for writing. Regards -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lembit Pirn Sent: Friday, May 21, 2004 1:06 PM To: [EMAIL PROTECTED] Subject: Re: [U2] Preventing Unix Login Can't You use dbpause

RE: [U2] Preventing Unix Login

2004-05-21 Thread George Gallen
l [mailto:[EMAIL PROTECTED] >Sent: Friday, May 21, 2004 12:39 PM >To: '[EMAIL PROTECTED]' >Subject: [U2] Preventing Unix Login > > >We are getting file overflow error messages on our Sales Order >files and I >want to make sure that nobody can login as it is resizin

RE: [U2] Preventing Unix Login

2004-05-21 Thread Bobby Ramirez
21, 2004 9:39 AM To: '[EMAIL PROTECTED]' Subject: [U2] Preventing Unix Login We are getting file overflow error messages on our Sales Order files and I want to make sure that nobody can login as it is resizing. Maybe I am overly concerned. We are on UV 8.3.3 on HP-Unix v10. Sugge

Re: [U2] Preventing Unix Login

2004-05-21 Thread Lembit Pirn
Can't You use dbpause ? or just stop telnetd ? Lembit Pirn 7+7 Software Tondi 1 Tallinn 11313 Estonia +372 65 66 232 [EMAIL PROTECTED] - Original Message - From: "Brutzman, Bill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 21, 2004 7:39 PM Su

RE: [U2] Preventing Unix Login

2004-05-21 Thread Stevenson, Charles
ED] On Behalf Of > Brutzman, Bill > Sent: Friday, May 21, 2004 9:39 AM > To: '[EMAIL PROTECTED]' > Subject: [U2] Preventing Unix Login > > > We are getting file overflow error messages on our Sales > Order files and I want to make sure that nobody can login as &

[U2] Preventing Unix Login

2004-05-21 Thread Brutzman, Bill
We are getting file overflow error messages on our Sales Order files and I want to make sure that nobody can login as it is resizing. Maybe I am overly concerned. We are on UV 8.3.3 on HP-Unix v10. Suggestions are welcome. Bill Brutzman Manager, IT HK MetalCraft Mfg Corp PO Box 775 35 Industria