Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How will you view the packages?

2 Answers  


please post the step by step commands to take a back of directories or files in a CDROM\DVDROM\TAPE(DDS)

5 Answers  


1.Password less authentication in linux & Solaris

1 Answers   TCS,


If you have got a LUN, How to configure it, how to allocate LUN in linux/ solaris. What are the steps ?

2 Answers   Wipro,


if /etc/system file file got deleted how you will regenerate from ok prompt ? in solaris and if and /etc/inittab file got deleted how you will regenerate from ok prompt and if both files got deleted how you will regenerate from ok prompt

3 Answers   Wipro,


How to stop if Solaris system it rebooting continually. What is the steps to come normal position.

8 Answers  


in solaris performance tuning what fields we check with IOSTAT, VMSTAT and NETSTAT?

3 Answers   Wipro,


can you explain about the vxencap command in veritas volume manager?

3 Answers   VeriSign, Wipro,


Which service assign port no dynamically

1 Answers  


what is mount ? in that what will happen exactly ?

1 Answers  


What are the daemons in VERITAS?

6 Answers   HCL,


How will you check the disk performance?

2 Answers   Wipro,


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)