Re: Simultaneous-Use

2001-11-09 Thread Bogdan
Hi guys I down loaded the latest CVS 20011108, installed and restarted the comp. but Simultaneous-Use := 1 still does not work, i can login as a second user Just to explain i use authenticate (username/password) from sql but i use users file for defaults, is it OK to use it like this?

Cache setting

2001-11-09 Thread Gary Chan
HI, In /raddb/radiusd.conf, there is a 'hash_reload' in 'fastusers' session. The default value is 600 seconds, I guess it is the time cache for loading its database. However, I have changed it to a small value such as 60 seconds. After restarting radiusd, the value I can see is still 600

Re: Realms and authorization/authentication

2001-11-09 Thread Kostas Kalevras
On Thu, 8 Nov 2001, Paulo Lima wrote: Hi, I am having difficulties to find a way to configure freeradius (0.3) for the following application: 3 realms (isp1.com, isp2.com and isp3.com), using ldap, for each ISP I would need to use a different LDAP server. I can configure different

freeradius and sql

2001-11-09 Thread Bangla
Hello, is it possible to use freeradius with MSsql database ? I would like to use it only for collecting accounting information. Thanks in advise, Bangla - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Benchmark in FreeRadius

2001-11-09 Thread Chris Parker
At 03:06 PM 11/9/2001 +0800, Kenneth Tang wrote: Dear all, I am now evaluating Radius Server. Regarding to the performance issue, Does anyone have info. in benchmark or stat. about FreeRadius? (e.g. number of authentication per second..) The latter depends completely on the system and

Proxy problems - seg fault in cvs 09

2001-11-09 Thread Richard Yeo
OK, I've updated the code so that leaving out authhost or accthost means LOCAL for that value. Very good, I didn't mean to complain about the inclusion of auth or accthost, although setting the default to LOCAL if the key is missing is a neat option, just so long as you don't now get a

Re: Exec-Program[-Wait] for Accounting-Request

2001-11-09 Thread aland
Nathan Miller [EMAIL PROTECTED] wrote: My users file looks like this for the start and stop: DEFAULT Acct-Status-Type := Start Exec-Program-Wait = /etc/raddb/test.sh START, Fall-Through = 1 'man users' Use: DEFAULT Acct-Status-Type ==

MySQL-Auth

2001-11-09 Thread Hermann Rohrmeier
Hi! I have a small problem with freeradius. I want to authorise an user by a MySQL-Table. And I always get the following error: radiusd: error in loading shared libraries: /usr/local/lib/rlm_sql_mysql.so.0: undefined symbol: mysql_field_count Does anybody know what is wrong? (I use MySQL

Re: CHAP with External Script Prob.

2001-11-09 Thread Kostas Kalevras
On Fri, 9 Nov 2001, Nathan Miller wrote: I am happy to report my previous issues dealing with the external scripts are all fixed and working. I am coming from an XT-Radius background, and migrating many of the same scripts over which I am trying to get to work with FreeRadius.