Skip to content

Commit

Permalink
commit d0b96f0
Browse files Browse the repository at this point in the history
Merge: a0fee6e 4dc1aae
Author: Sagar Gurung <[email protected]>
Date:   Thu Jan 19 16:15:39 2023 +0545

    Merge pull request #5415 from roshanlc/tests-for-change-role-to-internal-4979

    [tests-only][full-ci] Add tests scenarios for updating role of public link to internal
  • Loading branch information
SagarGi committed Jan 20, 2023
1 parent 7a4cf4b commit 7f4e2e3
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions services/_includes/adoc/global_configvars.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ a| [subs=-attributes]
++string ++

a| [subs=-attributes]
++uid=reva,ou=sysusers,o=libregraph-idm ++
++uid=idp,ou=sysusers,o=libregraph-idm ++

a| [subs=-attributes]
LDAP DN to use for simple bind authentication with the target LDAP server.
Expand Down Expand Up @@ -282,7 +282,7 @@ a| [subs=-attributes]
++ldaps://localhost:9235 ++

a| [subs=-attributes]
URI of the LDAP Server to connect to. Supported URI schemes are 'ldaps://' and 'ldap://'
Url of the LDAP service to use as IDP.

a| `LDAP_USER_BASE_DN`

Expand Down Expand Up @@ -336,7 +336,7 @@ a| [subs=-attributes]
++inetOrgPerson ++

a| [subs=-attributes]
The object class to use for users in the default user search filter ('inetOrgPerson').
LDAP User ObjectClass like 'inetOrgPerson'.

a| `LDAP_USER_SCHEMA_DISPLAYNAME`

Expand Down Expand Up @@ -367,10 +367,10 @@ a| [subs=-attributes]
++string ++

a| [subs=-attributes]
++ownclouduuid ++
++uid ++

a| [subs=-attributes]
LDAP Attribute to use as the unique id for users. This should be a stable globally unique id like a UUID.
LDAP User uuid attribute like 'uid'.

a| `LDAP_USER_SCHEMA_ID_IS_OCTETSTRING`

Expand Down Expand Up @@ -404,7 +404,7 @@ a| [subs=-attributes]
++mail ++

a| [subs=-attributes]
LDAP Attribute to use for the email address of users.
LDAP User email attribute like 'mail'.

a| `LDAP_USER_SCHEMA_USERNAME`

Expand All @@ -419,10 +419,10 @@ a| [subs=-attributes]
++string ++

a| [subs=-attributes]
++uid ++
++displayName ++

a| [subs=-attributes]
LDAP Attribute to use for username of users.
LDAP User name attribute like 'displayName'.

a| `LDAP_USER_SCOPE`

Expand Down Expand Up @@ -466,13 +466,13 @@ a| [subs=attributes+]
* xref:{s-path}/storage-users.adoc[storage-users] +

a| [subs=-attributes]
++[]string ++
++string ++

a| [subs=-attributes]
++[] ++
++ ++

a| [subs=-attributes]
Node addresses to use for the cache store.
A comma-separated list of addresses to connect to. Only valid if the above setting is set to "etcd"

a| `OCIS_CACHE_STORE_SIZE`

Expand Down Expand Up @@ -501,10 +501,10 @@ a| [subs=-attributes]
++string ++

a| [subs=-attributes]
++memory ++
++ ++

a| [subs=-attributes]
Store implementation for the cache. Valid values are "memory" (default), "redis", and "etcd".
The type of the cache store. Valid options are "noop", "ocmem", "etcd" and "memory"

a| `OCIS_CORS_ALLOW_CREDENTIALS`

Expand Down Expand Up @@ -853,7 +853,7 @@ a| [subs=-attributes]
++false ++

a| [subs=-attributes]
Ignore untrusted SSL certificates when connecting to the webdav source.
Whether to verify the server TLS certificates.

a| `OCIS_JWT_SECRET`

Expand Down Expand Up @@ -1099,7 +1099,7 @@ a| [subs=-attributes]
++https://localhost:9200 ++

a| [subs=-attributes]
The identity provider value to set in the group IDs of the CS3 group objects for groups returned by this group provider.
The OIDC issuer URL to use.

a| `OCIS_SYSTEM_USER_API_KEY`

Expand Down Expand Up @@ -1338,10 +1338,10 @@ a| [subs=-attributes]
++string ++

a| [subs=-attributes]
++https://127.0.0.1:9200 ++
++https://localhost:9200 ++

a| [subs=-attributes]
URL, where oCIS is reachable for users.
The OIDC issuer URL to use.

a| `REVA_GATEWAY`

Expand Down Expand Up @@ -1392,7 +1392,7 @@ a| [subs=-attributes]
++ ++

a| [subs=-attributes]
Transfer secret for signing file up- and download requests.
The storage transfer secret.

a| `STORAGE_USERS_OCIS_ASYNC_UPLOADS`

Expand Down

0 comments on commit 7f4e2e3

Please sign in to comment.