On Fri, 19 Dec 2003, Kostas Kalevras wrote:
> See doc/tuning_guide
Thanks! I did check that out, but all it said was to make num_sql_socks
larger than the number of simultaneous requests. (Hehe! Of course!) I'm
still using 0.8.1, though: is tuning_guide updated in the latest?
> In any case it de
can anyone help me on this CHAP issue
thanks...
- Original Message -
From:
Rohaizam Abu
Bakar
To: [EMAIL PROTECTED]
Sent: Wednesday, December 17, 2003 6:21
PM
Subject: migrate PAP to CHAP for
LDAP
How can i migrate PAP authentication method to
C
On Thu, 18 Dec 2003, Kristina Pfaff-Harris wrote:
>
> Heya, all. This might be a silly question, but can anyone tell me a rule
> of thumb to figure out how many MySQL connections (num_sql_socks in the
> config) to configure based on ... heck, I don't know ... something like
> number of people dial
Heya, all. This might be a silly question, but can anyone tell me a rule
of thumb to figure out how many MySQL connections (num_sql_socks in the
config) to configure based on ... heck, I don't know ... something like
number of people dialed up at the same time? It's a bit difficult to say
how ma
I am seeing alot of these in my logs. I am running freeradius 0.9.0 on
Linux.
Thu Dec 18 16:33:48 2003 : Error: Dropping conflicting packet from client
ihug-phone:1646 - ID: 122 due to unfinished request 514640
Thu Dec 18 16:34:54 2003 : Error: Dropping conflicting packet from client
ihug-phone:1
I using Redhat 9..
I got a couple of foolish questions sorry..
When I add another user to the users file... Do I need to restart the
radiusd service?
If not. How long will it take to re parse the users file to take the new
change...
The old mac radius server I had didn't require a restart, that
You don't have to disable shared libraries anymore with MacOS X 10.3.
In my experience this was only necessary until 10.2 (Jaguar).
./configure && make && make install works just fine for me.
-Andreas
On Dec 17, 2003, at 10:28 PM, David Watson wrote:
I used the following
./configure --localstat
Hi All,
I can collect all the plain text password from radius.log but
how can I collect all the CHAP-Password or in general all encrypted password in
a text file ? It's possible to run some script from the pre-authorization
section
where the plain password is available ?
Does anyone have some ti
Hi,
I am running FreeRadius as a proxy. Users hit our NAS and then
the request is proxied off to the proper downstream ISP. Our radius
server is on an internal network in a DMZ and then firewalled (NAT'd)
out to the real world. For the most part, each ISP just sets us up as
a client using our e
I am currently using mac radius as our radius server.
I was wondering if anyone has done a migration from Macradius to freeradius?
Is their a way to use the exported users.txt file from mac radius to import
it into freeradius?
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/lis
"Spetzler, Arne (DZ-SH)" <[EMAIL PROTECTED]> wrote:
> in the process of superseding Cisco ACS with freeradius, I have
> enhanced the
>
> dictionary.cisco.vpn3000
...
Those attributes are already in the CVS head. They weren't included
in 0.9.3, though.
Alan DeKok.
-
List info/subsc
-OK I install on my linux box and then run, are there any settings
that need to be done before running?
Yes, you will need to modify the naslist and users.conf files to put in
your access points and the MAC addresses of valid clients. If you want
it to be database driven, then you wi
Hello, I have a wireless network setup and we are using freeRADIUS for,
well... authenticating. I have never experimented with this so if
someone could point me in the right direction I would really appreiciate
it. I have read all the INSTALL doc and I am still a little foggy.
Simple questio
Hi,
I have freeradius 231201 snapshot working with a MSSQL database using
rlm_sql+rlm_sql_unixODBC+freeTDS.
I am now looking forward towards being able to issue different queries to
the database depending on the value of request variables. For example, I
have a NAS that authenticates itself with
> > file. Am I missing something here?
> I guess it might be a good idea to ask Alan to put sql as a
> commented option
> in the authorize and accounting sections of the radiusd.conf.
>
> You need to add "sql" to your accounting section of
> radiusd.conf if you want
> it to write accounting
"Aivis Olsteins" <[EMAIL PROTECTED]> wrote:
> 3. when calling same script with same line from radius, it displays old perl
> version 5.8.0 (which is completely removed from system)
No, it's not. You've linked rlm_perl to the old perl, so it's still
somehow sticking around.
> The radius server
Nick Davis <[EMAIL PROTECTED]> wrote:
> I guess it might be a good idea to ask Alan to put sql as a commented option
> in the authorize and accounting sections of the radiusd.conf.
Done.
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
<[EMAIL PROTECTED]> wrote:
> I'm looking for some good documentation on PAM for authentication with
> radius or with any service. I've only been able to find documentation
> that is either brief or out of date. Any good books, or sites
Try the PAM radius authentication module. There's rea
Roy Wills <[EMAIL PROTECTED]> wrote:
> I have turned on log_auth, log_auth_badpass, and log_auth_goodpass
> in radiusd.conf. Having done this I am still not getting any
> accounting info in the database or log file. Am I missing something
> here?
Your NAS needs to send accounting packets. Nothi
=?iso-8859-1?q?santi=20baztan?= <[EMAIL PROTECTED]> wrote:
> I have radius server with EAP-TLS and I'm tryin to
> install eap-ttls. HAve you a howto of eap-ttls.
You configure it, as it says in 'radiusd.conf'.
After that, you have a client send it EAP-TTLS packets. It's that easy.
Alan De
Hi all!
Updating the FreeRadius to the last snapshot of november I decide to
change my old snapshot of OpenSSL to the stable release of OpenSSL 0.9.7c.
After having a couple of troubles with the different versions of the
OpenSSL, I recompiled and they worked together.
Now, Using a similar confi
At 09:04 PM 12/17/2003, David Watson wrote:
I'm trying to run freeradius on an OS X machine and I have been reading
threads relating to issues people have had over the years when
receiving a message saying:
ERROR: Failed to initialize semaphore: Function not implemented
Running radiusd -X works fi
Next monday, the addresses of the freeradius lists will change.
The lists will migrate to the freeradius.org domain.
This means that instead of mailing to [EMAIL PROTECTED]
you then need to mail to [EMAIL PROTECTED]
Mail you receive from the list is now sent with the envelope-sender
address [EMAI
hello,
We are running into following strange situation when using rlm_perl:
System had perl version 5.8.0 which was later upgraded to 5.8.2
1. when running perl command perl -v, it indicates correct version: 5.8.2
2. when adding to our default perl radius script following first line:
#!/usr/bin
> 1: I have read all the Doc's that come with radius and searche dthe web and
> still have not found how to log accounting info in radius. I have turned on
> log_auth, log_auth_badpass, and log_auth_goodpass in radiusd.conf. Having
> done this I am still not getting any accounting info in the datab
I'm looking for some good documentation on PAM for authentication with
radius or with any service. I've only been able to find documentation
that is either brief or out of date. Any good books, or sites
Thanks!
John
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/us
First off I am new to radius and am trying to figure how to do what I want it to do.
ANY help is greatly appreciate and hope to be able
to help others in the future. I will start off by stating what I am trying to do:
I have 2 locations that have wireless access to internet and am trying to find
Hi folks
I've tried to figure out through the news if it possible implementing a
prompt callback meccanism (as Cisco has..), cause I'm using freeradius +
mysqlin a negative case how can I configure does anybody knows If is
possible to configure the callback part in the Cisco Router while all th
Hi.
I have radius server with EAP-TLS and I'm tryin to
install eap-ttls. HAve you a howto of eap-ttls.
___
Yahoo! Sorteos
¡Ya puedes comprar Lotería de Navidad!
http://yahoo.ventura24.es/
-
List info/subscribe/unsubscribe? See http://ww
On Thu, Dec 18, 2003 at 03:49:20PM +0700, [EMAIL PROTECTED] wrote:
> I need help on configuring freeradius , on ip pooling. issue i use mysql as the user
> as well as ip database. But it seems , radius can works on range ip i gave but i
> works on ip with "+", but i can control the ip assignment
Dearest Freeradiusers,
I need help on configuring freeradius , on ip pooling.
issue i use mysql as the user as well as ip database. But
it seems , radius can works on range ip i gave but i works
on ip with "+", but i can control the ip assignment that
server gave to user who dials in. Also i p
Dearest Freeradiusers,
I need help on configuring freeradius , on ip
pooling. issue i use mysql as the user as well as ip database. But it seems ,
radius can works on range ip i gave but i works on ip with "+", but i can
control the ip assignment that server gave to user who dials in. Also
32 matches
Mail list logo