1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00
Files
directory-connector/README.md
2017-05-19 13:09:21 -04:00

1.4 KiB

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

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. 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:

  • Active Directory
  • Azure Active Directory
  • GSuite (Google)
  • Any other LDAP-based directory

Build/Run

Requirements

Open bitwarden-directory-connector.sln. After restoring the nuget packages, you can build and run the application.

Contribute

Code contributions are welcome! Visual Studio is required to work on this project. Please commit any pull requests against the master branch.

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.