freeRadius 2.x

2012-12-20 Thread rosect190
It is noticed that some VSAs are sent with Access-Challenge but not with 
Access-Accept when PEAP is used.

Is there a way to configure the server such that those attributes are sent with 
Access-Accept?

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

username and attributes

2010-06-03 Thread rosect190
I have two users (u1 and u2) and want to use PEAP to auth them. For each user, 
I will return an attribute. For example, attr1 for u1  and  attr2 for u2.

An interesting thing is that, when my out-tunnel user name is anonymous, I do 
not see any attribute be returned although the auth is successful. 

Further testing shows, if I use user2's name (u2) as user1's out-tunnel name 
and use user1's name (u1) as user2's out-tunnel name, user1 will receive attri2 
and user2 will receive attr1. It seems that the server picks attributes based 
on the out-tunnel name, not the real user name. 

In file /etc/raddb/users, I configure users as follows:
u1  Cleartext-Password := p1
  Service-Type = 6

u2  Cleartext-Password := p2
  Service-Type = 4

I do not understand why. Is there anything I did not configure in the server? 
Thank you very much for any suggestion!
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

freeradius source code architecture

2010-05-23 Thread rosect190
Does any one know any good document on the software source code architecture of 
freeradius? Thanks.
- rosect190
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

accouting

2010-05-17 Thread rosect190
I have installed the following two rpms:
  freeradius-mysql-2.1.3-1.fc9.i386   and
  freeradius-postgresql-2.1.3-1.fc9.i386 
on my Fedora machine. However, when I tried to configure sql server by using 
mysqladmin ..., system says command not found. 

Do I need to install anything else (and where I can download them) before 
executing that command? Thanks a lot in advance.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

accounting

2009-12-15 Thread rosect190
Two questions that I am seeking answers to.

1. Can freeradius log accounting info in a local file, meaning not to use a sql 
database? If yes, how to enable that and where the log files will be 
(configurable?)

2. I loaded freeradius 2.13.fc9.i386. rpm -qa shows that 
freeradius-mysql-2.1.3-1.fc9.i386 is installed. However, which mysql: shows 
this command is not available. Do I need to download mysql and install it or 
does this version of freeradius install mysql automatically?

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

accounting with freeradius

2009-12-10 Thread rosect190
I try to setup accounting with freeradius. Not much lick to find step-by-step 
instruction on Internet. Can some guru help on this?

I have freeradius 2.1.3-1-fc9 installed on my Linux machine.  Thanks in advance.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: accounting with freeradius (Alan Buxey)

2009-12-10 Thread rosect190
I hope to see step-by-step instructions to setup accounting system using sql 
server with freeradius such that I can see a user's network usage (Tx'd / Rx'd).

Also, with freeRADIUS, is there a way to log a user's accounting info in a 
local file, not in a sql server? Thanks.-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

clear-terxt password vs user-password

2009-12-07 Thread rosect190
In user account setup, you can use either Cleartext-Password or User-Password. 
What is the difference? Thanks.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Accounting server reply

2009-03-12 Thread rosect190
Hi, Does an accounting server reply to a NAS's accounting message? How does an 
NAS know that the accounting message is lost (due to accounting server 
failure)? Thanks.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

including freeRADIUS

2009-01-27 Thread rosect190
Does anyone have experience in including freeRADIUS in their project, just like 
including openSSL in a project?
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

freeRADIUS does not find openssl

2009-01-20 Thread rosect190
I have a problem with freeRADIUS version 2.1.3.

I have openssl installed in /usr/local/ssl. To build the freeRADIUS server, I 
used this command:
./configure 
--with-openssl-include=/usr/local/ssl/include--with-openssl-libraries=/usr/local/ssl/lib

However, the freeRADIUS just does not see the openssl and reports this:
1. configure: skipping test for openssl/ssl.h  -- why skip? Because it was told?

2. checking for OpenSSL support ... no

What configuration did I miss such that the server did does not see the 
openssl? Thanks.


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

freeRADIUS does not see openssl

2009-01-20 Thread rosect190
I have a problem with freeRADIUS version 2.1.3.

I have openssl installed in /usr/local/ssl. T? build the freeRADIUS server, I 
used this command:
./configure --with-openssl-include=/usr/local/ssl/include 
--with-openssl-libraries=/usr/local/ssl/lib

However, the freeRADIUS just does not see the openssl and reports the 
followings:
1. configure: skipping test for openssl/ssl.h? -- why skip? Because it was told?

2. Checking OpenSSL support... no

What configuration did I miss such that the server did does not see the 
openssl? Thanks.-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html