Skip to content

Commit 261321f

Browse files
Update object-categories.md
1 parent 6d445f3 commit 261321f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

documentation/components/domain/object-categories.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,13 @@ Supported Values:
7474
|Subtree|All items under the searchbase. (default)|
7575
|OneLevel|All items directly under the searchbase.|
7676
|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

Comments
 (0)