• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Weblogic Need to disable User Lockout for only one user

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,


In our weblogic 10.3.0 I created new user in Security Realms->myrealm for basic authentication to my webapplication.
By default the user is getting locked if any body tries to use wrong password 5 times.
I don't want my user should get lock and I found an option, i.e under Configuration there is an tab called User Lockout.
Inside I just unchecked Lockout Enabled and saved. After restarting the server, the issue got resolved.


But if I do this all the users are effecting. I want this change needs to be done to only for my user.


Is there is any way to do this?




Thanks in advance.


Subba
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic