A tool for syncing a directory (AD, LDAP, Azure, G Suite, Okta) to an organization.
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.
 
 
 
 
Kyle Spearrin 6b1fa0f50c intall for package lock file 8 years ago
.vscode debug main and renderer 8 years ago
jslib@79f8370f7c add lowdb typings 8 years ago
resources icns icon 8 years ago
src replace electron store with lowdb 8 years ago
.editorconfig settings configuration 8 years ago
.gitattributes
.gitignore update gitignore for electron apps 8 years ago
.gitmodules stub out electron app 8 years ago
CONTRIBUTING.md stub out directory services 8 years ago
ISSUE_TEMPLATE.md stub out directory services 8 years ago
LICENSE.txt stub out directory services 8 years ago
README.md Update README.md 8 years ago
SECURITY.md Uppercase Bitwarden 8 years ago
package-lock.json intall for package lock file 8 years ago
package.json add lowdb typings 8 years ago
tsconfig.json exclude export service 8 years ago
tslint.json stub out directory services 8 years ago
webpack.main.js stub out electron app 8 years ago
webpack.renderer.js stub out directory service auth/querying 8 years ago

README.md

appveyor build Join the chat at https://gitter.im/bitwarden/Lobby

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.

Directory Connector

Build/Run

Requirements

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.