Commit Graph

9 Commits

Author SHA1 Message Date
ViViDboarder a0bb9152ee Rebrand vaultwarden 2021-05-07 12:55:29 -07:00
Ian 402fff84fd Add support for starttls
Fixes #18
2020-12-27 11:15:53 -05:00
jerhat f5b94ee792 renamed bitwarden_root_cert into bitwarden_root_cert_file
separate get_root_cert() function
formatting (rustfmt)
2020-07-10 11:14:12 +08:00
jerhat 78be951474 Added optional ldap_no_tls_verify config that allows bypassiung ldap ssl certification check 2020-07-09 14:24:36 +08:00
jerhat 9d7f226c8e Added optional bitwarden_root_cert config to trust an additional root certificate when connecting to the bitwarden_rs instance. This can be useful in corporate environments where certificates are issued by a local CA (or for self-signed certificates) 2020-07-09 14:02:10 +08:00
Ian c493366efd Fix invalid email field error
Instead of crashing with a cryptic message, instead we print an error
message.

Also, as a bonus, better testing instructions!

Fixes #3
Fixes #2
2019-10-02 15:04:32 -07:00
ViViDboarder d1b467a148 Add checking of both users and invites before sending new ones 2019-04-11 16:20:00 -07:00
ViViDboarder ba1705c708 WIP: Add bw_rs client
For some reason, we're unable to get the cookies from the reqwest result.
2019-03-29 15:18:25 -07:00
ViViDboarder 6d79984a65 LDAP querying complete 2019-03-29 11:18:56 -07:00