mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-25 11:05:56 +03:00
[GH-ISSUE #209] request: better auth-fail recovery #206
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#206
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 @r2evans on GitHub (Sep 7, 2017).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/209
A co-worker recently updated their domain password but not the password stored in this. It tried (and obviously was unable to successfully connect), and then repeatedly tried again for days. By this time, of course, his IP was locked out due to the brute-force perceived by the CALDAV server. (Side-effect: because of the nature of the network and proxy, it also locked out the rest of the office, but that's another issue :-)
He reports no notification that it was failing.
Would it be possible for the sync to behave a little differently on auth fail? For instance, once the auth fails, then disable auto-sync until the user either (a) manually syncs successfully, or (b) reselects auto-sync.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
@aluxnimm commented on GitHub (Sep 9, 2017):
Do you have a central LDAP or AD account and use an IMAP mail account in Outlook with the same username? Then you could just use the account password instead of manually entering it for the sync profile and it will stay in sync with the outlook mail password.
@r2evans commented on GitHub (Sep 9, 2017):
The caldav account is different than the IMAP account (different servers/domains). That would be convenient, but unfortunately not shared. (I could of course recommend that he keep the two passwords in sync to enjoy that benefit, but that goes against some security best-practices ...)