Maximum unsuccessful attempts in unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Maximum unsuccessful attempts in unix
# 1  
Old 12-06-2011
Maximum unsuccessful attempts in unix

Hello everyone,

Can anyone help me out where is the maximum unsuccessful login attempts stored in unix?

How can we know how many unsuccessful login attempts an user has made?

Where is the blocked users info maintained or how can we get whether the user is blocked?

Thanks in advance.
# 2  
Old 12-06-2011
That might depend on the version of "Unix" you are using.
# 3  
Old 12-06-2011
Quite sure it is more than "might depend"... Smilie
For HP-UX it can depend, depending of OS version of if the server is "trusted" or not also...
# 4  
Old 12-06-2011
Until we know what Operating System you have, this is guesswork. There are proprietary security mechanisms and various connection mechanisms to connect to a unix server. There is no generic answer for all "unix".

For a basic "telnet" connection (where allowed by local rules) a general answer is to read "man login" (It's specific to the machine).
The "telnet" login process is designed to be immune to brute force attack and will not accept typeahead or multiple failed passwords before getting slower and slower to respond and then dropping the connection. You will know that the unix "last" command gives a history of successful logins, but when properly configured the unix "lastb" command gives a history of unsuccessful logins (including the source IP address).

Personally I have never heard the term "blocked users" in the context of unix or Windows Systems Administration (though I can guess what it means).
I do routinely "lock" unix accounts (see "man passwd") and "disable" Microsoft Windows accounts.


Hmm. Sounds like interview questions ... or maybe awkward questions from an auditor?

Last edited by methyl; 12-06-2011 at 04:27 PM.. Reason: refining and typos and unsuccessful spelling
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to get successful/unsuccessful FTP logs in UNIX

Hi, We have one UNIX Server (Sun Solaris), and the files coming to this server from another server. The problem is, that server is continously sending files to our server via FTP. But the observation is that some files missing in our Server but in that server it shows the files FTPed... (2 Replies)
Discussion started by: vikash.rastogi
2 Replies

2. Shell Programming and Scripting

what is the maximum length of a unix shell variable which can be can passed to plsql

what is the maximum length of a unix shell variable which can be can passed to plsql variable:( (1 Reply)
Discussion started by: alokjyotibal
1 Replies

3. Shell Programming and Scripting

swremove unsuccessful case handling

i am using the command "swremove productname".... How can i check the unsucceful condition?.... i want to say "if unsuccessful display that message to the user and exit".... Can anu one help me??.... i am coding in this script for the first time so please dont mind... THanks (1 Reply)
Discussion started by: rag84dec
1 Replies

4. UNIX for Dummies Questions & Answers

Unix shell script for finding top ten files of maximum size

I need to write a Unix shell script which will list top 10 files in a directory tree on basis of size. i.e. first file should be the biggest in the whole directory and all its sub directories. Please suggest any ideas (10 Replies)
Discussion started by: abhilashnair
10 Replies

5. UNIX for Dummies Questions & Answers

what is the maximum length of th os-command line in Unix.

Hi All, I didn't find any thread that match this question so I hope it's not redundant. I am totally new to Unix. I want to know what is the maximum length of the os-commandline in Unix. Will it cause any problem if I run any application whose total path length is much longer than 256... (2 Replies)
Discussion started by: kumardesai
2 Replies

6. UNIX for Dummies Questions & Answers

Maximum size of a file in unix

What's the maximum file size supported by unix. (3 Replies)
Discussion started by: nagalenoj
3 Replies

7. UNIX for Advanced & Expert Users

Unix and the maximum number of processes under a 386 box.

Hi ! I would like to know if Unix could launch more than 8192 processes , which is the maximum number of LDTs on a 386 box. Is this done by swapping some memory on the disk ? Thanks for your answers. (0 Replies)
Discussion started by: krhamidou
0 Replies

8. UNIX for Dummies Questions & Answers

user password keeps "unsuccessful attempts"

i had a user who informed that when he tried to login he got this " too many unsuccessful attepmpts" this has happened regularly and he did not forget his password. i suspect that somebody tried to change. so i did some checks. i did a last, and found that nobody uses this sipo other than... (8 Replies)
Discussion started by: yls177
8 Replies

9. UNIX for Advanced & Expert Users

Maximum 3 login attempts

Hi, I notice in my Sun Solaris 8 sparc workstation, if I failed my login in the 5th time, I will be closed the connection from the host. I want to make 3 times. That is, if user fails to login with 3 attempts, he will be closed the connection. How to do it? Of course I am the admin of the... (2 Replies)
Discussion started by: champion
2 Replies

10. UNIX for Dummies Questions & Answers

Unsuccessful compilation of TOP s/w

Hi, I did the following : /usr/local/bin/gcc -DHAVE_GETOPT -DORDER -DHAVE_STRERROR -c top.c and I got these error messages : /usr/ccs/bin/as: "/var/tmp/ccZcR4Mm.s", line 1936: error: unknown opcode ".subsection" /usr/ccs/bin/as: "/var/tmp/ccZcR4Mm.s", line 1936: error: statement... (1 Reply)
Discussion started by: dawn_lwf
1 Replies
Login or Register to Ask a Question