Skip to content

Commit

Permalink
commit 1103af6
Browse files Browse the repository at this point in the history
Merge: 2300ab0 e2e6a2f
Author: Jasmine Baral <40829116+jasson99@users.noreply.github.com>
Date:   Thu Jul 1 19:50:03 2021 +0545

    Merge pull request #2233 from owncloud/adjustRemainingIssues

    [Tests-Only] Adjust expected failures for remaining closed issues
  • Loading branch information
jasson99 committed Jul 1, 2021
1 parent e9f9567 commit d110ef8
Show file tree
Hide file tree
Showing 15 changed files with 808 additions and 808 deletions.
216 changes: 108 additions & 108 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-07-01T07:53:44+0000"
date: "2021-07-01T14:05:19+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -35,11 +35,22 @@ If multiple variables are listed for one option, they are in order of precedence

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### accounts update
### accounts add

Create a new account

Usage: `accounts add [command options] [arguments...]`










Make changes to an existing account

Usage: `accounts update [command options] [arguments...]`



Expand Down Expand Up @@ -82,6 +93,10 @@ Usage: `accounts update [command options] [arguments...]`
: Set the displayname for the account.


-username |
: Username will be written to preferred-name and on_premises_sam_account_name.


-preferred-name |
: Set the preferred-name for the account.

Expand Down Expand Up @@ -115,9 +130,23 @@ Usage: `accounts update [command options] [arguments...]`



### accounts ocis-accounts

Provide accounts and groups for oCIS

Usage: `accounts ocis-accounts [command options] [arguments...]`


-log-level | $ACCOUNTS_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.


-log-pretty | $ACCOUNTS_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.


-log-color | $ACCOUNTS_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.



Expand All @@ -127,11 +156,8 @@ Usage: `accounts update [command options] [arguments...]`



### accounts version

Print the versions of the running instances

Usage: `accounts version [command options] [arguments...]`



Expand Down Expand Up @@ -172,31 +198,27 @@ Usage: `accounts version [command options] [arguments...]`



### accounts inspect

Show detailed data on an existing account

Usage: `accounts inspect [command options] [arguments...]`







-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `flags.OverrideDefaultString(cfg.GRPC.Namespace, "com.owncloud.api")`.


-name | $ACCOUNTS_NAME
: service name. Default: `flags.OverrideDefaultString(cfg.Server.Name, "accounts")`.





### accounts add

Create a new account

Usage: `accounts add [command options] [arguments...]`



Expand Down Expand Up @@ -241,57 +263,37 @@ Usage: `accounts add [command options] [arguments...]`
-name | $ACCOUNTS_NAME
: service name. Default: `flags.OverrideDefaultString(cfg.Server.Name, "accounts")`.

### accounts list

-enabled |
: Enable the account.
List existing accounts

Usage: `accounts list [command options] [arguments...]`

-displayname |
: Set the displayname for the account.


-username |
: Username will be written to preferred-name and on_premises_sam_account_name.


-preferred-name |
: Set the preferred-name for the account.


-on-premises-sam-account-name |
: Set the on-premises-sam-account-name.


-mail |
: Set the mail for the account.


-description |
: Set the description for the account.


-password |
: Set the password for the account.


-force-password-change |
: Force password change on next sign-in.


-force-password-change-mfa |
: Force password change on next sign-in with mfa.







### accounts inspect

Show detailed data on an existing account

Usage: `accounts inspect [command options] [arguments...]`



Expand All @@ -315,6 +317,26 @@ Usage: `accounts inspect [command options] [arguments...]`



-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `flags.OverrideDefaultString(cfg.GRPC.Namespace, "com.owncloud.api")`.


-name | $ACCOUNTS_NAME
: service name. Default: `flags.OverrideDefaultString(cfg.Server.Name, "accounts")`.





### accounts rebuildIndex

Rebuilds the service's index, i.e. deleting and then re-adding all existing documents

Usage: `accounts rebuildIndex [command options] [arguments...]`







Expand Down Expand Up @@ -345,30 +367,31 @@ Usage: `accounts inspect [command options] [arguments...]`



-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `flags.OverrideDefaultString(cfg.GRPC.Namespace, "com.owncloud.api")`.


-name | $ACCOUNTS_NAME
: service name. Default: `flags.OverrideDefaultString(cfg.Server.Name, "accounts")`.

### accounts ocis-accounts

Provide accounts and groups for oCIS

Usage: `accounts ocis-accounts [command options] [arguments...]`


-log-level | $ACCOUNTS_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.


-log-pretty | $ACCOUNTS_LOG_PRETTY , $OCIS_LOG_PRETTY
: Enable pretty logging.


-log-color | $ACCOUNTS_LOG_COLOR , $OCIS_LOG_COLOR
: Enable colored logging.









### accounts remove

Removes an existing account

Usage: `accounts remove [command options] [arguments...]`



Expand Down Expand Up @@ -417,6 +440,15 @@ Usage: `accounts ocis-accounts [command options] [arguments...]`






-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `flags.OverrideDefaultString(cfg.GRPC.Namespace, "com.owncloud.api")`.


-name | $ACCOUNTS_NAME
: service name. Default: `flags.OverrideDefaultString(cfg.Server.Name, "accounts")`.



Expand Down Expand Up @@ -542,34 +574,11 @@ Usage: `accounts server [command options] [arguments...]`



### accounts list

List existing accounts

Usage: `accounts list [command options] [arguments...]`





















### accounts update

Make changes to an existing account

Usage: `accounts update [command options] [arguments...]`



Expand Down Expand Up @@ -604,51 +613,40 @@ Usage: `accounts list [command options] [arguments...]`
: service name. Default: `flags.OverrideDefaultString(cfg.Server.Name, "accounts")`.


-enabled |
: Enable the account.



### accounts rebuildIndex

Rebuilds the service's index, i.e. deleting and then re-adding all existing documents

Usage: `accounts rebuildIndex [command options] [arguments...]`























-displayname |
: Set the displayname for the account.


-preferred-name |
: Set the preferred-name for the account.


-on-premises-sam-account-name |
: Set the on-premises-sam-account-name.


-mail |
: Set the mail for the account.


-description |
: Set the description for the account.


-password |
: Set the password for the account.


-force-password-change |
: Force password change on next sign-in.


-force-password-change-mfa |
: Force password change on next sign-in with mfa.



Expand All @@ -666,13 +664,13 @@ Usage: `accounts rebuildIndex [command options] [arguments...]`



### accounts remove

Removes an existing account

Usage: `accounts remove [command options] [arguments...]`
### accounts version

Print the versions of the running instances

Usage: `accounts version [command options] [arguments...]`



Expand Down Expand Up @@ -731,3 +729,5 @@ Usage: `accounts remove [command options] [arguments...]`





Loading

0 comments on commit d110ef8

Please sign in to comment.