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
Copy file name to clipboardExpand all lines: docs/389ds/design/memberof-specific-group-scoping-design.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,9 @@ This is implemented by passing a new *entry_info C struct*, that contains the gr
31
31
Behavior
32
32
--------
33
33
34
-
The specific group constraints are strict. If you specify one specific group to include, then all other groups in the DIT will be excluded, regardless of their location. If it's not found by the "specific group" filters, then it's not updated. Similarly for excluding specific groups, if the group is not by the exclude filters, then it gets updated. It might not make sense to use both include and exclude specific group filters simultaneously. Instead, choose one approach that best fits your needs.
34
+
The specific group constraints are strict. If you specify one specific group to include, then all other groups in the DIT will be excluded, regardless of their location. If it's not found by the "specific group" filters, then it's not updated. Similarly for excluding specific groups, if the group does not match any of the exclude filters, then it gets updated. It might not make sense to use both include and exclude specific group filters simultaneously. Instead, choose one approach that best fits your needs.
35
+
36
+
NOTE - If you have a strong understanding of LDAP search filters you can technically create a single complex "include" filter to covers all the include/exclude cases, but this can be complicated/confusing and not a requirement.
35
37
36
38
Major configuration options and enablement
37
39
------------------------------------------
@@ -48,7 +50,7 @@ The "entry_info" struct in memberof.c
48
50
There are three new multi-valued configuration attributes that can be set in: **cn=MemberOf Plugin,cn=plugins,cn=config**:
0 commit comments