Commits
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Mar 30, 2021
-
Handle non-existing groups gracefully
Grouper returns status code of 500 if we ask specifically for a group that does not exist. This is now handled correctly. Resolves MID-6756 and MID-6900.
Copy the full SHA 3517396View commit details
Commits on Nov 25, 2019
-
Rename exportStem config param to baseStem
Also changed connector version to 0.6.
Commits on Nov 23, 2019
-
-
General cleanup of connector code
Obsolete features like support for __ACCOUNT__ and __GROUP__ object classes were removed. Currently the connector supports only PlainGroup object class that contains a list of group members. The code was generally cleaned up and refactored to improve understandability and maintainability. Unnecessary dependencies were removed to reduce JAR size. Version was increased to 0.5.
Commits on Jul 29, 2019
-
Fix group exclusion support in plain-group case
Plus change version to 0.4.
Commits on Jun 12, 2019
Commits on Jun 11, 2019
-
Add support for "plain groups"
In this mode the Grouper resource is seen as a set of groups, each consisting of a set of members IDs.