1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-11 13:53:22 +00:00

Merge branch 'master' of github.com:bitwarden/directory-connector

This commit is contained in:
Kyle Spearrin
2018-05-05 00:29:23 -04:00

View File

@@ -3,27 +3,35 @@
# Bitwarden Directory Connector # Bitwarden Directory Connector
The Bitwarden Directory Connector is a command line application used to connect your Bitwarden enterprise organization to an existing directory of users and groups. The Bitwarden Directory Connector is a a desktop application used to sync your Bitwarden enterprise organization to an existing directory of users and groups.
It is written in C# with the .NET Framework. It consists of a console application and an optional windows service to run syncs in the background on a specified interval.
Supported directories: Supported directories:
- Active Directory - Active Directory
- Any other LDAP-based directory
- Azure Active Directory - Azure Active Directory
- G Suite (Google) - G Suite (Google)
- Any other LDAP-based directory - Okta
<img src="https://i.imgur.com/IdqS0se.png" alt="" width="680" height="479" /> The application is written using Electron with Angular and installs on Windows, macOS, and Linux distributions.
<a href="https://bitwarden.com/#download"><img src="https://imgur.com/SLv9paA.png" width="500" height="113"></a>
# Build/Run # Build/Run
**Requirements** **Requirements**
- [Visual Studio](https://www.visualstudio.com/) - [Node.js](https://nodejs.org/)
- Windows users: To compile the native node modules used in the app you will need the Visual C++ toolset, available through the standard Visual Studio installer (recommended) or by installing [`windows-build-tools`](https://github.com/felixrieseberg/windows-build-tools) through `npm`. See more at [Compiling native Addon modules](https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules).
Open `bitwarden-directory-connector.sln` or `bitwarden-directory-connector-noinstaller.sln`. After restoring the nuget packages, you can build and run the application. **Run the app**
```bash
npm install
npm run electron
```
# Contribute # Contribute
Code contributions are welcome! Visual Studio is required to work on this project. Please commit any pull requests against the `master` branch. Code contributions are welcome! Please commit any pull requests against the `master` branch. Learn more about how to contribute by reading the [`CONTRIBUTING.md`](CONTRIBUTING.md) file.
Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the [`SECURITY.md`](SECURITY.md) file. Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the [`SECURITY.md`](SECURITY.md) file.