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: documentation/components/domain/object-categories.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,3 +74,13 @@ Supported Values:
74
74
|Subtree|All items under the searchbase. (default)|
75
75
|OneLevel|All items directly under the searchbase.|
76
76
|Base|Only the searchbase itself is inspected.|
77
+
78
+
## Notes on Filters
79
+
80
+
Object Categories are applied in two ways:
81
+
82
+
+ I already have an AD Object and want to know whether it is part of the Object Category (`TestScript`)
83
+
+ Active Directory, give me all objects of that category (`Filter` or `LDAPFilter`)
84
+
85
+
Depending on how any other Component works, either a filter or the TestScript is used.
86
+
Thus it is recommended, that both conditions evaluate the same way - Components will not use both ways to validate an object and results may be inconsistent if TestScript and Filter resolve to different results.
0 commit comments