mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-08-11 05:27:52 -05:00
[GH-ISSUE #7168] bwdc can't sync with Vaultwarden :: missing field deleted
#39880
Reference in New Issue
Block a user
Originally created by @Kirodema on GitHub (Apr 30, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/7168
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, INVITATIONS_ALLOWED, SHOW_PASSWORD_HINT, ADMIN_TOKEN
Config:
Vaultwarden Build Version
1.35.8
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
caddy v2.11.2
Host/Server Operating System
Linux
Operating System Version
No response
Clients
CLI
Client Version
bwdc 2026.04
Steps To Reproduce
1.) have a bwdc config to connect to a local ldap/AD server
~/.config/Bitwarden\ Directory\ Connector/data.json:
2.) run
bwdc syncExpected Result
bwdc should sync the ldap users as expected
Actual Result
bwdc testreturns a list of current user, so config seems fine per se:bwdc synchowever returns a semantic error:In the vaultwarden logs we get the following entries:
Logs
Screenshots or Videos
No response
Additional Context
No response
@BlackDex commented on GitHub (Apr 30, 2026):
Please try Version 2026.3.0 for now and see if that resolves the issue.
@BlackDex commented on GitHub (Apr 30, 2026):
Actually, it works just fine for me.
Could you provide the payload of the request please?
You should be able to extract that by going to
View>Toggle Developer Tools>Networkand then clear sync-cache and sync again. If that doesn't sync anything, you could also mark theRemove and re-add organization users during the next sync (For debugging purposes)at the bottom right.