mirror of
https://github.com/sirtoobii/vaultwarden_ldap_sync.git
synced 2026-04-26 20:45:54 +03:00
[GH-ISSUE #5] Error: no such column: invite_email #4
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden_ldap_sync#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AzatGo on GitHub (Mar 3, 2024).
Original GitHub issue: https://github.com/sirtoobii/vaultwarden_ldap_sync/issues/5
hi аirst of all, I wanted to say thank you for LDAP connector. I am getting an error, maybe you could help me out?
Database used sqlite
ERROR [sync.py] Something went wrong. Error: no such column: invite_email@sirtoobii commented on GitHub (Mar 3, 2024):
There is most likely something wrong with you sqlite database file, specifically, the init_db() has not been called or something when wrong during the creation of the initial schema (check for other error message during startup).
Are you using the dockerized version? If yes, it might help to delete the
/data/ldap_sync.sqlitefile.@AzatGo commented on GitHub (Mar 4, 2024):
Yes, I run in the docker.
Removal /data/ldap_sync.sqlite helped.
SMTP is configured correctly and test messages are being sent. However, the invites from the LDAP connector are not coming through.
2024-03-04:11:25:46 DEBUG [connectionpool.py] Starting new HTTPS connection (1): ****:4432024-03-04:11:25:46 DEBUG [connectionpool.py] https://****:443 "GET /admin/users HTTP/1.1" 200 33242024-03-04:11:25:46 DEBUG [sync.py] Found 0 vanished user(s)2024-03-04:11:25:46 DEBUG [sync.py] Found 0 deleted user(s)2024-03-04:11:25:46 DEBUG [sync.py] Found 0 disabled user(s)2024-03-04:11:25:46 DEBUG [sync.py] Found 0 enabled user(s)2024-03-04:11:25:46 DEBUG [sync.py] Found 0 user(s) with changed emails2024-03-04:11:25:46 DEBUG [VaultwardenConnector.py] Cookie store found, loading2024-03-04:11:25:46 DEBUG [connectionpool.py] https://****:443 "GET /admin/users HTTP/1.1" 200 33242024-03-04:11:25:46 DEBUG [sync.py] Found 4 user(s) to invite2024-03-04:11:25:46 DEBUG [sync.py] Found 0 user(s) to disable2024-03-04:11:25:46 INFO [sync.py] Invite user ***@gmail.com2024-03-04:11:25:46 INFO [sync.py] Invite user ***@gmail.com2024-03-04:11:25:46 INFO [sync.py] Invite user ***@gmail.com2024-03-04:11:25:46 INFO [sync.py] Invite user ***@gmail.com@sirtoobii commented on GitHub (Mar 10, 2024):
Could it be that DRYRUN mode is still active?
@AzatGo commented on GitHub (Mar 19, 2024):
I'm sorry for answering so late. Thank you for your advice DRYRUN. It was very helpful!