backend
Backend action for forwarding RADIUS requests to external backends
backend
Call a backend to fetch user authentication information.
backend {
name "DB";
query "FIND_USER";
}
The query statement is optional and may be omitted if the backend does not support multiple queries.
In that case also the short form may be used:
backend "DB";
Result
Depending on the backend the backend action may return accept, reject or ignore.