1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 21:33:18 +00:00

applied table updates. styling images.

This commit is contained in:
Kyle Spearrin
2017-05-25 09:27:58 -04:00
parent 846f7fec3a
commit 1063fe0b2b
2 changed files with 26 additions and 4 deletions

View File

@@ -62,12 +62,14 @@ Optionally, from the command line:
Console.exe login -e -p [-t] [-o] Console.exe login -e -p [-t] [-o]
``` ```
{% table %}
| Description | Argument | Example Value | Required | | Description | Argument | Example Value | Required |
|-----------------|----------|--------------------------------------|----------| |-----------------|----------|--------------------------------------|----------|
| Email | -e | user@example.com | y | | Email | -e | user@example.com | y |
| Password | -p | mypassword123 | y | | Password | -p | mypassword123 | y |
| 2FA Token | -t | 381119 | n | | 2FA Token | -t | 381119 | n |
| Organization Id | -o | acadad98-b666-498d-b89f-f220f21e453f | n | | Organization Id | -o | acadad98-b666-498d-b89f-f220f21e453f | n |
{% endtable %}
You can also log out with the following command: You can also log out with the following command:
@@ -91,29 +93,36 @@ Optionally, from the command line:
Console.exe configdir -t [azure: -i -s -te] [gsuite: -f -u [-d] [-c]] [ad/ldap: -a -path [-port] [-cu] [-u] [-p]] Console.exe configdir -t [azure: -i -s -te] [gsuite: -f -u [-d] [-c]] [ad/ldap: -a -path [-port] [-cu] [-u] [-p]]
``` ```
{% table %}
| Description | Argument | Example Value | Required | Notes | | Description | Argument | Example Value | Required | Notes |
|-----------------|----------|--------------------------------------|----------|------------------------------------------| |-----------------|----------|--------------------------------------|----------|------------------------------------------|
| Type | -t | 1 | y | AD = 0, Azure = 1, Other = 2, GSuite = 3 | | Type | -t | 1 | y | AD = 0, Azure = 1, Other = 2, GSuite = 3 |
{% endtable %}
#### Azure #### Azure
{% table %}
| Description | Argument | Example Value | Required | | Description | Argument | Example Value | Required |
|----------------|----------|--------------------------------------|----------| |----------------|----------|--------------------------------------|----------|
| Application Id | -i | 0f82b419-c5b3-4b63-8afc-67d240da85a6 | y | | Application Id | -i | 0f82b419-c5b3-4b63-8afc-67d240da85a6 | y |
| Secret Key | -s | c2VjcmV0X2tleQ== | y | | Secret Key | -s | c2VjcmV0X2tleQ== | y |
| Tenant | -te | mycompany.onmicrosoft.com | y | | Tenant | -te | mycompany.onmicrosoft.com | y |
{% endtable %}
#### G Suite #### G Suite
{% table %}
| Description | Argument | Example Value | Required | | Description | Argument | Example Value | Required |
|-------------|----------|--------------------|----------| |-------------|----------|--------------------|----------|
| Secret File | -f | client_secret.json | y | | Secret File | -f | client_secret.json | y |
| Admin User | -u | admin@company.com | y | | Admin User | -u | admin@company.com | y |
| Domain | -d | company.com | y | | Domain | -d | company.com | y |
| Customer Id | -c | 39204722352 | n | | Customer Id | -c | 39204722352 | n |
{% endtable %}
#### Active Directory / Other LDAP #### Active Directory / Other LDAP
{% table %}
| Description | Argument | Example Value | Required | | Description | Argument | Example Value | Required |
|--------------|----------|---------------------|----------| |--------------|----------|---------------------|----------|
| Address | -a | company.local | y | | Address | -a | company.local | y |
@@ -122,6 +131,7 @@ Console.exe configdir -t [azure: -i -s -te] [gsuite: -f -u [-d] [-c]] [ad/ldap:
| Current User | -cu | n/a | n | | Current User | -cu | n/a | n |
| Username | -u | admin@company.com | n | | Username | -u | admin@company.com | n |
| Password | -p | mypassword | n | | Password | -p | mypassword | n |
{% endtable %}
{% note %} {% note %}
Any sensitive information such as secret keys and server passwords are encrypted and stored locally in the [settings file](#changing-configurations-manually). Any sensitive information such as secret keys and server passwords are encrypted and stored locally in the [settings file](#changing-configurations-manually).
@@ -139,6 +149,7 @@ Optionally, from the command line:
Console.exe configsync [-g] [-u] [-i] [-uf] [-gf] [-rd] [ad/ldap: [-go] [-gp] [-gn] [-uo] [-up] [-ue] [-m] [-ps] [-ep] [-es] [-c] [-r]] Console.exe configsync [-g] [-u] [-i] [-uf] [-gf] [-rd] [ad/ldap: [-go] [-gp] [-gn] [-uo] [-up] [-ue] [-m] [-ps] [-ep] [-es] [-c] [-r]]
``` ```
{% table %}
| Description | Argument | Example Value | Required | Notes | | Description | Argument | Example Value | Required | Notes |
|-----------------|----------|------------------------|----------|----------------------------------------------------| |-----------------|----------|------------------------|----------|----------------------------------------------------|
| Sync Groups | -g | n/a | n | | | Sync Groups | -g | n/a | n | |
@@ -147,6 +158,7 @@ Console.exe configsync [-g] [-u] [-i] [-uf] [-gf] [-rd] [ad/ldap: [-go] [-gp] [-
| User Filter | -uf | (&(objectClass=user)) | n | Value syntax is different for each directory type. | | User Filter | -uf | (&(objectClass=user)) | n | Value syntax is different for each directory type. |
| Group Filter | -gf | (&(objectClass=group)) | n | Value syntax is different for each directory type. | | Group Filter | -gf | (&(objectClass=group)) | n | Value syntax is different for each directory type. |
| Remove Disabled | -rd | n/a | n | | | Remove Disabled | -rd | n/a | n | |
{% endtable %}
{% note %} {% note %}
The syntax for user and group filters is different for each type of directory. Learn more about how user and group filters work in the following article: The syntax for user and group filters is different for each type of directory. Learn more about how user and group filters work in the following article:
@@ -156,6 +168,7 @@ The syntax for user and group filters is different for each type of directory. L
#### Active Directory / Other LDAP #### Active Directory / Other LDAP
{% table %}
| Description | Argument | Example Value | Required | | Description | Argument | Example Value | Required |
|-------------------------|----------|----------------|----------| |-------------------------|----------|----------------|----------|
| Group Object Class | -go | group | y | | Group Object Class | -go | group | y |
@@ -170,6 +183,7 @@ The syntax for user and group filters is different for each type of directory. L
| Email Suffix | -es | @company.com | n | | Email Suffix | -es | @company.com | n |
| Creation Date Attribute | -c | whenCreated | n | | Creation Date Attribute | -c | whenCreated | n |
| Revision Date Attribute | -r | whenChanged | n | | Revision Date Attribute | -r | whenChanged | n |
{% endtable %}
### Manually simulate a sync ### Manually simulate a sync
@@ -185,9 +199,11 @@ Optionally, from the command line:
Console.exe sim [-f] Console.exe sim [-f]
``` ```
{% table %}
| Description | Argument | Example Value | Required | Notes | | Description | Argument | Example Value | Required | Notes |
|-------------|----------|---------------|----------|---------------------| |-------------|----------|---------------|----------|---------------------|
| Force | -f | n/a | n | Forces a full sync. | | Force | -f | n/a | n | Forces a full sync. |
{% endtable %}
### Perform a sync ### Perform a sync
@@ -200,9 +216,11 @@ Optionally, from the command line:
Console.exe sync [-f] Console.exe sync [-f]
``` ```
{% table %}
| Description | Argument | Example Value | Required | Notes | | Description | Argument | Example Value | Required | Notes |
|-------------|----------|---------------|----------|---------------------| |-------------|----------|---------------|----------|---------------------|
| Force | -f | n/a | n | Forces a full sync. | | Force | -f | n/a | n | Forces a full sync. |
{% endtable %}
### Manage the background service ### Manage the background service
@@ -218,10 +236,12 @@ Optionally, from the command line:
Console.exe service [-start] [-stop] Console.exe service [-start] [-stop]
``` ```
{% table %}
| Description | Argument | Example Value | Required | | Description | Argument | Example Value | Required |
|-------------|----------|---------------|----------| |-------------|----------|---------------|----------|
| Start | -start | n/a | n | | Start | -start | n/a | n |
| Stop | -stop | n/a | n | | Stop | -stop | n/a | n |
{% endtable %}
{% note %} {% note %}
The application must be run in administrator mode to be able to manage the background service. The application must be run in administrator mode to be able to manage the background service.

View File

@@ -282,10 +282,12 @@ footer {
font-size: 16px; font-size: 16px;
} }
@media (min-width: $screen-sm-min) {
.img-tag { .img-tag {
max-width: 600px; max-width: 600px;
max-height: 600px; max-height: 600px;
} }
}
.panel-body > ol { .panel-body > ol {
counter-reset: li; counter-reset: li;
@@ -330,7 +332,7 @@ footer {
opacity: 0; opacity: 0;
margin-left: 5px; margin-left: 5px;
@media (max-width: 767px) { @media (max-width: $screen-sm-max) {
display: none !important; display: none !important;
} }
} }