Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sfox committed Oct 22, 2021
1 parent 44fa66e commit 06e7ed3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The grouper connector has the following features:


* The connector configuration is specified in the user interface
* The connectory supports two Types related to Grouper. These are Group Objects and Stem objects. A Stem object is also known within grouper as a folder.
* The connector supports two Types related to Grouper. These are Group Objects and Stem objects. A Stem object is also known within grouper as a folder.
* A Stem object has attributes and may contain child stems or child groups.
* A Group object has attributes and may contain members also known as subjects
* The connector retrieves and filters stems and groups which are children of the configured base stem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ class AbstractTest {
static final String TEST_UUID_NON_EXISTENT = "dd089842948329438249284928289XXX";

// Connector configuration
private static final String BASE_URL = "https://abc.workbench.incommon.org";
private static final String BASE_URL = "https://localhost:443";
private static final String ADMIN_USERNAME = TEST_USER;
private static final String ADMIN_PASSWORD = "password1";
private static final String ADMIN_PASSWORD = "password";
private static final String BASE_STEM = "app:sympa";
private static final String[] STEM_ATTRIBUTE_NAMES = null;
private static final String[] STEM_INCLUDE_PATTERN = { ".*" };
Expand Down

0 comments on commit 06e7ed3

Please sign in to comment.