- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Created on 11-15-2016 02:09 PM - edited 08-17-2019 08:11 AM
updateddeleteuser.zipISSUE: Ranger ldap integration was working fine. Customer delete user from ranger UI and was facing issue while re-importing user in Ranger.
ROOT CAUSE: Customer removed the users from ranger UI and expected that the user should be automatically imported from ranger usersync process
Below are sample screenshot -
User named 'testuser' is deleted from Ranger UI.
But below you can see the user is still available in database.
RESOLUTION: There are multiple tables which has the entry for the user. You need to run delete script to delete the user entries from database and re-start ranger usersync process to re-import the user.
Please find attach delete script-
Syntax to run the script -
$ deleteUser.sh -f input.txt -u ranger_user -p password -db ranger [-r <replaceUser>]