----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 24, 2002 2:26 AM
Subject: Freeradius-Users digest, Vol 1 #525 - 16 msgs


> Send Freeradius-Users mailing list submissions to
> [EMAIL PROTECTED]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.cistron.nl/mailman/listinfo/freeradius-users
> or, via email, send a message with subject or body 'help' to
> [EMAIL PROTECTED]
>
> You can reach the person managing the list at
> [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Freeradius-Users digest..."
>
>
> Today's Topics:
>
>   1. Please help, trying to use mysq (Vector)
>   2. Re: pam_radius & SecurID (Frank Cusack)
>   3. Re: Lucent MAX SNMP question ! (Aleksandr Kuzminsky)
>   4. More than one tuple returned by a subselect... (Igor Chen)
>   5. RE: Lucent MAX SNMP question ! (Hamid Hashemi Golpayegani)
>   6. radius proxy and accounting (Igor Chen)
>   7. (no subject) (Juan Antonio de la Fuente)
>   8. Help with VPN3000 Radius configuration. (Juan Antonio de la Fuente)
>   9. Re: radius proxy and accounting (Alan DeKok)
>   10. duplicate queries again... (Igor Chen)
>   11. RH init script (Andy)
>   12. RE: Lucent MAX SNMP question ! (Aleksandr Kuzminsky)
>   13. Re: radius proxy and accounting (Igor Chen)
>   14. RE: Lucent MAX SNMP question ! (Hamid Hashemi Golpayegani)
>   15. erro init (Carlos Alberto Greco)
>   16. Re: multiple stop records for same Acct-Session-Id (Andrew Kelaidis)
>
> --__--__--
>
> Message: 1
> From: "Vector" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: Please help, trying to use mysq
> Date: Fri, 22 Feb 2002 22:53:54 -0700
> charset="iso-8859-1"
> Reply-To: [EMAIL PROTECTED]
>
> First off, many thanks to Alan and others for their efforts!
>
> I have freeradius working against the md5 passwords in shadow.  So I moved
> on to the next step of getting it to work in MySQL.  I read the man pages,
> config files, docs, etc...  I also read every single message in the
archives
> that had 'sql' in the title and went through the page at the following URL
> which was most helpful in getting started:
> http://www.frontios.com/freeradius.html.  Forgive me if I'm just being
dense
> on this...it's been a long week.
>
> Now on to the problem.  The following is a snip from "radiusd -xx -s" and
> shows the parameters used in sql.conf with some substitued out for generic
> stuff to protect the innocent.  The only wierdness here that I can see is
> port="" but since it appears to eventually establish the connection, I'm
> guessing it really knows what port to use.
>
> _____________ BEGIN SNIP ______________
> Module: Loaded SQL
>  sql: driver = "rlm_sql_mysql"
>  sql: server = "localhost"
>  sql: port = ""
>  sql: login = "root"
>  sql: password = "youwish"
>  sql: radius_db = "radius"
>  sql: acct_table = "radacct"
>  sql: acct_table2 = "radacct"
>  sql: authcheck_table = "radcheck"
>  sql: authreply_table = "radreply"
>  sql: groupcheck_table = "radgroupcheck"
>  sql: groupreply_table = "radgroupreply"
>  sql: usergroup_table = "usergroup"
>  sql: nas_table = "nas"
>  sql: dict_table = "dictionary"
>  sql: sqltrace = yes
>  sql: sqltracefile = "/var/log/radius/sqltrace.sql"
>  sql: deletestalesessions = yes
>  sql: num_sql_socks = 5
>  sql: sql_user_name = "%{Stripped-User-Name}"
> _____________ END SNIP ______________
> ......
> bunch of stuff from other Modules, which all looked OK
> ......
>
> Now here is a snip from an incoming request after the server has said
> "Sleeping until we see a request.":
>
> _____________ BEGIN SNIP ______________
> rad_recv: Access-Request packet from host xxx.xxx.xxx.xxx:yyyy, id=34,
> length=80
>         NAS-IP-Address = xxx.xxx.xxx.xxx
>         NAS-Port = 66
>         NAS-Port-Type = Virtual
>         User-Name = "testuser"
>         Calling-Station-Id = "xxx.xxx.xxx.xxx"
>         Password = "<normal escaped character sequences, etc...>"
> rad_rmspace_pair:  User-Name now 'testuser'
> rad_rmspace_pair:  Password now 'testpass'
> modcall: entering group authorize
>   modcall[authorize]: module "preprocess" returns ok
>   modcall[authorize]: module "suffix" returns ok
> rlm_sql: Reserving sql socket id: 4
> radius_xlat:  ''
> rlm_sql: Released sql socket id: 4
>   modcall[authorize]: module "sql" returns fail
> modcall: group authorize returns fail
> There was no response configured: rejecting request 8
> Server rejecting request 8.
> Sending Access-Reject of id 34 to xxx.xxx.xxx.xxx:yyyy
> Finished request 8
> Going to the next request
> --- Walking the entire request list ---
> Waking up in 6 seconds...
> --- Walking the entire request list ---
> Cleaning up request 8 ID 34 with timestamp 3c771525
> Nothing to do.  Sleeping until we see a request.
> ______________ END SNIP _______________
>
> So what's the problem?  It doesn't look like any SQL queries are getting
> executed.  The sqltrace.sql file never shows up in the log directory where
> it is supposed to be (I'm guessing because it never get's to that point).
> It reserves the socket and immediately releases after debug output shows
> radius_xlat: ''
>
> All the traces I've seen in other peoples messages have lots of
interesting
> stuff in them like queries and the like.  I've check the db uid, pwd, db
> name, and every other parameter I can think of but still nothing.
>
> Also, I've placed into the schema that comes with 0.4 source, some test
data
> similar to the references in the URL at the top of this section.  I've
also
> manually executed the queries found in sql.conf and they appear to return
> the right values (assuming I know what the right values are).  I get the
> same thing whether I'm using radtest or the actual NAS I'm using.  Any
> suggestions?  Thanks so much for your time and for reading (or at least
> scanning) all this!
>
> vec
>
>
>
>
>
> --__--__--
>
> Message: 2
> Date: Fri, 22 Feb 2002 22:29:05 -0800
> From: Frank Cusack <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: pam_radius & SecurID
> Reply-To: [EMAIL PROTECTED]
>
> On Fri, Feb 22, 2002 at 03:47:53PM -0500, Utsav Ratti wrote:
> > The problem I am trying to solve involves administrative logins to our
> > firewalls, which currently run on Redhat Linux 6.2. In order to provide
> > administrative accountability, individual accounts have to be created
> > on each box for all of the administrators, and their passwords have to
> > be maintained. Obviously, this doesn't scale well as we add boxes.
>
> Why not?  You should be automating this.
>
> > We have tried to leverage our existing SecurID authentication system as
> > a way of strengthening the authentication model on the firewalls and
> > eliminating the need to use host-specific user accounts. However, with
> > the current RSA ACE/Agent for Linux, one must still login to the local
> > machine before being prompted for the SecurID login. I'm looking for a
> > way around that by leveraging pam_radius to talk to our existing Steel
> > Belted RADIUS servers, which are already configured to proxy to our
> > ACE/Servers.
>
> You are using 'sdshell'?  You could use pam_securid instead.  You'll still
> have to login as the user (ACE/Server has to know which token to check
> against), but you could tweak the pam_securid module to only use the
> username for auth and always login as some specific account.  Although,
> I would discourage this.
>
> > The problem is that pam_radius, from what I have been able to gather,
> > does not support New PIN Mode, Next Tokencode Mode and other
> > ACE-specific messages, which would be needed to properly support ACE
> > authentication on an ongoing basis. Is anybody working on this,
> > considering to do so, or has any alternative suggestions on how I might
> > be able to do this without requiring two logins?
>
> pam_radius fully supports those functions -- as far as it is able.  ie,
> pam_radius will pass Access-Challenge's to the user as long as it keeps
> receiving them.  You problem is that SBR must not be passing on those
> messages correctly.
>
> > Any help would be appreciated.
>
> Try pam_securid.
>
> /fc
>
>
>
> --__--__--
>
> Message: 3
> Date: Sat, 23 Feb 2002 10:33:00 +0200 (EET)
> From: Aleksandr Kuzminsky <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Lucent MAX SNMP question !
> Reply-To: [EMAIL PROTECTED]
>
>
> > I want to get usage of BytesInOctets and ByteOutOctets of a session ID
or a
> > username from Lucent MAX 3000 ( TAOS ) with snmp . so any idea that what
is
> > the snmpget command should be ?!
> > I read in this list that we can kill a session with this command remotly
:
> >
> > snmpset NAS_Ip_Address write .1.3.6.1.4.1.529.12.3.1.3.sessID_to_kill i
1
> >
> > so How can I get information about KB upload and download with snmp ?!
>
> I think it is possible next way.
> MAX can send update packets to the RADIUS(see Ethernet>Mod
> Config>Accounting...>Acct Checkpoint for MAX 6000). They contain
> information about traffic and will be wrotten to detail file or sql table.
> Then read it and kill who you want.
> I didn't do this really, but think it will go. Anyway post here your
> results, please.
>
> ---
> Aleksandr Kuzminsky, AK476-RIPE
> System Administrator, AK16-UANIC
> ISP NBI.
>
>
>
> --__--__--
>
> Message: 4
> Date: Sat, 23 Feb 2002 15:40:12 +0200 (EET)
> From: Igor Chen <[EMAIL PROTECTED]>
> To: freeradius users <[EMAIL PROTECTED]>
> Subject: More than one tuple returned by a subselect...
> Reply-To: [EMAIL PROTECTED]
>
> Sat Feb 23 15:an expression.03:37 2002 : Error: rlm_sql: Couldn't update
> SQL accounting
> START record - ERROR:  More than one tuple returned by a subselect used as
> an expression.
>
> What does that mean? I tried to grep that phrase in sources by found
> nothing :-\
> --
> cron-ripe
>
>
>
> --__--__--
>
> Message: 5
> From: "Hamid Hashemi Golpayegani" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: RE: Lucent MAX SNMP question !
> Date: Fri, 22 Feb 2002 17:36:14 +0330
> Organization: Morva System Co.
> charset="us-ascii"
> Reply-To: [EMAIL PROTECTED]
>
> Do you mean that If I change Acct Checkpoint to an integer then the MAX
> will send accounting update packet to the radius in every this number in
> seconds ?!
>
> --
> Regards
>
>     =================================================================
>    /  Seyyed Hamid Reza    /        WINDOWS FOR NOW  !!            /
>   /  Hashemi Golpayegani  /  Linux for future , FreeBSD for ever  /
>  /    Morva System Co.   / ------------------------------------- /
> /  Network Administrator/ [EMAIL PROTECTED]   ,   ICQ# : 42209876 /
> ================================================================
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of Aleksandr
> Kuzminsky
> Sent: Saturday, February 23, 2002 12:03 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Lucent MAX SNMP question !
>
>
>
> > I want to get usage of BytesInOctets and ByteOutOctets of a session ID
>
> > or a username from Lucent MAX 3000 ( TAOS ) with snmp . so any idea
> > that what is the snmpget command should be ?! I read in this list that
>
> > we can kill a session with this command remotly :
> >
> > snmpset NAS_Ip_Address write .1.3.6.1.4.1.529.12.3.1.3.sessID_to_kill
> > i 1
> >
> > so How can I get information about KB upload and download with snmp ?!
>
> I think it is possible next way.
> MAX can send update packets to the RADIUS(see Ethernet>Mod
> Config>Accounting...>Acct Checkpoint for MAX 6000). They contain
> information about traffic and will be wrotten to detail file or sql
> table. Then read it and kill who you want. I didn't do this really, but
> think it will go. Anyway post here your results, please.
>
> ---
> Aleksandr Kuzminsky, AK476-RIPE
> System Administrator, AK16-UANIC
> ISP NBI.
>
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
>
>
>
>
> --__--__--
>
> Message: 6
> Date: Sat, 23 Feb 2002 16:13:09 +0200 (EET)
> From: Igor Chen <[EMAIL PROTECTED]>
> To: freeradius users <[EMAIL PROTECTED]>
> Subject: radius proxy and accounting
> Reply-To: [EMAIL PROTECTED]
>
> I have a problem with radius accounting, seems like other proxy radius
> (old cistron) sends duplicate Stop queries, and sometimes even Stop
> queries with equal acctsessionid,username,nasipaddress but wrong time (set
> to now().
> Can anyone tell me, is any workaround for that situation? How can i
> recieve (or write to sql) only first Stop for that session?
> Maybe i can use acct_unique but i do not know what can be unique key :-\
> I would be a great solution if Stop time in that queries were always the
> same, but it is not :(
> Any ideas? Please help!
>
> --
> cron-ripe
>
>
>
> --__--__--
>
> Message: 7
> From: Juan Antonio de la Fuente <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Date: Sat, 23 Feb 2002 15:12:28 +0100
> Subject: (no subject)
> Reply-To: [EMAIL PROTECTED]
>
> Hello all,
>
> I am writing to all of you to request some help to configure FreeRadius to
Authenticate a VPN3000 Cisco Equipment Users.
>
> Can you please give me some ideas on how to configure the different files
(clients, radiusd.users, etc).
>
> Thank you very much in advance and best regards,
>
>
>
> --__--__--
>
> Message: 8
> From: Juan Antonio de la Fuente <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Help with VPN3000 Radius configuration.
> Date: Sat, 23 Feb 2002 15:20:16 +0100
> Reply-To: [EMAIL PROTECTED]
>
> Hello all,
>
> I would like to receive some help to configure FreeRadius to authenticate
the users connecting a VPN3000.
>
> I would like to know how to setup the configuration in the clients,
radiusd.users and radius.conf to have this working.
>
> Thank you very much in advance and best regards,
>
>
>
> --__--__--
>
> Message: 9
> From: "Alan DeKok" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: radius proxy and accounting
> <[EMAIL PROTECTED]>
> Date: Sat, 23 Feb 2002 10:36:39 -0500
> Reply-To: [EMAIL PROTECTED]
>
> Igor Chen <[EMAIL PROTECTED]> wrote:
> > I have a problem with radius accounting, seems like other proxy radius
> > (old cistron) sends duplicate Stop queries, and sometimes even Stop
> > queries with equal acctsessionid,username,nasipaddress but wrong time
(set
> > to now().
>
>   Then the server should probably ignore the duplicate STOP packets.
>
> > Can anyone tell me, is any workaround for that situation? How can i
> > recieve (or write to sql) only first Stop for that session?
> > Maybe i can use acct_unique but i do not know what can be unique key :-\
>
>   Use the attributes which don't change between accounting packets.
> You listed them above: acctsessionid,username,nasipaddress
>
>   Get the SQL module to do an 'insert' of the stop record if it isn't
> there, and NOT to do an 'update' if the record already exists.
>
>   Alan DeKok.
>
>
> --__--__--
>
> Message: 10
> Date: Sat, 23 Feb 2002 17:45:48 +0200 (EET)
> From: Igor Chen <[EMAIL PROTECTED]>
> To: freeradius users <[EMAIL PROTECTED]>
> Subject: duplicate queries again...
> Reply-To: [EMAIL PROTECTED]
>
> Hello!
> The only thing that i could invent to avoid duplicate Stop entries was
> parsing Stop time with plpgsql function
> (ex. my_time(AcctStartTime,AcctStopTime,'%S') )
>
> which checks if current
> AcctSessionStart is equal to AcctSessionStop (user didn't resume his
> session) and returns %S only in that case, else returnes AcctStopTime.
> And what about duplicate Start queries? :-\ Can i match them using
> acct_unique with
> key = "User-Name, Acct-Session-Id, NAS-IP-Address, NAS-Port-Id,
> Acct-Start-Time"
> ?
> Will it work correctly with Stop/Alive sessions which does not contain
> Acct-Start-Time?
>
> Any help will be appriciated.
>
> --
> cron-ripe
>
>
>
> --__--__--
>
> Message: 11
> Date: Sat, 23 Feb 2002 10:12:42 -0600
> From: Andy <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RH init script
> Reply-To: [EMAIL PROTECTED]
>
> Hello,
> I am working on an init script for RH. Anyone have a sys5 init script
> they would like to share? I am trying to look at some different ideas
> (other than the one sent in the tarball) and more ideas would greatly
> help my work.
>
> Thanks.
>
> Andy
>
>
>
> --__--__--
>
> Message: 12
> Date: Sat, 23 Feb 2002 18:46:57 +0200 (EET)
> From: Aleksandr Kuzminsky <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: RE: Lucent MAX SNMP question !
> Reply-To: [EMAIL PROTECTED]
>
> On Fri, 22 Feb 2002, Hamid Hashemi Golpayegani wrote:
>
> > Date: Fri, 22 Feb 2002 17:36:14 +0330
> > From: Hamid Hashemi Golpayegani <[EMAIL PROTECTED]>
> > Reply-To: [EMAIL PROTECTED]
> > To: [EMAIL PROTECTED]
> > Subject: RE: Lucent MAX SNMP question !
> >
> > Do you mean that If I change Acct Checkpoint to an integer then the MAX
> > will send accounting update packet to the radius in every this number in
> > seconds ?!
> If you set "Acct Checkpoint" to the non-zero value, MAX will send
> update-packets to the RADIUS server. RADIUS catch this packets and
> write they to the detail file or to the sql database(depending your
> server configuration). If you are using detail for accounting,
> you'll see "update" record in detail file. If you are using sql, record
> in the table radacct will be updated every `Acct Checkpoint` seconds.
> But, with default sql.conf you will not get input/optput traffic updated.
> Look,
> ----sql.conf---
> accounting_update_query = "UPDATE ${acct_table1} SET FramedIPAddress =
> '%{Framed-IP-Address}' WHERE AcctSessionId = '%{Acct-Session-Id}' AND
UserName = '%{SQL-User-Name}' AND
> NASIPAddress= '%{NAS-IP-Address}'"
> ----sql.conf---
>
> updated only FramedIPAddress. Try at least something like this
>
> ----sql.conf---
> accounting_update_query = "UPDATE ${acct_table1} SET FramedIPAddress =
> '%{Framed-IP-Address}', AcctInputOctets = '%{Acct-Input-Octets}',
> AcctOutputOctets = '%{Acct-Output-Packets}' WHERE AcctSessionId =
> '%{Acct-Session-Id}' AND UserName = '%{SQL-User-Name}' AND
> NASIPAddress= '%{NAS-IP-Address}'"
> ----sql.conf---
>
> ---
> Aleksandr Kuzminsky, AK476-RIPE
> System Administrator, AK16-UANIC
> ISP NBI.
>
>
>
> --__--__--
>
> Message: 13
> Date: Sat, 23 Feb 2002 19:57:46 +0200 (EET)
> From: Igor Chen <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: Re: radius proxy and accounting
> Reply-To: [EMAIL PROTECTED]
>
> On Sat, 23 Feb 2002, Alan DeKok wrote:
>
> > Igor Chen <[EMAIL PROTECTED]> wrote:
> > > I have a problem with radius accounting, seems like other proxy radius
> > > (old cistron) sends duplicate Stop queries, and sometimes even Stop
> > > queries with equal acctsessionid,username,nasipaddress but wrong time
(set
> > > to now().
> >
> >   Then the server should probably ignore the duplicate STOP packets.
> They are not always actually duplicate as i wrote above
>
> > > Can anyone tell me, is any workaround for that situation? How can i
> > > recieve (or write to sql) only first Stop for that session?
> > > Maybe i can use acct_unique but i do not know what can be unique key
:-\
> >
> >   Use the attributes which don't change between accounting packets.
> > You listed them above: acctsessionid,username,nasipaddress
> The problem is that cisco nas sometimes reloads and starts
> counting acctsessionid from 0 again. Really unique should be any datetime
> attribute...
> >   Get the SQL module to do an 'insert' of the stop record if it isn't
> > there, and NOT to do an 'update' if the record already exists.
> If it inserts record, it iserts it without knowing Acct-Start-Time. So we
> get absolutely useless record in database :-\
> >   Alan DeKok.
> >
> > -
> > List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
> >
>
> --
> cron-ripe
>
>
>
> --__--__--
>
> Message: 14
> From: "Hamid Hashemi Golpayegani" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: RE: Lucent MAX SNMP question !
> Date: Sat, 23 Feb 2002 01:06:16 +0330
> Organization: Morva System Co.
> charset="US-ASCII"
> Reply-To: [EMAIL PROTECTED]
>
> Ok thanx I will do same thing and will put the result on the list .
>
> --
> Regards
>
>     =================================================================
>    /  Seyyed Hamid Reza    /        WINDOWS FOR NOW  !!            /
>   /  Hashemi Golpayegani  /  Linux for future , FreeBSD for ever  /
>  /    Morva System Co.   / ------------------------------------- /
> /  Network Administrator/ [EMAIL PROTECTED]   ,   ICQ# : 42209876 /
> ================================================================
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of Aleksandr
> Kuzminsky
> Sent: Saturday, February 23, 2002 8:17 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Lucent MAX SNMP question !
>
>
> On Fri, 22 Feb 2002, Hamid Hashemi Golpayegani wrote:
>
> > Date: Fri, 22 Feb 2002 17:36:14 +0330
> > From: Hamid Hashemi Golpayegani <[EMAIL PROTECTED]>
> > Reply-To: [EMAIL PROTECTED]
> > To: [EMAIL PROTECTED]
> > Subject: RE: Lucent MAX SNMP question !
> >
> > Do you mean that If I change Acct Checkpoint to an integer then the
> > MAX will send accounting update packet to the radius in every this
> > number in seconds ?!
> If you set "Acct Checkpoint" to the non-zero value, MAX will send
> update-packets to the RADIUS server. RADIUS catch this packets and write
> they to the detail file or to the sql database(depending your server
> configuration). If you are using detail for accounting, you'll see
> "update" record in detail file. If you are using sql, record in the
> table radacct will be updated every `Acct Checkpoint` seconds. But, with
> default sql.conf you will not get input/optput traffic updated. Look,
> ----sql.conf---
> accounting_update_query = "UPDATE ${acct_table1} SET FramedIPAddress =
> '%{Framed-IP-Address}' WHERE AcctSessionId = '%{Acct-Session-Id}' AND
> UserName = '%{SQL-User-Name}' AND NASIPAddress= '%{NAS-IP-Address}'"
> ----sql.conf---
>
> updated only FramedIPAddress. Try at least something like this
>
> ----sql.conf---
> accounting_update_query = "UPDATE ${acct_table1} SET FramedIPAddress =
> '%{Framed-IP-Address}', AcctInputOctets = '%{Acct-Input-Octets}',
> AcctOutputOctets = '%{Acct-Output-Packets}' WHERE AcctSessionId =
> '%{Acct-Session-Id}' AND UserName = '%{SQL-User-Name}' AND NASIPAddress=
> '%{NAS-IP-Address}'"
> ----sql.conf---
>
> ---
> Aleksandr Kuzminsky, AK476-RIPE
> System Administrator, AK16-UANIC
> ISP NBI.
>
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
>
>
>
>
> --__--__--
>
> Message: 15
> From: "Carlos Alberto Greco" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: erro init
> Date: Sat, 23 Feb 2002 20:20:01 -0300
> Organization: Greco Internet
> charset="iso-8859-1"
> Reply-To: [EMAIL PROTECTED]
>
> Dear friends
>
> I am init the freeradius-0.4 and this giving wanders below (linux
conectiva
> 7.0 kernel 2.2)
> Sat Feb 23 20:11:45 2002 : Error: radiusd.conf[593] Failed to link to
module
> 'rlm_counter': file not found
>
> Thank you
>
> Greco
>
>
>
>
>
>
> --__--__--
>
> Message: 16
> From: "Andrew Kelaidis" <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: multiple stop records for same Acct-Session-Id
> Date: Sun, 24 Feb 2002 01:56:34 +0200
> Reply-To: [EMAIL PROTECTED]
>
> Run the freeRADIUS in debugging mode "radiusd -X" to see how many stop
> accounting requests are coming from NAS.
>
>
> >From: Alecio Maduro <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: Re: multiple stop records for same Acct-Session-Id
> >Date: Fri, 22 Feb 2002 11:47:26 -0400
> >
> >Seems like a difficult question.
> >Any candidates ?
> >Thanks
> >
> >Alecio
> >
> >At 06:13 2/20/2002 -0400, you wrote:
> >>When preparing the billing of last month, we discovered that for various
> >>accounts there are multiple at time more then 10 instances, of stop
> >>records for the same Acct-Session-Id of which the time differs.
> >>What can the possible cause(s) be for this. NAS used is a PortMaster 3.
> >>This is the first time we experience this.
> >>Is there any utility to get rind of the superfluous (extra) records ?
> >>Thanks.
> >>Alecio
> >>
> >>
> >>
> >>- List info/subscribe/unsubscribe? See
> >>http://www.freeradius.org/list/users.html
> >
> >
> >-
> >List info/subscribe/unsubscribe? See
> >http://www.freeradius.org/list/users.html
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at
http://explorer.msn.com/intl.asp.
>
>
>
>
> --__--__--
>
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
>
>
> End of Freeradius-Users Digest-
> 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