problem with radutmp, radwtmp

2001-10-23 Thread Zdzisaw Rogowski
Hi! I run radiusd and authenticate successful many times but radutmp is still empty. When I try radiusd -x=10 pa. 23 12:27:59: [3315]: leakdetect.c:95:efree:free(0x8098518) pa. 23 12:27:59: [3315]: leakdetect.c:95:efree:free(0x8098538) pa. 23 12:27:59: [3315]:

Re: Basic Mysql Config questions + IP+Nas_port questions

2001-10-23 Thread Andrew Melnikov
I encrypt passwords with ENCRYPT(). I never tried to use plaintext passwords with mysql. ok .. will try that immediatly. (is this related to using chap or pap ?) I use PAP. You cannot use encryption with CHAP. Look in sql.conf to find out how rlm_sql handles passwords. There is a little

Re[2]: SQL authorization with operatos

2001-10-23 Thread Mitry Matyushkov
On Monday, October 22, 2001 21:21 [EMAIL PROTECTED] wrote: I'm looking for volunteers to check the patch which provides (as I suppose) operator support in SQL authorization mode. Look here: This looks reasonable to me, but I can't test it. If anyone else has success with it, I'll commit

Problems with group authentication

2001-10-23 Thread Gonzalez B., Fernando
Hi! I'm using FreeRadius 0.2 and I have a problem with group authentication. When a user tries to authenticate, several lines appear (in the /var/log/radius/radius.log file) like the following: Mon Oct 22 18:53:11 2001 : Error: group = /etc/group However, the user authenticates

Re: CHAP Auth

2001-10-23 Thread Chris Parker
At 09:48 AM 10/23/2001 -0400, you wrote: Is it possible to do CHAP authentication and PAP using the unix auth module? Currently it does not seem to support it. I setup the NAS as a ascend which in the ascend dictionary seems to support CHAP but it did not fix the problem. Any suggestions?

Re: Modifying username before proxying?

2001-10-23 Thread aland
[EMAIL PROTECTED] wrote: Need to modifying the username attribute before it gets sent on to the proxy based upone number that is dialed, only for certain numbers and not others. rlm_attr_rewrite should be updated to also look for rewrite information in the list of configuration items. But

stripping the prefixes for accounting

2001-10-23 Thread Bobi
Hi List, Is there simple way to use Stripped-User-Name for accounting. I'm trying to do something like: DEFAULT Prefix == pref User-Name := %{Stripped-User-Name} in acct_users file If acct_users works only with existing attributes there should be other way to strip prefixes for

Re: problem with radutmp, radwtmp

2001-10-23 Thread aland
[EMAIL PROTECTED] wrote: I run radiusd and authenticate successful many times but radutmp is still empty. So? radutmp stores *accounting* records, not authentication records. When I try radiusd -x=10 That won't work. If it does, you're not running freeradius. Alan Dekok. - List

Re: Re[2]: SQL authorization with operatos

2001-10-23 Thread aland
Mitry Matyushkov [EMAIL PROTECTED] wrote: Please don't. I think only tested patches should be applied. In that patch I added support only for 'check' AV pairs. Shall I add operator support for 'reply' AV pairs too? Yes. My reason for adding the patch was that it can always be removed if

Re: Problems with group authentication

2001-10-23 Thread aland
Gonzalez B., Fernando [EMAIL PROTECTED] wrote: Hi! I'm using FreeRadius 0.2 and I have a problem with group authentication. When a user tries to authenticate, several lines appear (in the /var/log/radius/radius.log file) like the following: Mon Oct 22 18:53:11 2001 : Error: group =

Re: stripping the prefixes for accounting

2001-10-23 Thread aland
Bobi [EMAIL PROTECTED] wrote: Is there simple way to use Stripped-User-Name for accounting. Yes... if it exists, it will go into the detail record. I'm trying to do something like: DEFAULT Prefix == pref User-Name := %{Stripped-User-Name} in acct_users file Uh, why? If

Re: acct_users confusion

2001-10-23 Thread Brian Gordon
I figured this out on my own... DEFAULT Called-Station-Id == 5, Replicate-To-Realm := isp1.com DEFAULT Called-Station-Id == 6, Replicate-To-Realm := isp2.com Thanks, Brian - Original Message - From: Brian Gordon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday,

Re: SQL authorization with operatos

2001-10-23 Thread Mitry Matyushkov
On Tuesday, October 23, 2001 18:47 [EMAIL PROTECTED] wrote: Please don't. I think only tested patches should be applied. In that patch I added support only for 'check' AV pairs. Shall I add operator support for 'reply' AV pairs too? Yes. OK. The patch is getting much simple. Here are the

SecurID support

2001-10-23 Thread Xj Wang
Does the FreeRADIUS support security token products from RSA Inc. (SecurID/ACE server) ? XJ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: SecurID support

2001-10-23 Thread aland
Xj Wang [EMAIL PROTECTED] wrote: Does the FreeRADIUS support security token products from RSA Inc. (SecurID/ACE server) ? No, sorry. As always, patches are welcome. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Changing RADIUS Passwords

2001-10-23 Thread John Blumel
Hi, I'm looking into using RADIUS for authentication of remote dial-in and VPN users and, since I'm completely new to RADIUS, I was hoping I could pose a few questions to the list... 1. freeRADIUS is officially listed as beta software but is anyone using it in production and/or do you feel

Re: Changing RADIUS Passwords

2001-10-23 Thread aland
John Blumel [EMAIL PROTECTED] wrote: 1. freeRADIUS is officially listed as beta software but is anyone using it in production and/or do you feel that it is mature and stable enough to do so. A number of people use it in production, and it seems to be stable. 2. We would like to give

Re: CHAP Auth

2001-10-23 Thread Chris Parker
At 05:18 PM 10/23/2001 -0400, Russell Enderby wrote: The FAQ says to do this: So, if you're using CHAP, for each user entry you must use: Auth-Type = Local, Password = stealme If you're using only PAP, you can get away with: Auth-Type = System In the users file I

Re: stripping the prefixes for accounting

2001-10-23 Thread Bobi
Hi Alan, I'm migrating from heavy patched by me Livingston radius. Freeradius is most configurable one I managed to find and it was really easy (with 2-3 slight patches like %{raw:Attr-Name} in xlat anyway :) to switch it for all my needs. One of the very few things i still need to do is sql