Define Vendor-Specific Attribute in MYSql freeradius

2004-09-28 Thread Elad Kugman
Title: Define Vendor-Specific Attribute in MYSql freeradius Hi all I have a problem to define a Vendor-Specific Attribute in MYSql freeradius. I define it by MYSql Control Center in the radreply table. When i check my user with the radtest i get the following msg: radclient:WARNING:

netgear wg302

2004-09-28 Thread Raphael Clifford
Hi, I am about to set up a wireless network and would like some sort of security. So far we have chosen the Netgear WG302 access point but I am a little concerned about setting up the radius server. Here are two really basic questions: a) Does the radius server have to be physically connected

Revisited: Auth via LDAP to Microsoft AD (long)

2004-09-28 Thread Kellogg, Chris
Hi, everyone. Forgive me, this is a bit of a rehash of an old subject. I am unable to get authentication via LDAP to work correctly when I set the 'basedn' to the top-level of our AD structure: basedn = dc=subdomain,dc=domain,dc=com --- radius -sx output --- rad_recv: Access-Request packet

Re: Revisited: Auth via LDAP to Microsoft AD (long)

2004-09-28 Thread Michael Griego
This sounds like an issue of chasing LDAP referrals. AD is pretty referral-happy. On a cursory look, it doesn't look like the rlm_ldap module supports chasing referrals. A config option should probably be added to support this. --Mike On Tue, 2004-09-28 at 07:50, Kellogg, Chris wrote: Hi,

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.

Check for username locally then proxy

2004-09-28 Thread David
Hi, I am 2 radius servers running FR 1.0.0 on RedHat 9.0 with a single MS SQL backend. The SQL backend is primarily for accounting data however we do have a few realms that we store usernames and passwords for in the SQL backend. Our radius servers are used mainly for proxying however we have

SQL db failover

2004-09-28 Thread Paul
Hi folks. We need to have a 2 server deployment with accounting and session tracking using an SQL db (mysql or postgres). What i would like to do is: - Each server has a local DB running - Both DB's should have data synchronized for sessino tracking - All accounting is written to local DB and

freeRadius on SLES 9.0 - installation issues

2004-09-28 Thread Andrew Werbowy
I am trying to install/compile freeRADIUS 1.0.1 version on SUSE Ent 9.0. without success. This is what I get when I do ./configure make . ... .. In file included from x99_rlm.c:54:x99.h:26:42: openssl/des.h: No such file or directoryIn file included from x99_rlm.c:54:x99.h:146: error:

SQL db failover

2004-09-28 Thread EROS
In doc/configurable_failover you have your answer. I've tried the same schema you wanna do and it works perfectly The mirroring between the two mysql db work with the replication mechanism of mysql (read the mysql doc) and I have two sql.conf to describe the way to connect to each db and right

Radius and Samba

2004-09-28 Thread Luis Daniel Lucio Quiroz
Helo all, Well, I have just configure freeRadius using LDAP as a backend and it works well. Radtest reports that authentication is ok. So I configurer my PPTP/PPP vpn using radius plugin and it works (with pap). How ever I realize taht ldap.radmap file does mapping for LDAP and Radius and

RE: SQL db failover

2004-09-28 Thread Cris Boisvert
I have been trying to do the same thing I have the references in the radius.conf as notated in the Doc's although I cannot get it to Connect to the second sql server I have this in the radius.conf $INCLUDE ${confdir}/sql.conf $INCLUDE ${confdir}/sql2.conf modules { sql sql { }

How Attr_rewrite works

2004-09-28 Thread Ugur GUNCER
Hiii everbody I asked how is attr_write fuction works I wrote In radius.config attr_rewrite MyCalledStationId { attribute = Cisco-AVPair # may be packet, reply, or config searchin = packet searchfor = gw-rxd-cdn=ton:2,npi:1,#:

RE: SQL db failover

2004-09-28 Thread Paul
What i need is failover for accounting and session tracking. Auth will be done using LDAP. Mirroring the DB is not possibe because accounting has alot of inserts, that would need to have multi-master replication. I would like to use application data mirroring instead, having 2 databases and

RE: SQL db failover

2004-09-28 Thread Paul
On Tue, 2004-09-28 at 15:16, Paul wrote: What i need is failover for accounting and session tracking. Auth will be done using LDAP. Mirroring the DB is not possibe because accounting has alot of inserts, that would need to have multi-master replication. I would like to use application

Licence question

2004-09-28 Thread Nour Omar
I have licence question. First of all , I wanted to thank all the guys who developed this wonderfull peice of software. I wanted to write VOIP billing software( with prepaid, post-paid and advanced routing features, etc, etc) as FreeRADIUS plugin module. And I'm not sure if I want to make my

stupid question

2004-09-28 Thread Brian Ammons
I am a radius rookie. I have FreeRadius 1.0.0 installed on Slack 9.1 and have the mySql compatibility working as well. I ran the script that was included with the source code to create the mySql tables. My problem is not with getting the server running - it's that I can't make it deny access

RE: Revisited: Auth via LDAP to Microsoft AD (long)

2004-09-28 Thread Tarun Bhushan
AD's chasing of LDAP referrals can be a bit of a problem. It slows lookups down significantly, and also results in failures like the one you have seen. In my experience, if you are using AD, it would be better to use the LDAP interface to the Global Catalogue, rather than to the standard AD. In

Re: freeRadius on SLES 9.0 - installation issues

2004-09-28 Thread edward
Andrew Werbowy [EMAIL PROTECTED]: yes. I have that same problem as well. My box is debian. I tried to install FreeRadius Version 1.0.1 stable. Great thanks for any reply. Edward I am trying to install/compile freeRADIUS 1.0.1 version on SUSE Ent 9.0. without success. This is what I

Re: freeRadius on SLES 9.0 - installation issues

2004-09-28 Thread sayantan bhowmick
I am trying to install/compile freeRADIUS 1.0.1 version on SUSE Ent 9.0. without success. This is what I get when I do ./configure make . ... .. In file included from x99_rlm.c:54: x99.h:26:42: openssl/des.h: No such file or directory In file included from x99_rlm.c:54: x99.h:146: error: