You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to work with groups? My login is part of a group, as in the example below.
The group has permissions, so any other user in the group inherits the permissions?
You can set default role a user will be assigned to by default_role_membership property as described in the readme, otherwise I do not understand your question.
instead of using default role membership for all the ldap users, can we use ldap group(s) for authorization ?
for instance:
can we create all the roles in advance with different grants ( cn=cass-admin,ou=People,dc=test,dc=com : superuser, cn=developers,ou=People,dc=test,dc=com : only select privileges ) and based on given filter_template ( or anything ) , user will be a memberOf one these two roles automatically.
Is it possible to work with groups? My login is part of a group, as in the example below.
The group has permissions, so any other user in the group inherits the permissions?
What version of Cassandra are you using?
Cassandra 4.0.4
What version of Cassandra LDAP are you using?
LDAP v4.0.7-1.0.0
What did you do?
I created a Role with the group I'm part of
What did you expect to see?
Permissions inherited from the group or login, as I am part of the group
The text was updated successfully, but these errors were encountered: