Skip to content

Commit

Permalink
feat(jans-link): change schema name cache refresh to link (#5484)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhar16 authored Jul 11, 2023
1 parent 6673d55 commit 412f753
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 412f753

Please sign in to comment.