-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
microsoft.ad.user - Add group lookup DN logic
Adds the same DN lookup logic to the microsoft.ad.user groups option. This allows the caller to add/remove/set the user's group membership to groups that are in a different domain. This change also aligns renames the missing_behaviour option to lookup_failure_action to be consistent with the other lookup DN options. THe missing_behaviour option is still present as an alias for backwards compatibility.
- Loading branch information
Showing
5 changed files
with
313 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
minor_changes: | ||
- >- | ||
microsoft.ad.user - Support group member lookup on alternative server using the DN lookup syntax. | ||
This syntax uses a dictionary where ``name`` defined the group to lookup and ``server`` defines the | ||
server to lookup the group on. | ||
- >- | ||
microsoft.ad.user - Rename the option ``groups.missing_action`` to ``groups.lookup_failure_action`` | ||
to make the option more consistent with other modules. The ``missing_action`` option is still | ||
supported as an alias. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.