mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
Document RADIUS support
This commit is contained in:
parent
7be5ba4981
commit
42d4af4b98
@ -240,6 +240,8 @@ alternate config file. Think twice before using it.
|
|||||||
@ (for Unix) use syslog, filename is used as ident name
|
@ (for Unix) use syslog, filename is used as ident name
|
||||||
.br
|
.br
|
||||||
& use ODBC, filename consists of comma-delimited datasource,username,password (username and password are optional)
|
& use ODBC, filename consists of comma-delimited datasource,username,password (username and password are optional)
|
||||||
|
.br
|
||||||
|
radius - use RADIUS for logging
|
||||||
.br
|
.br
|
||||||
LOGTYPE is one of:
|
LOGTYPE is one of:
|
||||||
.br
|
.br
|
||||||
@ -388,6 +390,28 @@ can use %A as produced archive name and %F as filename.
|
|||||||
.br
|
.br
|
||||||
default timeouts 1 5 30 60 180 1800 15 60 15 5
|
default timeouts 1 5 30 60 180 1800 15 60 15 5
|
||||||
|
|
||||||
|
.br
|
||||||
|
.B radius
|
||||||
|
<NAS_SECRET> <radius_server_1[:port][/local_address_1]> <radius_server_2[:port][/local_address_2]>
|
||||||
|
.br
|
||||||
|
Configures RADIUS servers to be used for logging and authentication (log and auth types
|
||||||
|
must be set to radius). port and local address to use with given server may be specified.
|
||||||
|
.br
|
||||||
|
Attributes within request: User-Name, Password: (username and password if presented by client),
|
||||||
|
Service Type: Authenticate-Only,
|
||||||
|
NAS-Port-Type: NAS-Port-Virtual,
|
||||||
|
NAS-Port-ID: (proxy service port, e.g. 1080),
|
||||||
|
NAS-IPv6-Address / NAS-IP-Address: (proxy interface accessed by client),
|
||||||
|
NAS-Identifier: (text identifing proxy, e.g. PROXY or SOCKSv5),
|
||||||
|
Framed-IPv6-Address / Framed-IP-Address: (IP address of the client),
|
||||||
|
Called-Station-ID: (requested Hostname, if presents),
|
||||||
|
Login-Service: (type of request, e.g. 1001 - SOCKS CONNECT, 1010 - HTTP GET, 1013 - HTTP CONNECT),
|
||||||
|
Login-TCP-Port: (requested port),
|
||||||
|
Login-IPv6-Host / Login-IP-Host: (requested IP).
|
||||||
|
.br
|
||||||
|
Supported reply attributes for authentication:
|
||||||
|
Framed-IP-Address / Framed-IPv6-Address (IP to assign to user), Reply-Message.
|
||||||
|
Use authcache to speedup authentication. RADIUS feature is currently experimental.
|
||||||
|
|
||||||
.br
|
.br
|
||||||
.B nserver
|
.B nserver
|
||||||
@ -503,6 +527,8 @@ NB: there is no any password check, name may be spoofed.
|
|||||||
SOCKSv5, FTP, POP3 and HTTP proxy.
|
SOCKSv5, FTP, POP3 and HTTP proxy.
|
||||||
.br
|
.br
|
||||||
cache - cached authentication, may be used with \'authcache\'.
|
cache - cached authentication, may be used with \'authcache\'.
|
||||||
|
.br
|
||||||
|
radius - authentication with RADIUS.
|
||||||
.br
|
.br
|
||||||
Plugins may add additional authentication types.
|
Plugins may add additional authentication types.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user