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. |