.RE
.sp
..
-.TH USERS 5 "04 Jan 2004" "" "FreeRADIUS user authorization file"
+.TH USERS 5 "27 Apr 2021" "" "FreeRADIUS user authorization file"
.SH NAME
users \- user authorization file for the FreeRADIUS server
.SH DESCRIPTION
be tested in debugging mode with a number of test requests, in order
to verify that the configured entries behave as expected.
-The special attribute \fBAuth-Type\fP is used to identify the
-authentication type to be used for that user. See the
-\fBdictionary\fP file for a list of permitted values for the
-\fBAuth-Type\fP attribute.
-
-Once the \fBusers\fP file has been processed, the request is authenticated,
-using the method given by \fBAuth-Type\fP.
-
.SH OPERATORS
Additional operators other than \fB=\fP may be used for the attributes in
either the check item, or reply item list. The following is a list of
.br
Not allowed as a reply item.
+.TP 0.5i
+.B "Attribute =~ /regex/"
+As a check item, it matches if the value of the regular expression
+matches the value of the attribute.
+.br
+Not allowed as a reply item.
+
+.TP 0.5i
+.B "Attribute !~ /regex/"
+As a check item, it matches if the value of the value of the regular expression
+does not the value of the attribute.
+Not allowed as a reply item.
+
.SH EXAMPLES
.DS
reply items, so the reply will be empty.
.RE
-.DS
-DEFAULT Auth-Type = System
-.br
- Fall-Through = Yes
-
-.DE
-.RS
-For all users reaching this entry, perform authentication against the
-system, unless Auth-Type has already been set. Also, process any
-following entries which may match.
-.RE
-
.DS
DEFAULT Service-Type == Framed-User, Framed-Protocol == PPP
.br