Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jans-link): change schema name cache refresh to link #5484

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"maxConnections": 10,
"useSSL": true,
"baseDNs": [
"ou=cache-refresh,o=site"
"ou=link,o=site"
],
"useAnonymousBind": false,
"enabled": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public final class JansConstants extends OxConstants {
public static final String CACHE_ATTRIBUTE_CUSTOM_KEY_LIST = "customAttributeList";
public static final String CACHE_ATTRIBUTE_ORIGIN_KEY_LIST = "attributeOriginList";
public static final String CACHE_ORGANIZATION_CUSTOM_MESSAGE_KEY = "organizationCustomMessage";
public static final String CACHE_REFRESH_DEFAULT_BASE_DN = "ou=cache-refresh,o=site";
public static final String CACHE_REFRESH_DEFAULT_BASE_DN = "ou=link,o=site";

public static final String INUM_TYPE_PEOPLE_SLUG = "people";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ objectClass: top
objectClass: organization
o: site

dn: ou=cache-refresh,o=site
dn: ou=link,o=site
objectClass: top
objectClass: organizationalUnit
ou: people
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"maxConnections": 10,
"useSSL": true,
"baseDNs": [
"ou=cache-refresh,o=site"
"ou=link,o=site"
],
"primaryKey": null,
"localPrimaryKey": null,
Expand Down