Go to the first, previous, next, last section, table of contents.
The `raddb/realms' file lists remote Radius servers that are allowed to
communicate with the local Radius server (see section Proxying).
Each record consists of up to three fields, separated by whitespace.
Two of them are mandatory. The fields are:
- Realm name
-
Specifies the name of the realm being defined, i.e. part of the login
name after the `@' symbol. The special realm name `NOREALM'
defines the empty realm, the name `DEFAULT' defines the default
realm (see section Realms).
- Remote server
-
Specifies the remote server to which the requests for this realm should
be forwarded. The syntax for this field is
servername[:auth-port[:acct-port]]
Optional auth-port and acct-port are the authentication and
accounting port numbers. If acct-port is omitted, it is computed
as auth-port + 1. If auth-port is omitted, the default
authentication port number is used.
- Flags (optional)
-
The flags meaningful in `raddb/realms' are
- strip
-
Boolean value. Controls whether the realm name should be stripped off
the username before forwarding the request to the remote server. Setting
strip
enables stripping, setting nostrip
disables
it. Default is to always strip user names.
- quota=num
-
Set maximum number of concurrent logins allowed from this realm to
the given value (num).
- Example: An example of `realms' file.
Go to the first, previous, next, last section, table of contents.