EAP/TTLS runtime loading issue.

2004-04-10 Thread Paul Hampson
I've just had the weirdest thing happen to me, where all of a sudden my FreeRADIUS wouldn't restart. I traced it back to rlm_eap_ttls.so unable to resolve the symbol 'eaptype_name2type' (which is in libeap). Rebuilding didn't fix things, and frankly I'm not sure enough about libtool to know

radwtmp -reg

2004-04-10 Thread kumarselva
hi i compiled freeradius-0.9.3 in RedHat Linux Enterprise edition. While testing, the radwtmp/radutmp files r not getting updated. I checked the code. The code doesnot find any reference to writing in those files. I have to take accounting (session of users) from radwtmp. How to proceed? - Selva

Re: Freeradius GUI admin headaches

2004-04-10 Thread Milver S. Nisay
there are a lots of solution to your case. 1. you can make a dial up script to administer your dialup accounts. Perl is flexible enough to connect and manipulate MySQL fields and databases. 2. i believe the first time i used dialup admin, it also did not work, but i tried installing it to a newly

Re: rlm_sqlcounter is not working

2004-04-10 Thread Keith Yoder
[EMAIL PROTECTED] escreveu: sqlcounter monthlycounter { counter-name = Monthly-Session-Time check-name = Max-Monthly-Session sqlmod-inst = sqlcca3 Change that last line to: sqlmod-inst = sql There was a problem in the example file. I think it's

Re: radwtmp -reg

2004-04-10 Thread Alan DeKok
kumarselva [EMAIL PROTECTED] wrote: i compiled freeradius-0.9.3 in RedHat Linux Enterprise edition. While testing, the radwtmp/radutmp files r not getting updated. I checked the code. The code doesnot find any reference to writing in those files. Nonsense. The code updates those files, IF

Re: RADIUS: ARAP Config

2004-04-10 Thread Alan DeKok
(off-list) I am trying to get ARAP working under RADIUS (freeradius). I am available to add those features under contract. I've recently started up a consulting company to do work on FreeRADIUS: http://www.cladju.org. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: restrict user for say eg - 10 days -- any options ???

2004-04-10 Thread Alan DeKok
Vasudevan.S [EMAIL PROTECTED] wrote: Is there any configurable paramater to restrict a user for say upto 10 days and on the 11th day the user should be denied login. No. Please help me in performing the above configuration and It will be great if some one can help me out in the below

Re: Are passwords passed from Ascend to MySql in clear-text or encrypted?

2004-04-10 Thread Alan DeKok
Jeff [EMAIL PROTECTED] wrote: Remote machines can use PAP, CHAP AND MS-CHAP to connect to Ascend Max, but freeradius is only using encrypted passwords stored in MySql to authenticate users. Ok... - Are passwords passed from Ascend to MySql in clear-text or encrypted? Please use

Re: Authorizing failed logins with filter

2004-04-10 Thread Alan DeKok
Troy Settle [EMAIL PROTECTED] wrote: When authentication fails, I'd like a way to have freeradius to authorize users with a specific profile: In the latest snapshot, the post-auth can have a REJECT sub-section, which is executed on Access-Rejects. Is there a way to accomplish this? If

Multiple Calling station id

2004-04-10 Thread Aquiles Cohen
Hi All, I'd like to know how to deal with multiple calling station id on MySQL module. Thanks in advance - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius GUI admin headaches

2004-04-10 Thread Michael Flora
--- Milver S. Nisay [EMAIL PROTECTED] wrote: there are a lots of solution to your case. 1. you can make a dial up script to administer your dialup accounts. Perl is flexible enough to connect and manipulate MySQL fields and databases. 2. i believe the first time i used dialup admin, it also did

Re: Freeradius GUI admin headaches

2004-04-10 Thread Milver S. Nisay
Thanks for the reply. What OS and version did you use? With my case, dialup admin did not worked on an old but running OS (RH9), but I did a newly installed RH9 and FC1, dialup admin just worked well ... along with PHPMyAdmin. my running freeradius is freeradius-0.9.1-1, MySQL is

Re: restrict user for say eg - 10 days -- any options ???

2004-04-10 Thread Milver S. Nisay
Vasudevan.S [EMAIL PROTECTED] wrote: Is there any configurable paramater to restrict a user for say upto 10 days and on the 11th day the user should be denied login. No, but there is a work around though and it's there builtin with your box just lying around... - List