Skip to content

Commit

Permalink
commit 5114ba2
Browse files Browse the repository at this point in the history
Merge: 456e7c9 1c06060
Author: Alex Unger <6905948+refs@users.noreply.github.com>
Date:   Wed Jul 7 17:29:47 2021 +0200

    Merge pull request #2271 from owncloud/spare-port-80
  • Loading branch information
refs committed Jul 7, 2021
1 parent a91ebbe commit 045b70b
Show file tree
Hide file tree
Showing 15 changed files with 770 additions and 770 deletions.
136 changes: 68 additions & 68 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-07-07T08:36:22+0000"
date: "2021-07-07T15:30:23+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -35,11 +35,11 @@ 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

Print the versions of the running instances
Create a new account

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



Expand Down Expand Up @@ -90,50 +90,76 @@ 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"`.


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

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

-gidnumber |
: Set the gidnumber for the account.

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

-mail |
: Set the mail for the account.


-description |
: Set the description for the account.


### accounts add
-password |
: Set the password for the account.

Create a new account

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

Show detailed data on an existing account

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



Expand Down Expand Up @@ -171,70 +197,44 @@ 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.




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

Expand Down Expand Up @@ -311,27 +311,17 @@ Usage: `accounts rebuildIndex [command options] [arguments...]`



### accounts ocis-accounts

Provide accounts and groups for oCIS

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

Removes an existing account

-log-level | $ACCOUNTS_LOG_LEVEL , $OCIS_LOG_LEVEL
: Set logging level.
Usage: `accounts remove [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 @@ -393,8 +383,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 Expand Up @@ -515,15 +509,11 @@ Usage: `accounts update [command options] [arguments...]`



### accounts inspect

Show detailed data on an existing account

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


### accounts version

Print the versions of the running instances

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



Expand Down Expand Up @@ -596,6 +586,10 @@ Usage: `accounts inspect [command options] [arguments...]`
-name | $ACCOUNTS_NAME
: service name. Default: `"accounts"`.





### accounts list

List existing accounts
Expand Down Expand Up @@ -677,17 +671,27 @@ Usage: `accounts list [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 @@ -749,12 +753,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
2 changes: 1 addition & 1 deletion extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-07-07T08:37:08+0000"
date: "2021-07-07T15:31:24+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-07-07T08:37:08+0000"
date: "2021-07-07T15:31:24+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-07-07T08:37:08+0000"
date: "2021-07-07T15:31:24+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/idp/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-07-07T08:37:08+0000"
date: "2021-07-07T15:31:24+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down
Loading

0 comments on commit 045b70b

Please sign in to comment.