Using Ldap Linkservice, how do I set default roles of users
I am trying to set up roles for users in the database using LDAP linkservice. I am able to create the appropriate roles and users, but their default role is null when I run the LDAP search and bind. How do I set this up to automatically inherit the default_role (s) for each role they have access to?
0
Comments
The instructions for setting up database roles are here: https://my.vertica.com/docs/8.0.x/HTML/index.htm#Authoring/SQLReferenceManual/Statements/ALTERUSER.htm
You cannot automatically inherit default roles; you need to manually assign roles to users.
Hope this helps.