Skip to content

Commit

Permalink
commit 834a146
Browse files Browse the repository at this point in the history
Merge: 7270422 b98761e
Author: Willy Kloucek <[email protected]>
Date:   Tue Aug 10 11:29:06 2021 +0200

    Merge pull request #2367 from owncloud/release-1.10.0

    [full-ci] Release 1.10.0
  • Loading branch information
wkloucek committed Aug 10, 2021
1 parent 4ef9791 commit 5f92b76
Show file tree
Hide file tree
Showing 15 changed files with 803 additions and 803 deletions.
292 changes: 146 additions & 146 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-08-10T07:23:18+0000"
date: "2021-08-10T09:29:45+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -35,11 +35,133 @@ 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 version
### accounts add

Create a new account

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


















































-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `"com.owncloud.api"`.


-name | $ACCOUNTS_NAME
: service name. Default: `"accounts"`.


-enabled |
: Enable the account.


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


-uidnumber |
: Set the uidnumber for the account.


-gidnumber |
: Set the gidnumber for the account.


-mail |
: Set the mail for the account.


-description |
: Set the description for the account.


-password |
: Set the password for the account.


-password-policies |
: Possible policies: DisableStrongPassword, DisablePasswordExpiration.


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


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







### accounts remove

Removes an existing account

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

Print the versions of the running instances

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



Expand Down Expand Up @@ -114,8 +236,6 @@ Usage: `accounts version [command options] [arguments...]`





### accounts inspect

Show detailed data on an existing account
Expand Down Expand Up @@ -353,17 +473,27 @@ Usage: `accounts rebuildIndex [command options] [arguments...]`



### accounts remove
### accounts ocis-accounts

Removes an existing account
Provide accounts and groups for oCIS

Usage: `accounts remove [command options] [arguments...]`
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.


-extensions |
: Run specific extensions during supervised mode.



Expand Down Expand Up @@ -425,12 +555,8 @@ Usage: `accounts remove [command options] [arguments...]`



-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `"com.owncloud.api"`.


-name | $ACCOUNTS_NAME
: service name. Default: `"accounts"`.



Expand Down Expand Up @@ -716,147 +842,17 @@ Usage: `accounts update [command options] [arguments...]`



### accounts add

Create a new account

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


















































-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `"com.owncloud.api"`.


-name | $ACCOUNTS_NAME
: service name. Default: `"accounts"`.


-enabled |
: Enable the account.


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


-uidnumber |
: Set the uidnumber for the account.


-gidnumber |
: Set the gidnumber for the account.


-mail |
: Set the mail for the account.


-description |
: Set the description for the account.


-password |
: Set the password for the account.


-password-policies |
: Possible policies: DisableStrongPassword, DisablePasswordExpiration.


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


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







### accounts ocis-accounts

Provide accounts and groups for oCIS

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

Print the versions of the running instances

-log-level | $ACCOUNTS_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.
Usage: `accounts version [command options] [arguments...]`


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


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


-extensions |
: Run specific extensions during supervised mode.



Expand Down Expand Up @@ -916,8 +912,12 @@ Usage: `accounts ocis-accounts [command options] [arguments...]`



-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `"com.owncloud.api"`.


-name | $ACCOUNTS_NAME
: service name. Default: `"accounts"`.



Expand Down
Loading

0 comments on commit 5f92b76

Please sign in to comment.