Opened 18 years ago
#870 new enhancement
finish PPP server mode support
Reported by: | wkornewald | Owned by: | wkornewald |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | Network & Internet/PPP | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Servers should authenticate themselves before the client (if requested) in order to make sure it's trustworthy.
If you want a server that handles multiple connections you should probably extend KPPPDevice such that it can wait for incoming connections and automatically create KPPPInterface instances for them.
Find a very easy solution for servers handling multiple connections. It must support RADIUS, LDAP, and other authentication schemes which might mean that it has to communicate with a userland service (but this can be part of the authenticator module which could start its own userland server via load_image()).