On Tue, 21 Oct 2003 11:42:51 +0200
[EMAIL PROTECTED] (Rens Houben) wrote:

> In other news for Tue, Oct 21, 2003 at 12:29:05PM +0300, Alexey Sheshka has been 
> seen typing:
> > On Tue, 21 Oct 2003 11:13:23 +0200
> > [EMAIL PROTECTED] (Rens Houben) wrote:
> 
> > > In other news for Tue, Oct 21, 2003 at 12:05:19PM +0300, Alexey Sheshka has been 
> > > seen typing:
>  
> > > Try this from a database prompt: 
>  
> > > SELECT * FROM radcheck WHERE username="pulsar";
>  
> > > and see if there's an Auth-Type entry in the result. I'm betting there
>                           ^^^^^^^^^ <-- This is a hint.
> 
> > > isn't.
> > MySQL return :
> 
> > mysql> SELECT * FROM radcheck WHERE username="pulsar";
> > +----+----------+-----------+----+--------+
> > | id | UserName | Attribute | op | Value  |
> > +----+----------+-----------+----+--------+
> > |  1 | pulsar   | Password  | == | 123456 |
> > +----+----------+-----------+----+--------+
> 
> Hmm, no Auth-Type attribute set. 
> 
> > I need something else ?
> 
> Yup. 


mysql> select * from radgroupcheck;
+----+-----------+-----------+----+-------+
| id | GroupName | Attribute | op | Value |
+----+-----------+-----------+----+-------+
|  1 | static    | Auth-Type | := | Local |
+----+-----------+-----------+----+-------+


Accordind documentation ...


-- 



PGP key : http://pgp.dtype.org:11371/pks/lookup?op=get&search=0x0BE90515


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to