yes but my english no good .pls look this:
accounting {
        #
        #  Ensure that we have a semi-unique identifier for every
        #  request, and many NAS boxes are broken.
        acct_unique

        #
        #  Create a 'detail'ed log of the packets.
        #  Note that accounting requests which are proxied
        #  are also logged in the detail file.
        detail
#       daily

        unix            # wtmp file
        sql
        #
        #  For Simultaneous-Use tracking.
        #
        #  Due to packet losses in the network, the data here
        #  may be incorrect.  There's little we can do about it.
        radutmp
#       sradutmp

        #  Return an address to the IP Pool when we see a stop record.
#       main_pool
}

this is my radiusd.conf
----- Original Message ----- 
From: "Alexey Sheshka" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 21, 2003 6:35 PM
Subject: Re: FreeRadius+ mysql => No authenticate method (Auth-Type)
configuration found for the request


> On Tue, 21 Oct 2003 18:13:03 +0800
> "wanghao" <[EMAIL PROTECTED]> wrote:
>
> >
> > mysql> select * from usergroup;
> > +----+----------+-----------+
> > | id | UserName | GroupName |
> > +----+----------+-----------+
> > |  1 | 49       | 49        |
> > |  2 | 1        | 1         |
> > |  3 | wanghao  | bvst      |            //look this
> > +----+----------+-----------+
> > 3 rows in set (0.04 sec)
> >
> > mysql> select * from radcheck;
> > +----+----------+-----------+----+---------+
> > | id | UserName | Attribute | op | Value   |
> > +----+----------+-----------+----+---------+
> > |  1 | 49       | 80        | == | 49      |
> > |  2 | 1        | Password  | == | 1       |
> > |  3 | wanghao  | Password  | == | wanghao |                    //look
this
> > +----+----------+-----------+----+---------+
> > 3 rows in set (0.01 sec)
> >
> >
>
> mysql>  select * from radcheck;
> +----+----------+-----------+----+--------+
> | id | UserName | Attribute | op | Value  |
> +----+----------+-----------+----+--------+
> |  1 | pulsar   | Password  | == | 123456 |
> +----+----------+-----------+----+--------+
> 1 row in set (0.00 sec)
>
> mysql> select * from usergroup;
> +----+----------+-----------+
> | id | UserName | GroupName |
> +----+----------+-----------+
> |  1 | pulsar   | static    |
> +----+----------+-----------+
>
>
> I think trouble somethere in config ... There is no quererys to MySQL
server ...
>
>
>
>
>
>
>
> >
> >
> > ----- Original Message ----- 
> > From: "Alexey Sheshka" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, October 21, 2003 6:11 PM
> > Subject: Re: FreeRadius+ mysql => No authenticate method (Auth-Type)
> > configuration found for the request
> >
> >
> > > 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
> >
> >
> > -
> > List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
> >
>
>
> -- 
>
>
>
> 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


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

Reply via email to