1
0
mirror of https://github.com/bitwarden/help synced 2025-12-11 22:03:23 +00:00

CLI touchups (#532)

* touched up cli article

* LDAP option detail
This commit is contained in:
fred_the_tech_writer
2021-04-05 15:00:14 -04:00
committed by GitHub
parent 3f4007e6fd
commit c6f5828f3a
4 changed files with 593 additions and 451 deletions

View File

@@ -64,7 +64,7 @@ If you are using Active Directory, many of these settings are predetermined for
|------|-----------| |------|-----------|
|Interval|Time between automatic sync check (in minutes).| |Interval|Time between automatic sync check (in minutes).|
|Remove disabled users during sync|Check this box to remove users from the Bitwarden Organization that have been disabled in your Organization.| |Remove disabled users during sync|Check this box to remove users from the Bitwarden Organization that have been disabled in your Organization.|
|Overwrite existing organization users based on current sync settings|Check this box to always perform a full sync and remove any users from the Bitwarden Organization if they are not in the synced user set.| |Overwrite existing organization users based on current sync settings|Check this box to fully overwrite the user set on each sync, including removing users from your Organization when they're absent from the directory user set.<br><br>**If for any reason an empty sync is run when this options is enabled, Directory Connector will remove all users.** Always run a [Test Sync](#test-a-sync) prior to syncing after enabling this option.|
|Member Attribute|Name of the attribute used by the directory to define a group's membership (e.g. `uniqueMember`).| |Member Attribute|Name of the attribute used by the directory to define a group's membership (e.g. `uniqueMember`).|
|Creation Data Attribute|Name of the attribute used by the directory to specify when an entry was created (e.g. `whenCreated`).| |Creation Data Attribute|Name of the attribute used by the directory to specify when an entry was created (e.g. `whenCreated`).|
|Revision Date Attribute|Name of the attribute used by the directory to specify when an entry was last changed (e.g. `whenChanged`).| |Revision Date Attribute|Name of the attribute used by the directory to specify when an entry was last changed (e.g. `whenChanged`).|

File diff suppressed because it is too large Load Diff

View File

@@ -147,6 +147,10 @@
.callout { .callout {
background-color: white; background-color: white;
pre {
background-color: #fafafa;
}
} }
} }
} }

View File

@@ -14,6 +14,10 @@
margin-top: 0 !important; margin-top: 0 !important;
} }
pre {
background-color: white;
}
&.callout-primary, &.callout-info { &.callout-primary, &.callout-info {
border-left-color: $primary; border-left-color: $primary;