Re: [ [email protected] ] DV_AUTH_TYPE_SQL, DV_AUTH_TYPE_CRYPT_LOCAL and DV_AUTH_TYPE_LOCAL
"Sergey Poznyakoff" <[email protected]> Fri, 04 Nov 2005 16:02:20 EET
| Newsgroups | gmane.comp.gnu.radius.general |
|---|---|
| Organization | Farlep-Internet |
| Message-ID | <[email protected]> |
Georges Arnould <[email protected]> wrote: > Sergey, you were right about my failure in reading the doc. > > I read that given page and added "DEFAULT Auth-Type = Local, > Password-Location = SQL" as the only entry of my users file (other lines are > commented). GNU radius requires that all three parts of a user profile be present: the label, the list of check pairs, also called `left-hand side' (LHS for short), and the list of reply pairs, also called `right-hand side' (RHS for short). Failure to specify one of them constitues an error. If any of the two lists is empty, use the code word NULL in its place. So, the correct entry is: DEFAULT Auth-Type = Local, Password-Location = SQL NULL (http://www.gnu.org/software/radius/manual/html_node/radius_17.html#SEC20) Regards, Sergey