Skip to content

Commit

Permalink
website/docs: add note about lookups to AD docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krejcar25 committed Jan 13, 2025
1 parent 42129df commit 603a728
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Additional settings that might need to be adjusted based on the setup of your do
- User object filter: Which objects should be considered users. For Active Directory set it to `(&(objectClass=user)(!(objectClass=computer)))` to exclude Computer accounts.
- Group object filter: Which objects should be considered groups.
- Group membership field: Which user field saves the group membership
- Lookup using user attribute: Lookup group memberships from a user object attribute instead of a group attribute (`memberOf` instead of `member`). It can be useful for looking up nested group memberships, for which you'd want to use `memberOf:1.2.840.113556.1.4.1941:` as the group membership field, to tell Active Directory to follow DNs.
- Object uniqueness field: A user field which contains a unique Identifier

After you save the source, a synchronization will start in the background. When its done, you can see the summary under Dashboards -> System Tasks.
Expand Down

0 comments on commit 603a728

Please sign in to comment.