1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

troubleshooting, libsecret (#43)

This commit is contained in:
sevensixseven
2019-04-17 15:34:56 -05:00
committed by Kyle Spearrin
parent aa57af55c2
commit f2a4b8fcc9

View File

@@ -269,6 +269,10 @@ The `--version` option allows you to check which version the Directory Connector
bwdc --version
```
### Troubleshooting
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.
## Source code
As with everything here at Bitwarden, the Directory Connector is open source and hosted on GitHub at <https://github.com/bitwarden/directory-connector>.