Re: Digest authentication over FreeRadius against an LDAP server

2005-04-02 Thread A. Burak Gurdag
On Apr 2, 2005 12:14 AM, Craig Huckabee [EMAIL PROTECTED] wrote: Or use EAP-TTLS/PAP to get a clear text password from your clients and use encrypted passwords in LDAP. Well, this is not possible since my NAS is a RFC3261-compliant SIP server, which is not allowed to request cleartext

Re: Attach mac address to username

2005-04-02 Thread Joachim Bloche
eg: would I have to add the table. radcheck id - - - - - - - - 4567 UserName - - user1 Attribute - - - Calling-Session-Id op - - - - - - - := Value - - - - - 000bcdfxxx I think this example is OK, but the op which should be '==' (':=' always matches and sets a freeradius parameter, I don't

Re: Freeradius and MySQL -- missing libraries?

2005-04-02 Thread Paul Hampson
On Fri, Apr 01, 2005 at 12:42:18PM -0800, Rick Kunkel wrote: Hello all, When I run an ldd though, I see this: # ldd rlm_sql_mysql.so libmysqlclient.so.12 = not found libz.so.1 = /usr/lib/libz.so.1 (0x4000b000) libcrypt.so.1 = /lib/libcrypt.so.1 (0x40019000)

Re: segmentation fault

2005-04-02 Thread Willem Eradus
On Apr 1, 2005 11:40 PM, Alan DeKok [EMAIL PROTECTED] wrote: Larry Riffle [EMAIL PROTECTED] wrote: I'm trying to decide if this is just a couple of us doing something wrong or if check_cert_cn is broken. It might be broken. Does anybody have it working on any platform? By working I

Got a problem - mysql and radius table

2005-04-02 Thread Blake
I am new to this list so perhaps this has been brought up already but: Using freeradius 1.0.1 with mysql. I insert the tables from db_mysql.sql into the radius database and i get an error on id default for the nas table. I simply delete the default entry for that row and everything goes well.

Re: Got a problem - mysql and radius table

2005-04-02 Thread Scott Edwards
On Apr 2, 2005 11:05 AM, Blake [EMAIL PROTECTED] wrote: I am new to this list so perhaps this has been brought up already but: Using freeradius 1.0.1 with mysql. I insert the tables from db_mysql.sql into the radius database and i get an error on id default for the nas table. I simply delete

Re: Got a problem - mysql and radius table

2005-04-02 Thread Blake
Scott Edwards wrote: and just sits there trying to start I look at the mysql process table and it shows that the user has logged in and is reading from net TCP or Unix socket, it's still a network connection. humm... maybe try switching to TCP? hm? Radiusd never gets started.

Re: Got a problem - mysql and radius table

2005-04-02 Thread Scott Edwards
On Apr 2, 2005 11:33 AM, Blake [EMAIL PROTECTED] wrote: Scott Edwards wrote: and just sits there trying to start I look at the mysql process table and it shows that the user has logged in and is reading from net TCP or Unix socket, it's still a network connection. humm... maybe try

Re: Got a problem - mysql and radius table

2005-04-02 Thread Blake
Scott Edwards wrote: On Apr 2, 2005 11:33 AM, Blake [EMAIL PROTECTED] wrote: Scott Edwards wrote: and just sits there trying to start I look at the mysql process table and it shows that the user has logged in and is reading from net TCP or Unix socket, it's still a network

Re: Got a problem - mysql and radius table

2005-04-02 Thread Blake
My guess is that it has something to do with the error when importing the tables from the db_mysql.sql file. The error was on the nas table. Like I said I ended up having to omit the entry for default '0' on the id row. No matter how I worded the default. I would get a syntax error everytime.

Re: Got a problem - mysql and radius table

2005-04-02 Thread Blake
Blake wrote: My guess is that it has something to do with the error when importing the tables from the db_mysql.sql file. The error was on the nas table. Like I said I ended up having to omit the entry for default '0' on the id row. No matter how I worded the default. I would get a syntax

Webmin Module

2005-04-02 Thread Me
I almost hate to post this because in my searches I have seen this question posted many times, just haven't really seen an answer. So, here goes.. Is there a Webmin module for FreeRadius? If not, is there a list of GUIS somewhere for FreeRadius? Thanks! -- Private Label Wholesale Internet

Re: Got a problem - mysql and radius table - more output from debuging mode

2005-04-02 Thread Blake
Here is the last few lines from radiusd -X output: sql: accounting_stop_query_alt = INSERT into radacct (AcctSessionId, AcctUniqueId, UserName, Realm, NASIPAddress, NASPortId, NASPortType, AcctStartTime, AcctStopTime, AcctSessionTime, AcctAuthentic, ConnectInfo_start, ConnectInfo_stop,

Re: Webmin Module

2005-04-02 Thread shane
Me wrote: I almost hate to post this because in my searches I have seen this question posted many times, just haven't really seen an answer. So, here goes.. Is there a Webmin module for FreeRadius? If not, is there a list of GUIS somewhere for FreeRadius? Thanks! -- Private Label Wholesale

Daemonizing problem

2005-04-02 Thread Oleg M. Golovanov
I have FreeRADIUS 1.0.2 on FreeBSD 4.10 configured as followed: CPPFLAGS=-I/usr/local/include -I/usr/local/pgsql/include LDDFLAGS=-L/usr/local/lib -L/usr/local/pgsql/lib ./configure --prefix=/usr/local/freeradius --with-raddbdir=/usr/local/freeradius/etc --with-logdir=/var/log/radius

Re: Got a problem - mysql and radius table

2005-04-02 Thread Scott Edwards
On Apr 2, 2005 11:50 AM, Blake [EMAIL PROTECTED] wrote: [snip] I don't see the option in sql.conf. Here is what I do have sql { driver = rlm_sql_mysql server = localhost login = sqladmin password = *** radius_db = radius [snip] Here's your

Re: Got a problem - mysql and radius table - more output from debuging mode

2005-04-02 Thread Scott Edwards
On Apr 2, 2005 4:27 PM, Blake [EMAIL PROTECTED] wrote: Here is the last few lines from radiusd -X output: AcctStopTime = 0 sql: postauth_table = radpostauth sql: postauth_query = INSERT into radpostauth (id, user, pass, reply, date) values ('', '%{User-Name}',

Segmentation fault

2005-04-02 Thread Oleg M. Golovanov
FreeRADIUS 1.0.2 on FreeBSD 4.10 # check-radiusd-config Segmentation fault Radius server configuration looks OK. # /usr/local/freeradius/sbin/radiusd -X Starting - reading configuration files ... reread_config: reading radiusd.conf Config: including file: /usr/local/freeradius/etc/clients.conf

Re: Attach mac address to username

2005-04-02 Thread shane
Joachim Bloche wrote: eg: would I have to add the table. radcheck id - - - - - - - - 4567 UserName - - user1 Attribute - - - Calling-Session-Id op - - - - - - - := Value - - - - - 000bcdfxxx I think this example is OK, but the op which should be '==' (':=' always matches and sets a freeradius