Skip to content

Commit 5984df5

Browse files
authored
Merge pull request #11938 from owncloud/more_new_envvars_for_delta
More new envvars for delta
2 parents 279f586 + 4beba9c commit 5984df5

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

docs/services/general-info/envvars/env-var-deltas/7.3.0-8.0.0-added.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// # Added Variables between oCIS 7.3.0 and oCIS 8.0.0
22
// commenting the headline to make it better includable
33

4-
// table created per 2026.01.19
4+
// table created per 2026.01.21
55
// the table should be recreated/updated on source () changes
66

77
[width="100%",cols="~,~,~,~",options="header"]
@@ -48,6 +48,16 @@
4848
| LDAP Attribute of the instance name. Requires OCIS_MULTI_INSTANCE_ENABLED.
4949
|
5050

51+
|
52+
| OCIS_LDAP_CROSS_INSTANCE_REFERENCE_TEMPLATE
53+
| Template for the users unique reference across oCIS instances. Requires OCIS_MULTI_INSTANCE_ENABLED.
54+
|
55+
56+
|
57+
| OCIS_LDAP_INSTANCE_URL_TEMPLATE
58+
| Template for the instance URL. Requires OCIS_MULTI_INSTANCE_ENABLED.
59+
|
60+
5161
|
5262
| OCIS_LDAP_PRECISE_SEARCH_ATTRIBUTE
5363
| LDAP Attribute to be used for searching users on other instances. Requires OCIS_MULTI_INSTANCE_ENABLED.

docs/services/general-info/envvars/env-var-deltas/7.3.0-8.0.0-added.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
| | OCIS_LDAP_INSTANCE_MAPPER_ENABLED | The InstanceMapper allows mapping instance names (user readable) to instance IDs (machine readable) based on an LDAP query. See other _INSTANCE_MAPPER_ env vars. Requires OCIS_MULTI_INSTANCE_ENABLED. | false |
99
| | OCIS_LDAP_INSTANCE_MAPPER_ID_ATTRIBUTE | LDAP Attribute of the instance ID. Requires OCIS_MULTI_INSTANCE_ENABLED. | |
1010
| | OCIS_LDAP_INSTANCE_MAPPER_NAME_ATTRIBUTE | LDAP Attribute of the instance name. Requires OCIS_MULTI_INSTANCE_ENABLED. | |
11+
| | OCIS_LDAP_CROSS_INSTANCE_REFERENCE_TEMPLATE | Template for the users unique reference across oCIS instances. Requires OCIS_MULTI_INSTANCE_ENABLED. | |
12+
| | OCIS_LDAP_INSTANCE_URL_TEMPLATE | Template for the instance URL. Requires OCIS_MULTI_INSTANCE_ENABLED. | |
1113
| | OCIS_LDAP_PRECISE_SEARCH_ATTRIBUTE | LDAP Attribute to be used for searching users on other instances. Requires OCIS_MULTI_INSTANCE_ENABLED. | |
1214
| | OCIS_LDAP_USER_GUEST_ATTRIBUTE | LDAP Attribute to signal the user is guest of an instance. Requires OCIS_MULTI_INSTANCE_ENABLED. | |
1315
| | OCIS_LDAP_USER_MEMBER_ATTRIBUTE | LDAP Attribute to signal the user is member of an instance. Requires OCIS_MULTI_INSTANCE_ENABLED. | |

docs/services/general-info/envvars/env-var-deltas/7.3.0-8.0.0-deprecated.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// # Deprecated Variables between oCIS 7.3.0 and oCIS 8.0.0
22
// commenting the headline to make it better includable
33

4-
// table created per 2026.01.19
4+
// table created per 2026.01.21
55
// the table should be recreated/updated on source () changes
66

77
[width="100%",cols="~,~,~,~,~",options="header"]

docs/services/general-info/envvars/env-var-deltas/7.3.0-8.0.0-removed.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// # Removed Variables between oCIS 7.3.0 and oCIS 8.0.0
22
// commenting the headline to make it better includable
33

4-
// table created per 2026.01.19
4+
// table created per 2026.01.21
55
// the table should be recreated/updated on source () changes
66

77
[width="100%",cols="~,~,~,~",options="header"]

0 commit comments

Comments
 (0)