Duplicate Accounting logging desired

2005-03-06 Thread Stefan Winter
Hello, I'd like to log accounting packets on our local (proxying) FR-1.0.2 server but as well send them to the realm server that is configured for them in proxy.conf. That is, let A be an accounting packet that arrives at tour server. Then - log A locally (plain text detail-like file suffices) -

Re: more detailed sql logging

2005-03-06 Thread Kris Efland
Score!  Exactly the information I needed.  Thank you.  For clarification, since I havent written a module before... For example:   If i had the following block in radiusd.conf   post-auth{    Post-Auth-Type REJECT {    log_rejected_users    } }   In the modules block in radiusd.conf...  Can I e

Re: FreeRadius logging lots of duplicates?

2005-03-06 Thread Alan DeKok
Scott Baker <[EMAIL PROTECTED]> wrote: > So I'm guessing it's never hearing > back "I got your Accounting packet" even though the server is > logging it. Do the accounting packets require an acknowledge? Yes. If the NAS doesn't like the ACK (wrong sour

Re: more detailed sql logging

2005-03-06 Thread Nicolas Baradakis
Kris Efland wrote: > Packet-Type = Access-Request > Sat Mar 5 15:04:02 2005 > User-Name = "user" > User-Password = "password" > NAS-IP-Address = 1.2.3.4 > Client-IP-Address = 1.3.4.5 > Module-Failure-Message = "rlm_ldap: User not found" > > _I would like t

Re: more detailed sql logging

2005-03-06 Thread Alan DeKok
ccounting", but the table had nothing in it. This is because the server is not receiving Accounting-Request packets. There is NO other explanation. > I dont want to rely on the NAS to send the request or have to > manage that in any way. Can I force the logging to SQL? I want to &g

Re: more detailed sql logging

2005-03-05 Thread Kris Efland
Alan DeKok <[EMAIL PROTECTED]> wrote:> No... the "radcheck" table contains information that tells the> server how to check authentication for the user. Ok. > sql.conf clearly shows that the only authenticating logging query is> the post-auth one. It also clearly sh

Re: FreeRadius logging lots of duplicates?

2005-03-05 Thread Thor Spruyt
Stephen D. Bechard wrote: > I do believe that the NAS needs the return packet. When the NAS sends a packet to the server, the server should respond with an accounting ack packet back to the NAS. Check that the server indeed sends an ack packet and that the NAS receives the ack packet. Also, on th

Re: FreeRadius logging lots of duplicates?

2005-03-05 Thread Stephen D. Bechard
I do believe that the NAS needs the return packet. Do they have the same acctsessionid and acctuniqueid? --Steve - Original Message - From: "Scott Baker" <[EMAIL PROTECTED]> To: Sent: Friday, March 04, 2005 6:40 PM Subject: Re: FreeRadius logging lots of duplicates?

Re: more detailed sql logging

2005-03-05 Thread Alan DeKok
check authentic credentials > would be logged to the 'authcheck_table' but feel free to correct > that assumption. No... the "radcheck" table contains information that tells the server how to check authentication for the user. sql.conf clearly shows that the only

Re: more detailed sql logging

2005-03-04 Thread Kris Efland
Guy,   Thanks for the response.  But, according to the sql.conf...   "authcheck_table = 'radcheck' "   I am simply trying to log who is trying to auth against the rad server, valid or not.  Right now only postauth is being logged to sql and I'm trying to rectify that.  I would assume that someone t

Re: FreeRadius logging lots of duplicates?

2005-03-04 Thread Scott Baker
I have three different modem banks that are all logging duplicate stuff. I have a Portmaster 3, Max 4000, and two Max TNTS. All of which are logging things 100 times. If I tcpdump while it's repeating the logging the NAS box is repeat sending a bunch of the requests. So I'm guessing

Re: FreeRadius logging lots of duplicates?

2005-03-04 Thread Scott Baker
o: Sent: Friday, March 04, 2005 3:00 PM Subject: FreeRadius logging lots of duplicates? I just noticed that in the detail log files I'm seeing LOTS of duplicates of sessions. If I grep the log files for a specific "Acct-Unique-Session-Id" it's showing up 72 times!!! Even assu

Re: FreeRadius logging lots of duplicates?

2005-03-04 Thread Stephen D. Bechard
Baker" <[EMAIL PROTECTED]> To: Sent: Friday, March 04, 2005 3:00 PM Subject: FreeRadius logging lots of duplicates? > I just noticed that in the detail log files I'm seeing LOTS of > duplicates of sessions. If I grep the log files for a specific > "Acct-Unique-Session-I

FreeRadius logging lots of duplicates?

2005-03-04 Thread Scott Baker
I just noticed that in the detail log files I'm seeing LOTS of duplicates of sessions. If I grep the log files for a specific "Acct-Unique-Session-Id" it's showing up 72 times!!! Even assuming one for start and one for stop it's still logging each entry rougly 36 time

Re: more detailed sql logging

2005-03-04 Thread Guy Fraser
On Thu, 2005-03-03 at 13:54 -0800, Kris Efland wrote: > Excuse me if this has already been discussed but I couldnt find > anything after searching... > > I have FR successfully up and running. I have it "logging" through > sql, and authenticating through ldap. How d

more detailed sql logging

2005-03-03 Thread Kris Efland
Excuse me if this has already been discussed but I couldnt find anything after searching...   I have FR successfully up and running.  I have it "logging" through sql, and authenticating through ldap.  How do I go about getting more detailed logs out of FR through sql?  Currently it is on

Re: Logging accounting details in LDAP

2005-02-28 Thread Kostas Kalevras
On Mon, 28 Feb 2005, guest01 wrote: I know it's not a good idea to log data in a directory, but is it possible? I can store user data in the LDAP, but accounting data? I know that I can log the accounting stuff in a sql database LDAP is **NOT** for that. It's a hierarchical database designed m

Logging accounting details in LDAP

2005-02-28 Thread guest01
I know it's not a good idea to log data in a directory, but is it possible? I can store user data in the LDAP, but accounting data? I know that I can log the accounting stuff in a sql database thxs for helping! best regards peda - List info/subscribe/unsubscribe? See http://www.freeradius.org

Re: Logging accounting data to MYSql

2005-02-24 Thread Alan DeKok
it? It's a limitation of the client. The RADIUS protocol transports numbers as unsigned 32-bit ints, (e.g. Acct-Input-Octets), but also supports larger numbers via Acct-Input-Gigawords. i.e. FreeRADIUS can only log what it's sent. If the server isn't logging large numbers, it'

Logging accounting data to MYSql

2005-02-24 Thread Alfred H. Dahl
Hello all, our PPPoE-servers log accounting data to the RADIUS-server, which in turn is stored in a mysql-database. The field in the database is int(12) - but data logged to the database is never larger than an unsigned_int_32 (2147483647/7FFF) If this is a limitation in the RADIUS-server, wh

Exec-Program-Wait and logging failed password

2005-02-18 Thread David Sobin
short of writing my own logging function (which I'll do if I have to)? Debug output and users file is included at the end of this message. When the external program is not involved, the logging mechanism works as expected using the configuration shown below - only failed passwords show up in

Errors logging in - no password, when user has a password?

2005-02-07 Thread Craig Spiers
Any ideas why I would be getting this error.. Tue Feb 8 17:43:03 2005 : Auth: Login incorrect (No password configured for the user): [victoria97] (from client telecomproxy2 port 5512958) Tue Feb 8 17:43:03 2005 : Auth: Login incorrect: [victoria97] (from client telecomproxy2 port 5512958) When

Re: Logging Login Attempts only?

2005-01-07 Thread Thor Spruyt
Brock Noland wrote: Lets say I wanted to log login attempts only. How would I do this? add your logging module instance to the post-auth section in radiusd.conf Also my servers proxy to a central server run by someone else. So I just want to log the requests my servers are proxying. Any ideas? for

Logging Login Attempts only?

2005-01-07 Thread Brock Noland
Lets say I wanted to log login attempts only. How would I do this? Also my servers proxy to a central server run by someone else. So I just want to log the requests my servers are proxying. Any ideas? Brock - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

logging to stdout/stderr

2004-12-18 Thread richard lucassen
Logging to stdout/stderr didn't work in 0.9.3. A few months ago Alan DeKok replied to the same question: "1.0.0 has better support for log destinations, but it still might be closing stdout & stderr." http://lists.cistron.nl/pipermail/freeradius-users/2004-August/035103.html

Re: Acct Logging to Mysql

2004-11-28 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > we have freeradius 1.0.1 and Mysql 4.0.3. > Auth Logging works fine, but the acct Logging is broken. > In freeradius -X i found no NAS Ports: Ok... > radius_xlat: 'panekm' > rlm_radutmp: No NAS-Port seen. Cannot do anything. > rl

Acct Logging to Mysql

2004-11-25 Thread Marco . Panek
Hello List, we have freeradius 1.0.1 and Mysql 4.0.3. Auth Logging works fine, but the acct Logging is broken. In freeradius -X i found no NAS Ports: modcall[accounting]: module "detail" returns ok for request 1 modcall[accounting]: module "unix" returns noop for r

Re: problem with logging

2004-11-05 Thread eLLe By
Thanks for the help Alan, it's the Nas. I sniff the traffic between Nas and Radius, and i find that the access request is all right, but the account request isn't right because the Nas don't send the message to the right port of Radius. Luca - List info/subscribe/unsubscribe? See http://www.free

Re: problem with logging

2004-11-04 Thread Alan DeKok
eLLe By <[EMAIL PROTECTED]> wrote: > Is the wrong editing of the file radius.conf the reason of this error, > or is the Nas that don't send the right information to Radius? The NAS isn't sending the right information to RADIUS. See the FAQ. If an attribute isn't in the detail file, it's beca

problem with logging

2004-11-04 Thread eLLe By
Hello, i'm new on Radius. I have this problem: i use Radius on a Fedora Core 2 and a terminal server, a Dec 900 tm. I want to log all the action of the users of the Dec, but in the file of log i find only this: User-name Nas-Ip-Address Nas-Port Client-Ip-Address Time-stamp The attributes that i w

RE: Logging to syslog

2004-10-29 Thread Christian Reeves
> > If I tell FreeRadius to log to syslog the correct way, it doesn't. > > What "correct" way? I set the -l flag in the startup script and the -g flag to set the facility. > In the CVS snapshots, there is another, better > way to tell the server to log to syslog. I'll have a look at the

Re: Logging to syslog

2004-10-29 Thread Alan DeKok
"Christian Reeves" <[EMAIL PROTECTED]> wrote: > If I tell FreeRadius to log to syslog the correct way, it doesn't. What "correct" way? I think that in 1.0.x, the "-l syslog" command-line option doesn't work. In the CVS snapshots, there is another, better way to tell the server to log to sysl

Logging to syslog

2004-10-29 Thread Christian Reeves
Recently I installed 1.0.1 and am very pleased with it. One thing I would like to do is have it log to syslog so I can send the logs to a central server so technical staff can use the logs for troubleshooting. If I tell FreeRadius to log to syslog the correct way, it doesn't. I know the source supp

Traffic Logging in detail file

2004-10-26 Thread Marco . Panek
Hello, postgresql and mysql are not my favorite work unit, can i log details to traffic in detail log file ?? postgresql and mysql are dont work fine, i installed mysql and postgresql on debain system. Auth is work fine, but in freeradius -X a lot of mirrors that is section of my radiusd.conf

Re: Freeradius Traffic logging

2004-10-20 Thread Kyriaki Gali
Center, Tel & Fax: +30 2310 256140 GSM: +30 6947 723737 http://www.kinetix.gr e-mail: [EMAIL PROTECTED] - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 20, 2004 5:01 PM Subject: Freeradius Traffic logging Hello List we have fre

Freeradius Traffic logging

2004-10-20 Thread Marco . Panek
Hello List we have freeradius1.0.1 and auth users via Domain. Thats all okay. With perl script radiusreport, i see all users with date and time. And now i will see the traffic. Any idea ?? What must i enabled in radius.conf or must i install an sql server? ThX Regards / Grüße / Danke Marco Pa

Re: Logging Vendor Specific Attributes in MySQL

2004-10-19 Thread Alan DeKok
attributes to the > logging ? raddb/sql.conf contains the queries which log attributes. The schemas are in src/modules/rlm_sql/drivers/rlm_sql_whatever/ Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Logging Vendor Specific Attributes in MySQL

2004-10-19 Thread Wade Kemp
I have just got freeradius 1.0.1 up on a solaris 9 machine, and my boss wants to be able to log some of the vendor specific information in the start/stop packets. Anyone have a pointer where I should look to be able to add those attributes to the logging ? Thanks in advance Wade - List info

RE: MySQL - account logging and other problems

2004-10-12 Thread Anson Rinesmith
You can't make the radius server just guess when to perform an action or what information to use. If the client isn't sending a accounting information to the server, then I would start there and try to figure out how to get your client sending accounting information, not just authentication informa

MySQL - account logging and other problems

2004-10-12 Thread Cristi Banciu
Hi, I have installed freeradius 1.0.1 with mysql and expperimental modules. I have set up mysql database and instruct radius to read users and nas information from mysql and to write accounting logs to mysql; also to log sql traces. I started the server with -X option and test the connection. I

Re: Logging....

2004-10-08 Thread Kostas Kalevras
On Thu, 7 Oct 2004, phorced access wrote: > How would I go about doing that? src/modules/rlm_ldap/rlm_ldap.c > > On Thu, 7 Oct 2004 09:29:17 +0300 (EEST), Kostas Kalevras > <[EMAIL PROTECTED]> wrote: > > > > > > On Wed, 6 Oct 2004, phorced access wrote: > > > > > Since I have multiple LDAP serve

Re: Logging....

2004-10-07 Thread phorced access
How would I go about doing that? On Thu, 7 Oct 2004 09:29:17 +0300 (EEST), Kostas Kalevras <[EMAIL PROTECTED]> wrote: > > > On Wed, 6 Oct 2004, phorced access wrote: > > > Since I have multiple LDAP servers configured for bind authentication. > > How can I tell which current ldap server FreeRA

Re: Logging....

2004-10-06 Thread Kostas Kalevras
On Wed, 6 Oct 2004, phorced access wrote: > Since I have multiple LDAP servers configured for bind authentication. > How can I tell which current ldap server FreeRADIUS is connecting to > besides sitting on those LDAP servers. Can FreeRADIUS report in a log > or debug output which server it is f

Logging....

2004-10-06 Thread phorced access
Since I have multiple LDAP servers configured for bind authentication. How can I tell which current ldap server FreeRADIUS is connecting to besides sitting on those LDAP servers. Can FreeRADIUS report in a log or debug output which server it is forwarding requests too. This would also be a nice

Re: Separate authentication and logging SQL servers

2004-09-29 Thread Kostas Kalevras
On Tue, 28 Sep 2004, Chris Stith wrote: > We're currently using ICRADIUS. One of the things we like about it is > that we can use one MySQL database server for the radcheck and radreply > information while we use another for accounting. > > I don't see in the documentation for rlm_sql any options

Separate authentication and logging SQL servers

2004-09-28 Thread Chris Stith
We're currently using ICRADIUS. One of the things we like about it is that we can use one MySQL database server for the radcheck and radreply information while we use another for accounting. I don't see in the documentation for rlm_sql any options for using different servers for different tasks. I

RE: Logging Access-Reject in SQL

2004-09-10 Thread Raymond Myren
Hi Michael + group, Tanks! It works great now. I properly just need another cup of coffee... \raymond -Original Message- From: Michael Markstaller [mailto:[EMAIL PROTECTED] Sent: 10. september 2004 11:41 To: [EMAIL PROTECTED] Subject: RE: Logging Access-Reject in SQL sure, nothing is

RE: Logging Access-Reject in SQL

2004-09-10 Thread Michael Markstaller
Name}', '%{User-Password:-Chap-Password}', '%{reply:Packet-Type}', NOW())" and in radiusd.conf post-auth { ... # See "Authentication Logging Queries" in sql.conf sql # # Access-Reject packets are sent through the REJECT s

Logging Access-Reject in SQL

2004-09-10 Thread Raymond Myren
Hi group, Is it possible to get FreeRadius to log Access-Reject in the radpostauth sql table? Any hints are welcome.   \raymond  

Re: question about logging facilities

2004-08-25 Thread Alan DeKok
Anders Karlsson <[EMAIL PROTECTED]> wrote: > I'm wondering if there's a way to log all the "error" logs ( like failed > logins and so on ) into a mysql table instead of the standard radius > logfile ? Not at this time. As always, patches are welcome. Alan DeKok. - List info/subscribe/uns

question about logging facilities

2004-08-25 Thread Anders Karlsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm wondering if there's a way to log all the "error" logs ( like failed logins and so on ) into a mysql table instead of the standard radius logfile ? I have googled around a bit, but haven't found anything useful yet :( Cheers Anders - -- [E

Re: logging issue to stderr

2004-08-16 Thread Alan DeKok
richard lucassen <[EMAIL PROTECTED]> wrote: > There's nothing magic to stderr, I tried stdout but that didn't work, > so I tried stderr which didn't work either. I tried "-x" and that works, > but that also logs passwords in cleartext. But apparently the options > > log_file = /dev/stderr > log_a

Re: logging issue to stderr

2004-08-16 Thread richard lucassen
On Sun, 15 Aug 2004 18:17:40 -0400 "Alan DeKok" <[EMAIL PROTECTED]> wrote: > Ok. The issue there is that the log file is probably opened *after* > stdin, stdout, and stderr are closed. So /dev/stderr is a "magic" > file, and doesn't exist any more once stderr is closed. It looks like that ind

Re: logging issue to stderr

2004-08-15 Thread Alan DeKok
richard lucassen <[EMAIL PROTECTED]> wrote: > I want to run freeradius (Debian Sarge 0.9.3) under daemontools, but I > can't get the auth-logging and other messages to stderr. I mean e.g. a > line like this: Ok... > This is in my radiusd.conf: > > log_file = /dev/

Re: logging issue to stderr

2004-08-15 Thread richard lucassen
On Sun, 15 Aug 2004 14:56:22 +0200 richard lucassen <[EMAIL PROTECTED]> wrote: > I want to run freeradius (Debian Sarge 0.9.3) under daemontools, but I > can't get the auth-logging and other messages to stderr. I mean e.g. a > line like this: > > Sun Aug 15 14:19:14 200

logging issue to stderr

2004-08-15 Thread richard lucassen
I want to run freeradius (Debian Sarge 0.9.3) under daemontools, but I can't get the auth-logging and other messages to stderr. I mean e.g. a line like this: Sun Aug 15 14:19:14 2004 : Auth: Login OK: [EMAIL PROTECTED] (from client localhost port 0) This is in my radiusd.conf: log_file =

Logging authentication requests not working

2004-07-28 Thread Kerry Penland
I can't get authentication requests logged to radius.log. This is a new install of ver 1.0.0-pre3. Radiusd.conf has log_auth=yes log_auth_badpass=yes log_auth_goodpass=yes The only line that appears in the log happens when I start the server, it contains the time stamp and info:Using deprecated nas

Re: Authentication detail logging

2004-07-22 Thread Kostas Kalevras
On Wed, 21 Jul 2004, Simon Bryden wrote: > Is there any easy way to log a detail log of attributes received in > access_request messages, similar to acct logs? In latest versions just check out radiusd.conf, seach for auth_log > > Thanks, > Simon. > --- > > - > List info/subscribe/unsubscribe? S

Re: Authentication detail logging

2004-07-22 Thread Aldo Chiecchia
Simon Bryden wrote: Is there any easy way to log a detail log of attributes received in access_request messages, similar to acct logs? man radiusd OPTIONS -A Write a file detail.auth in addition to the standard detail file in the same directory. This file will contain

Authentication detail logging

2004-07-21 Thread Simon Bryden
Is there any easy way to log a detail log of attributes received in access_request messages, similar to acct logs? Thanks, Simon. --- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Logging...

2004-07-16 Thread Jerlique Ban
Further to my last email, Can someone give me a clue how I would log user, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] all as user, and other customer proxied domains as the full email address? We allow [EMAIL PROTECTED] to authenticate, so just incase customers make a mi

Selective logging

2004-07-16 Thread Jerlique Ban
Hello, Is there a way to selectively log in the detail and sql log files some requests and not others. In particalar I want to log requests from our domains eg user, [EMAIL PROTECTED], [EMAIL PROTECTED] but not log requests for [EMAIL PROTECTED] [EMAIL PROTECTED] Thanks. JB - List info/subs

Re: Logging to syslog

2004-07-05 Thread Daniel Eyholzer
On Sun, 04 Jul 2004 10:15:34 -0400 "Alan DeKok" <[EMAIL PROTECTED]> wrote: > http://www.freeradius.org/cgi-bin/cvsweb.cgi/radiusd/raddb/radiusd.conf.in > > The "log_destination" directive was added to the server *after* the > 1.0.0 branch was created. So this feature will not be in the final 1.

Re: Logging to syslog

2004-07-04 Thread Alan DeKok
Daniel Eyholzer <[EMAIL PROTECTED]> wrote: > On Sun, 4 Jul 2004 00:10:36 +0200 > Daniel Eyholzer <[EMAIL PROTECTED]> wrote: > > I'm trying to let freeradius 1.0.0-pre3 log to syslog, but it does > > not seems to work. I have tried both, setting the log_destination to > > syslog http://www.freeradi

Re: Logging to syslog

2004-07-04 Thread Daniel Eyholzer
On Sun, 4 Jul 2004 00:10:36 +0200 Daniel Eyholzer <[EMAIL PROTECTED]> wrote: > I'm trying to let freeradius 1.0.0-pre3 log to syslog, but it does > not seems to work. I have tried both, setting the log_destination to > syslog and starting radiusd with the -l syslog option, but nothing > gets logged

Logging to syslog

2004-07-03 Thread Daniel Eyholzer
Hi I'm trying to let freeradius 1.0.0-pre3 log to syslog, but it does not seems to work. I have tried both, setting the log_destination to syslog and starting radiusd with the -l syslog option, but nothing gets logged by syslog. I have read that this feature is known to not been working, is that

Re: Accounting details logging problem

2004-06-26 Thread Alan DeKok
Simeon Penev <[EMAIL PROTECTED]> wrote: > i have the following configuration in radiusd.conf: > > > detail { ... > but when i receive accounting request, the logging is: ... Which shows that the detail module works.

Accounting details logging problem

2004-06-25 Thread Simeon Penev
accounting request, the logging is: modcall: entering group accounting for request 5 rlm_acct_unique: WARNING: Attribute NAS-Port-Id was not found in request, unique ID MAY be inconsistent rlm_acct_unique: WARNING: Attribute Client-IP

Re: authentication logging not working?

2004-06-07 Thread Gerald Krause
Gerald Krause wrote: Hi, I miss extended authentication logging lines when starting radiusd with "-yz" (ver 0.9.3): sorry - please forget this stupid question... radiusd.conf... ;). - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

authentication logging not working?

2004-06-07 Thread Gerald Krause
Hi, I miss extended authentication logging lines when starting radiusd with "-yz" (ver 0.9.3): --- snip --- Mon Jun 7 12:53:01 2004 : Info: Using deprecated naslist file. Support for this will go away soon. Mon Jun 7 12:53:01 2004 : Info: Using deprecated clients file. Support for

Re: Logging to syslog

2004-05-25 Thread Alan DeKok
Felipe Neuwald <[EMAIL PROTECTED]> wrote: > I'm running 'radiusd -l syslog' and it still logging to > /var/log/radius.log. Hmm... I suggest filing a bug on bugs.freeradius.org, then. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Logging to syslog

2004-05-21 Thread Felipe Neuwald
Just to complete: I'm running 'radiusd -l syslog' and it still logging to /var/log/radius.log. -- Felipe Neuwald [EMAIL PROTECTED] +55 61 3038-5038 +55 61 8135-8918 -- Chave pública PGP / PGP public key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8AE508F3 Em Se

Re: Logging to syslog

2004-05-21 Thread Felipe Neuwald
Alan, I'm running 'radiusd -l syslog' and the logs aren't going to syslog. -- Felipe Neuwald [EMAIL PROTECTED] +55 61 3038-5038 +55 61 8135-8918 -- Chave pública PGP / PGP public key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8AE508F3 Em Sex, 2004-05-21 às 11:20, Alan DeKok escrev

Re: Logging to syslog

2004-05-21 Thread Alan DeKok
Felipe Neuwald <[EMAIL PROTECTED]> wrote: > anybody know how to make FreeRadius log everything to syslog, not to a > regular file? radiusd -h Read it. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Logging to syslog

2004-05-20 Thread Felipe Neuwald
Folks, anybody know how to make FreeRadius log everything to syslog, not to a regular file? Thanks, -- Felipe Neuwald [EMAIL PROTECTED] +55 61 3038-5038 +55 61 8135-8918 -- Chave pública PGP / PGP public key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8AE508F3 - List info/subscrib

FreeRadius logging to syslog

2004-05-20 Thread Felipe Neuwald
Folks, have a way that FreeRadius log everything to syslog, not directly to a file? Regards, -- Felipe Neuwald [EMAIL PROTECTED] +55 61 3038-5038 +55 61 8135-8918 -- Chave pública PGP / PGP public key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8AE508F3 - List info/subscribe/unsub

Re: Accounting in freeradius - logging callback string

2004-05-13 Thread Alan DeKok
Robert Szelepcsenyi <[EMAIL PROTECTED]> wrote: > However, I do not know, whether this attribute can appear in an > accounting packet. Moreover, there is no such item in the mySQL > schema. Is it possible to extend the schema to comprise new > attributes? Yes. Edit it. You probably want the C

Re: Accounting in freeradius - logging callback string

2004-05-13 Thread Robert Szelepcsenyi
This give me some change. I have no idea which atribute number I should look for. The only candidate is: ATTRIBUTE Callback-Number 19 string However, I do not know, whether this attribute can appear in an accounting packet. Moreover, there is no such item in the mySQL schema.

Re: Accounting in freeradius - logging callback string

2004-05-13 Thread Alan DeKok
Robert Szelepcsenyi <[EMAIL PROTECTED]> wrote: > Most of these users are from other subsidiares. We need to calculate > the corresponding phone costs in order to charge them > appropriately. For this purpose I need to log the callback dialup > string (the phone number called). If the NAS sends i

Accounting in freeradius - logging callback string

2004-05-13 Thread Robert Szelepcsenyi
Hi, We are running a Cisco dial-up server. Users have either static or dynamic passwords. Upon login users with dynamic passwords are allowed to enter a callback number, or to cancel the callback completely and establish a session without any callback. Most of these users are from other subsid

Logging Problem with mysql

2004-05-03 Thread Ugur GUNCER
Hi Every, I have a problem with logging with mysql İm looking my db and i saw like these to many lines with "AcctStartTime -00-00 00:00:00 " RadAcctIdAcctSessionId AcctUniqueIdUserName Realm NASIPAddressNASPortId N

rlm_exec & logging (was Re: (no subject) )

2004-04-06 Thread Alan DeKok
"Turtiainen, Tero" <[EMAIL PROTECTED]> wrote: > Can rlm_exec of FreeRADIUS 0.9.3 log to the log file? No. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: freeradius is not logging

2004-03-28 Thread Markus Ebel
Hi > So... is the server receiving accounting packets? Yes, listenting with tcpdump on port 1645 and 1646 and 514 we are receiving packets. The write permissions on the directorys are also set correctly. Any fuhrter hints ? Markus - List info/subscribe/unsubscribe? See http://www.freera

Logging questions

2004-03-27 Thread Federico Giannici
I have a couple of questions about the FreeRADIUS logging: 1) Looking at the source code, I found that in order to send the logs to the syslog I have to set "logdir = syslog" in the config file, but I have found no way to set the syslog facility from the config file. Is it possible

Re: freeradius is not logging

2004-03-26 Thread Gary McKinney
HI Markus, Dumb question but did you setup the Ascend box to send the accounting information back to the radius server??? Gary N. McKinney Network Administrator Computer Services Dept. Brevard County Library System -- Original Message -- From: "Marku

Re: freeradius is not logging

2004-03-26 Thread Alan DeKok
"Markus Ebel" <[EMAIL PROTECTED]> wrote: > That's all. Neither in the file detail, radutmp nor radwtmp are > created. So... is the server receiving accounting packets? It can't log what it doesn't get. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/user

freeradius is not logging

2004-03-26 Thread Markus Ebel
Hi, we are using freeradius 0.9.0 with a Ascend MAX2000. The Authentification is working, but the freeradius does not log anything. When starting the radiusd, it writes into the radius.log Fri Mar 26 10:31:03 2004 : Info: Using deprecated naslist file. Support for this will go away soon. Fri

Help with PostgresSQL Logging

2004-02-23 Thread Daniel_Baughman
I have configured my radius server to authenticate againt my postgresql db and it is working beautifully, except one problem. The table 'radacct' that holds all the accounting info (times logged in, logged out, used etc..) isn't being populated. However there is an sqltrace.sql file that holds

Re: User name logging in radutmp and radwtmp

2004-02-04 Thread Alan DeKok
Doug Hardie <[EMAIL PROTECTED]> wrote: > Is there a way to configure such that prefixes and suffixes are > stripped from user names when they are logged in the radutmp and > radwtmp files? Not really, no. There should be a configuration option to do this. Alan DeKok. - List info/subscrib

User name logging in radutmp and radwtmp

2004-02-04 Thread Doug Hardie
Is there a way to configure such that prefixes and suffixes are stripped from user names when they are logged in the radutmp and radwtmp files? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: BUG?? Couldn't open syslog/radius.log for logging: Not a directory

2004-01-08 Thread Alan DeKok
"Christopher D. Kotran" <[EMAIL PROTECTED]> wrote: ... Posting the same message every day to the list won't make you get a reply any faster. > Problem Detials: It appears that freeradius is attempting to log to a file > when asked to to log to the syslog. Use "gdb" to figure out why. Then,

BUG?? Couldn't open syslog/radius.log for logging: Not a directory

2004-01-08 Thread Christopher D. Kotran
OS: RH9.0 Platform: i386 FreeRadius Version: 0.9.3 Problem Summary: radiusd: radiusd: Couldn't open syslog/radius.log for logging: Not a directory Problem Detials: It appears that freeradius is attempting to log to a file when asked to to log to the syslog. Listed below is the config set

BUG?? Couldn't open syslog/radius.log for logging: Not a directory

2004-01-07 Thread Christopher D. Kotran
OS: RH9.0 Platform: i386 FreeRadius Version: 0.9.3 Problem Summary: radiusd: radiusd: Couldn't open syslog/radius.log for logging: Not a directory Problem Detials: It appears that freeradius is attempting to log to a file when asked to to log to the syslog. Listed below is the config set

BUG?? Couldn't open syslog/radius.log for logging: Not a directory

2004-01-06 Thread Christopher D. Kotran
OS: RH9.0 Platform: i386 FreeRadius Version: 0.9.3 Problem Summary: radiusd: radiusd: Couldn't open syslog/radius.log for logging: Not a directory Problem Detials: It appears that freeradius is attempting to log to a file when asked to to log to the syslog. Listed below is the config set

<    2   3   4   5   6   7