Skip to content

Commit

Permalink
commit 10ced59
Browse files Browse the repository at this point in the history
Merge: 14f2b20 4bb5d00
Author: Willy Kloucek <[email protected]>
Date:   Mon Sep 27 14:54:49 2021 +0200

    Merge pull request #2302 from owncloud/add_migration_deployment

    add migration deployment
  • Loading branch information
wkloucek committed Sep 27, 2021
1 parent ae8b2f1 commit 4a1bac4
Show file tree
Hide file tree
Showing 17 changed files with 1,234 additions and 1,043 deletions.
290 changes: 145 additions & 145 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-09-27T11:08:36+0000"
date: "2021-09-27T12:55:11+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -35,15 +35,11 @@ If multiple variables are listed for one option, they are in order of precedence

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

### accounts inspect

Show detailed data on an existing account

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


### accounts list

List existing accounts

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



Expand Down Expand Up @@ -117,13 +113,15 @@ Usage: `accounts inspect [command options] [arguments...]`
-name | $ACCOUNTS_NAME
: service name. Default: `"accounts"`.

### accounts list

List existing accounts

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


### 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 @@ -188,12 +186,8 @@ Usage: `accounts list [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 @@ -281,127 +275,6 @@ Usage: `accounts remove [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
Expand Down Expand Up @@ -659,11 +532,25 @@ Usage: `accounts server [command options] [arguments...]`



### 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 @@ -717,6 +604,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 @@ -762,6 +653,16 @@ Usage: `accounts update [command options] [arguments...]`



### accounts inspect

Show detailed data on an existing account

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








Expand All @@ -777,11 +678,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 @@ -827,6 +725,37 @@ Usage: `accounts version [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"`.

### accounts update

Make changes to an existing account

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



















Expand Down Expand Up @@ -856,21 +785,83 @@ Usage: `accounts version [command options] [arguments...]`
: service name. Default: `"accounts"`.


-enabled |
: Enable the account.


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


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

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

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







### accounts version

Print the versions of the running instances

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







Expand Down Expand Up @@ -930,6 +921,15 @@ Usage: `accounts rebuildIndex [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 4a1bac4

Please sign in to comment.