389ds / 389-ds-base

The enterprise-class Open Source LDAP server for Linux
https://www.port389.org/
Other
212 stars 91 forks source link

manage acl evaluation context for concurrent operations #2885

Open 389-ds-bot opened 4 years ago

389-ds-bot commented 4 years ago

Cloned from Pagure issue: https://pagure.io/389-ds-base/issue/49826


In ticket 49780 a problem with the acl evaluation context in the connection exrtension is handled. It addresses a crash, but there is a more general problem with the use of the evaluation context in the connection if operations are not serialized and especially if there is one or more geteffective right operation.

We need to investigate how to manage this, either by enforcing serialization if GER is in place or by invalidating the eval context inthe connection so that no other thread will incorrectly use it or ....

We should also investigate how much benefit we really have from using the evaluation context in the connection or if we can abandon it

389-ds-bot commented 4 years ago

Comment from mreynolds (@mreynolds389) at 2018-07-05 17:19:52

Metadata Update from @mreynolds389:

389-ds-bot commented 4 years ago

Comment from vashirov (@vashirov) at 2020-02-19 16:10:29

Metadata Update from @vashirov:

389-ds-bot commented 4 years ago

Comment from mreynolds (@mreynolds389) at 2020-05-06 16:22:11

Metadata Update from @mreynolds389: