1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 05:13:43 +00:00

organization articles

This commit is contained in:
Kyle Spearrin
2017-05-23 19:14:15 -04:00
parent 3a5a9202a1
commit 6ba13219a6
6 changed files with 97 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
---
layout: article
title: Configuring directory sync with Azure Active Directory
categories: [Organizations]
featured: true
popular: false
tags: []
---

View File

@@ -0,0 +1,44 @@
---
layout: article
title: Syncing users and groups with a directory
categories: [Organizations]
featured: true
popular: false
tags: []
---
bitwarden supports syncing users and/or groups from outside directories through the use of the **bitwarden Directory Connector** tool.
The following directories are supported:
- Active Directory
- Azure Active Directory
- GSuite (Google)
- Any other LDAP-based directory
{% alert info %}
Directory sync is only available to enterprise organizations.
{% endalert %}
## bitwarden Directory Connector Tool
The bitwarden Directory Connector is a windows-based console application (CLI) that allows you to keep your bitwarden organization and user directory in sync. Directory Connector can be run on-demand manually as well as automatically in the background on an configured interval through the use of the included windows service. The tool provides a console-based UI in addition to a full array of command line arguments.
You can install and run Directory Connector on the server that hosts your directory, an administrator's machine, or any other computer than can access the directory.
### Install
### Log in to your bitwarden organization account
### Configure the directory server
### Configure sync options
### Manually simulate a sync
### Perform a sync
### Manage the background service
### Changing configurations

View File

@@ -0,0 +1,28 @@
---
layout: article
title: User groups
categories: [Organizations]
featured: true
popular: false
tags: []
---
In addition to collections, groups are a way for organizations to further control user access. They are particularly useful to larger organizations where user access can be difficult to manage.
{% alert info %}
User groups are only available to enterprise organizations.
{% endalert %}
## User Assignment
After creating a user, you can assign that user to one or more groups. From the users listing (People) page, Select the **Groups** option for a particular user to make your group selections.
You can also view which users belong to a specific group by navigating to the groups listing page and selecting the **Users** option for a specific group. Users can be removed from the group from this page as well, however, adding a new user to a group must be done from the individual user.
## Collection Assignment
Access control for a group is done by assigning collections to a group (or vice versa). You can assign which collections a group can access by editing the group from the group listing page.
Alternatively, edit a collection from the collections listing page to choose which groups can access it.
Organization users will only be able to access logins that belong to the groups that they are members of. If a user belongs to multiple groups, that user will be able to access logins from the _union_ of all collections for their groups plus any individual collections that they have been assigned to.

View File

@@ -0,0 +1,8 @@
---
layout: article
title: Configuring directory sync with Google GSuite
categories: [Organizations]
featured: true
popular: false
tags: []
---

View File

@@ -0,0 +1,8 @@
---
layout: article
title: Configuring directory sync with Active Directory or other LDAP
categories: [Organizations]
featured: true
popular: false
tags: []
---

View File

@@ -1,6 +1,6 @@
--- ---
layout: article layout: article
title: Managing organization users title: Managings users
categories: [Organizations] categories: [Organizations]
featured: true featured: true
popular: false popular: false