From c05af61663333ca4f7994a14cb8900d1bff2ca99 Mon Sep 17 00:00:00 2001 From: fred_the_tech_writer <69817454+fschillingeriv@users.noreply.github.com> Date: Mon, 28 Jun 2021 15:23:25 -0400 Subject: [PATCH] bwdc dbus error (#654) --- _articles/directory-connector/directory-sync-cli.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_articles/directory-connector/directory-sync-cli.md b/_articles/directory-connector/directory-sync-cli.md index ccc045b7..e839a5c2 100644 --- a/_articles/directory-connector/directory-sync-cli.md +++ b/_articles/directory-connector/directory-sync-cli.md @@ -175,4 +175,14 @@ Check the version of the Directory Connector CLI using the `--version` global op ## Troubleshooting +### libsecret Missing + If you receive an error message referring to the libsecret shared object `Error: libsecret-1.so.0: cannot open shared object file: No such file or directory`, you may need to install libsecret which is required to store things securely on the host. + +### dbus Errors + +If you receive an error message referring to the dbus when using `bwdc config`, for example `Failed to execute child process "dbus-launch" (No such file or directory)` or `Cannot autolaunch D-Bus without X11`, assign the following environment variable to allow plaintext storage of secrets in `data.json`: + +``` +export BITWARDENCLI_CONNECTOR_PLAINTEXT_SECRETS=true +```