-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document zeroconf based authentication properly #955
Conversation
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
97782ad
to
b3da0c0
Compare
b3da0c0
to
aa5271b
Compare
I rebased this PR on the latest master. It would be great to get some feedback on this! 😃 |
Yes plz merge. Just enabled this and It works great 👍🏽 Nice find @eladyn |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Still relevant (I think). |
@eladyn I commented in the relevant issue (#948) and will repeat here: it seems you also need to have caching disabled for this to work. When cache_directory is set in the configuration the credentials of the first user to connect are cached and then anyone else who tries to connect causes the program to restart (using a systemd service with restart=always restartsec=12). It might be worth adding that to the documentation. It might be worth seeing if adding a "no_credential_caching" option to config is useful. I'm not a contributor to this project so just asking. |
@mas-4 Thanks for investigating this! I added a small note about the caching behaviour. It would be great if you could check whether this fits with your findings. As for the |
@eladyn I actually had |
I currently can't find any mention of |
Thanks! |
In order to be able to use zeroconf based authentication, it is currently necessary to omit everything related to username or password in the configuration.
AFAICT, this is not really documented anywhere except for this wiki entry, which does barely go into details about this. Maybe I just haven't looked in the right places for this, but several others (#938, #948) seem to have trouble finding anything as well.