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

After creating swap file update the same to /etc/vfstab what will be the fstype.

3 Answers  


How to find the VERITAS License?

7 Answers  


If telnet not working, what are the thing to be checked

3 Answers  


how will you execute backup and restore using the tar command in a single command

1 Answers   CMS,


How to change the default new user shell without mentioning -s /bin/sh in cmd useradd or usermod and which file we need to change? this is not for existing user

4 Answers   Tech Mahindra,






attributes of FS

1 Answers  


What is difference between Hard and Soft mount?

1 Answers  


Which command to lock the user Account?

3 Answers  


How will you check the process for particular user

2 Answers  


what is the diff between ufslog and vxfslog?

1 Answers  


How will you find the number of hard disk

4 Answers  


What is different between crontab and at command?

1 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)