Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 10-06-2016 10:58 AM
Hi,
I want to use Ranger-usersync to import users to ranger with a file (export from LDAP) : https://cwiki.apache.org/confluence/display/RANGER/File+Source+User+Group+Sync+process
I can see that insert and updates work. However, this does support delete user?
The same question if I used usersync with LDAP?
I already saw this article but I can not see if the bug has been corrected : https://community.hortonworks.com/articles/49127/does-ranger-user-group-sync-support-removing-users....
Thanks
Created 10-06-2016 11:03 AM
Yes. We can delete user using Ranger rest api as mentioned in -
I was able to successfully remove the users.
Created 10-06-2016 11:03 AM
Yes. We can delete user using Ranger rest api as mentioned in -
I was able to successfully remove the users.
Created 10-06-2016 11:07 AM
Thank for your quick reply. Do I need to delete users manually?
Let's say user x has been deleted from LDAP. Can Ranger detects this automatically and delete user x from its DB?
Created 10-06-2016 11:22 AM
You need to delete this manually from ranger. Ranger will not detect this automatically.
Created 10-06-2016 01:26 PM
@Sagar Shimpi Thanks