-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
let a server register with a proxy #2125
Comments
How would a client identify which server it wants to connect to? The standard way of doing this at the moment is using sqlite auth (#1488), which you can already use today as long as the server is not behind NAT: the servers can add themselves to the sqlite auth database used by the proxy to locate sessions for its users. To workaround the NAT problem, the servers would need to connect to the proxy instead of the other way around. |
Add a new command line option so that servers can advertise themselves to remote proxy servers. Related tickets:
ie:
Issues:
|
2019-03-04 23:03:55: brief commented
|
Where is your code?
I think this should be done as per #1160, using chained authentication modules: the last module in the chain would do the registration.
Not sure I understand, I don't think anything should be tied to unix user groups. The solution should be generic. |
2019-03-05 19:13:55: brief uploaded file
|
2019-03-05 19:16:35: brief uploaded file
|
2019-03-05 19:24:40: brief commented
|
|
See also #2261 |
Here's my plan - feel free to comment:
Notes:
|
More network related updates that can help here:
|
Too late for 3.0, will deal with this after #1160 so we can re-use the same bind-XXX syntax and have different capabilities on different ports. |
2020-04-01 02:28:43: brief commented
|
2020-04-02 06:04:35: brief uploaded file
|
2020-04-02 06:15:52: brief commented
|
The patch is not too bad, but I'm out of time. I've done some work on generalizing |
2020-09-30 02:04:49: brief uploaded file
|
2020-09-30 02:15:47: brief commented
|
Can you explain why you need to This registration ability should be an attribute of the authentication modules - see #2424.
In this example: the registration requires password authentication using Not essential, but it would be nice of the server maintained the connection to the proxy:
I've merged the 2 whitespace changes. As for the remainder of your questions, the line numbers don't match trunk? |
2020-10-02 18:00:05: brief commented
|
2020-10-09 09:53:56: antoine commented
|
2020-10-28 22:02:22: brief uploaded file
|
2020-10-28 22:02:46: brief commented
|
2020-10-28 23:42:50: brief commented
|
2020-10-29 02:06:52: brief uploaded file
|
2020-10-29 02:09:24: brief commented
|
2020-10-29 06:15:40: brief commented
|
2020-11-15 02:49:49: brief commented
|
2020-12-06 12:13:24: brief uploaded file
|
2020-12-06 12:13:36: brief uploaded file
|
2020-12-06 12:14:22: brief uploaded file
|
2020-12-06 12:14:32: brief uploaded file
|
2020-12-06 12:26:56: brief commented
|
2020-12-06 12:33:27: brief uploaded file
|
2020-12-08 09:30:19: antoine commented
|
2020-12-11 16:06:30: brief commented
|
|
This approach is way to complicated. |
Issue migrated from trac ticket # 2125
component: network | priority: major
2019-01-27 14:36:47: brief created the issue
The text was updated successfully, but these errors were encountered: