You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
8 years ago | |
|---|---|---|
| .vscode | 8 years ago | |
| jslib@a421f6e64a | 8 years ago | |
| resources | 8 years ago | |
| src | 8 years ago | |
| .editorconfig | 8 years ago | |
| .gitattributes | 9 years ago | |
| .gitignore | 8 years ago | |
| .gitmodules | 8 years ago | |
| CONTRIBUTING.md | 8 years ago | |
| ISSUE_TEMPLATE.md | 8 years ago | |
| LICENSE.txt | 8 years ago | |
| README.md | 8 years ago | |
| SECURITY.md | 8 years ago | |
| package-lock.json | 8 years ago | |
| package.json | 8 years ago | |
| tsconfig.json | 8 years ago | |
| tslint.json | 8 years ago | |
| webpack.main.js | 8 years ago | |
| webpack.renderer.js | 8 years ago | |
README.md
Bitwarden Directory Connector
The Bitwarden Directory Connector is a a desktop application used to sync your Bitwarden enterprise organization to an existing directory of users and groups.
Supported directories:
- Active Directory
- Any other LDAP-based directory
- Azure Active Directory
- G Suite (Google)
- Okta
The application is written using Electron with Angular and installs on Windows, macOS, and Linux distributions.
Build/Run
Requirements
- Node.js
- 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-toolsthroughnpm. See more at Compiling native Addon modules.
Run the app
npm install
npm run electron
Contribute
Code contributions are welcome! Please commit any pull requests against the master branch. Learn more about how to contribute by reading the 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 file.

