dengste / org-caldav

Caldav sync for Emacs orgmode
GNU General Public License v3.0
718 stars 105 forks source link

Use ":user" when calling auth-source-search #222

Closed benneti closed 3 years ago

benneti commented 3 years ago

I have several different users for the url my nextcloud is located and as such I believe I get invalid username and pass because :user is not used in the query.

I did not find the call directly but in the logs it seem the search only uses the host and if I replicate the query I get the wrong secret.

benneti commented 3 years ago

actually this is a problem in urllib and can be worked around by setting the password in the url (can be hacked together with auth-info)