X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/3d7b8a6aad6cf048ab1f0e040163b53229095ff2..a685501f6432b2cd8cd23ced906abcb2d2ce862f:/Docs/manual.html diff --git a/Docs/manual.html b/Docs/manual.html index a857d9b..4166235 100644 --- a/Docs/manual.html +++ b/Docs/manual.html @@ -229,6 +229,11 @@ A comma separated list of supported RADIUS authentication methods (pap or chap), in order of preference (default pap). +
  • radius_dae_port (short)
    +Port for DAE RADIUS (Packet of Death/Disconnect, Change of Authorization) +requests (default: 3799). +
  • +
  • allow_duplicate_users (boolean)
    Allow multiple logins with the same username. If false (the default), any prior session with the same username will be dropped when a new @@ -696,12 +701,15 @@ killall -HUP l2tpns The signals understood are: - +
    +
    SIGHUP
    Reload the config from disk and re-open log file.
    +
    SIGTERM, SIGINT
    Stop process. Tunnels and sessions are not +terminated. This signal should be used to stop l2tpns on a +cluster node where there are other machines to +continue handling traffic.
    +
    SIGQUIT
    Shut down tunnels and sessions, exit process when +complete.
    +

    Throttling