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 62abc99b61 devtool false 6 years ago
.vscode debug main and renderer 8 years ago
jslib@7d8143b288 devtool false 6 years ago
resources disable-library-validation entitlement 6 years ago
scripts notarize directory connector 6 years ago
src update keytar 6 years ago
.editorconfig settings configuration 8 years ago
.gitattributes stub out projects for the solution 9 years ago
.gitignore notarize directory connector 6 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 7 years ago
SECURITY.md Uppercase Bitwarden 8 years ago
appveyor.yml remove echo 7 years ago
gulpfile.js update gulp to 4.0.0 7 years ago
make-versioninfo.ps1 appveyor.yml build 7 years ago
package-lock.json npm i 6 years ago
package.json npm audit fix 6 years ago
tsconfig.json update jslib 7 years ago
tslint.json tolowercase all the emails 8 years ago
webfonts.list switch to gulp file to get google fonts 7 years ago
webpack.cli.js stub out cli for directory connector 7 years ago
webpack.main.js update jslib 7 years ago
webpack.renderer.js devtool false 6 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.

Platforms

Directory Connector

Command-line Interface

A command-line interface tool is also available for the Bitwarden Directory Connector. The Directory Connector CLI (bwdc) is written with TypeScript and Node.js and can also be run on Windows, macOS, and Linux distributions.

CLI Documentation

The Bitwarden Directory Connector CLI is self-documented with --help content and examples for every command. You should start exploring the CLI by using the global --help option:

bwdc --help

This option will list all available commands that you can use with the Directory Connector CLI.

Additionally, you can run the --help option on a specific command to learn more about it:

bwdc test --help
bwdc config --help

Detailed Documentation

We provide detailed documentation and examples for using the Directory Connector CLI in our help center at https://help.bitwarden.com/article/directory-sync/#command-line-interface.

Build/Run

Requirements

Run the app

npm install
npm run reset # Only necessary if you have previously run the CLI app
npm run rebuild
npm run electron

Run the CLI

npm install
npm run reset # Only necessary if you have previously run the desktop app
npm run build:cli:watch

You can then run commands from the ./build-cli folder:

node ./build-cli/bwdc.js --help

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.