I would like to create users and the users account should be
locked after 3 login attempts. How to create ? And where
these locked information has been stored.
Environment : NIS
and if LDAP also

Answers were Sorted based on User's Feedback



I would like to create users and the users account should be locked after 3 login attempts. How to ..

Answer / akash

on Solaris 10
in /etc/default/login

SYSLOG_FAILED_LOGINS=5

set this variable , it mean take 5 times to wrong passwd and
after that user locked by wrong passwd.

Is This Answer Correct ?    0 Yes 0 No

I would like to create users and the users account should be locked after 3 login attempts. How to ..

Answer / anurag dhingra

To create a new user :

useradd -u uid -g gid -G{Gid1, Gid2,...} -d home dir -m -s shell -c "comment field" -l loginname

For user account should be locked after 3 login attempts:

2 Files should be configured like this

file1 : /etc/security/policy.conf
parameter : LOCK_AFTER_RETRIES=YES

file2 : /etc/default/login
parameter: RETRIES=3 (Default value=5)

Thanks @

Is This Answer Correct ?    0 Yes 0 No

I would like to create users and the users account should be locked after 3 login attempts. How to ..

Answer / saravanan

the locked info is stored in /etc/shadow .. file
login attempt is stored in /var/adm/loginlog...
the admin set to new password for user....
#passwd username

Is This Answer Correct ?    8 Yes 9 No

I would like to create users and the users account should be locked after 3 login attempts. How to ..

Answer / tapas jana

Edit the RETRIES parameter in the /etc/default/login file.
By default it is set as 3.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Solaris Commands Interview Questions

In a two node cluster how can you bring the one of the node in maintenance mode.

2 Answers   ITC Infotech,


What are thing you must ensure to provide security the system

2 Answers  


solaris network daemon

6 Answers   HP,


How can u find a file which is logged in last week?

0 Answers  


How can you search for commands at the boot prompt if you only know part of the command?

9 Answers  






how to change boot disk

4 Answers  


Have you done the patching, the patching is done by you only or some one will assign to you?

0 Answers   HP,


How to start llt and gab

1 Answers  


How to change network interface property in Solaris?

2 Answers   HCL,


How will see the version of the patches

1 Answers  


How to make SUN server as router in subnetwork?

0 Answers   ITC Infotech, JPMorgan Chase,


How to add a group

4 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)