From 78be3b2256ca38e903d51604f43ec490554edaf2 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Wed, 7 Feb 2024 11:41:50 +0100 Subject: [PATCH] Add table for removed variables between 4.0.0 and 5.0.0 Co-authored-by: Martin Mattel Signed-off-by: Christian Richter --- .../{4.0.5-5.0.0-added.adoc => 4.0.0-5.0.0-added.adoc} | 0 .../{4.0.5-5.0.0-added.md => 4.0.0-5.0.0-added.md} | 0 docs/env-var-deltas/4.0.0-5.0.0-removed.md | 10 ++++++++++ 3 files changed, 10 insertions(+) rename docs/env-var-deltas/{4.0.5-5.0.0-added.adoc => 4.0.0-5.0.0-added.adoc} (100%) rename docs/env-var-deltas/{4.0.5-5.0.0-added.md => 4.0.0-5.0.0-added.md} (100%) create mode 100644 docs/env-var-deltas/4.0.0-5.0.0-removed.md diff --git a/docs/env-var-deltas/4.0.5-5.0.0-added.adoc b/docs/env-var-deltas/4.0.0-5.0.0-added.adoc similarity index 100% rename from docs/env-var-deltas/4.0.5-5.0.0-added.adoc rename to docs/env-var-deltas/4.0.0-5.0.0-added.adoc diff --git a/docs/env-var-deltas/4.0.5-5.0.0-added.md b/docs/env-var-deltas/4.0.0-5.0.0-added.md similarity index 100% rename from docs/env-var-deltas/4.0.5-5.0.0-added.md rename to docs/env-var-deltas/4.0.0-5.0.0-added.md diff --git a/docs/env-var-deltas/4.0.0-5.0.0-removed.md b/docs/env-var-deltas/4.0.0-5.0.0-removed.md new file mode 100644 index 0000000000..a571c8e003 --- /dev/null +++ b/docs/env-var-deltas/4.0.0-5.0.0-removed.md @@ -0,0 +1,10 @@ +# Removed Variables between oCIS 4.0.5 and oCIS 5.0.0-rc1 + +| File | Variable | Replacement | Description | +|------------------------------------------|--------------------------------------|-------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| services/auth-basic/pkg/config/config.go | `LDAP_BIND_PASSWORD` | `OCIS_LDAP_BIND_PASSWORD` | Password to use for authenticating the 'bind_dn'. | +| services/graph/pkg/config/config.go | `LDAP_BIND_PASSWORD` | `OCIS_LDAP_BIND_PASSWORD` | Password to use for authenticating the 'bind_dn'. | +| services/groups/pkg/config/config.go | `LDAP_BIND_PASSWORD` | `OCIS_LDAP_BIND_PASSWORD` | Password to use for authenticating the 'bind_dn'. | +| services/idp/pkg/config/config.go | `LDAP_BIND_PASSWORD` | `OCIS_LDAP_BIND_PASSWORD` | Password to use for authenticating the 'bind_dn'. | +| services/users/pkg/config/config.go | `LDAP_BIND_PASSWORD` | `OCIS_LDAP_BIND_PASSWORD` | Password to use for authenticating the 'bind_dn'. | +| services/users/pkg/config/config.go | `LDAP_USER_SCHEMA_ID_IS_OCTETSTRING` | `OCIS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING` | Set this to true if the defined 'ID' attribute for users is of the 'OCTETSTRING' syntax. This is e.g. required when using the 'objectGUID' attribute of Active Directory for the user ID's. |