- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Ranger Admin UI - Login Lockout
- Labels:
-
Apache Ranger
Created ‎03-15-2019 05:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi All,
Is there a way to enable/add security feature on Ranger Admin UI to lockout user/ip when hits a number of failed login attempt?
Thank you,
MD
Created ‎12-15-2021 11:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HelloMD,
Ranger doesn't lock the account, it is AD/LDAP setting to manage.
Basically, you need to check with the AD Admin regarding this policy management.
When you give an incorrect password the BadPwdCnt parameter in AD Account Attribute will increase and the account will not lock till it reaches the Account Locked Threshold.
Hope it helps!
Thanks
Mayank Gupta
Created ‎06-28-2023 11:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Faced a similar issue, which I see as part of https://issues.apache.org/jira/browse/RANGER-2362
But we can disable the same by setting below property in Ranger
ranger.admin.login.autolock.enabled=false
