Re: rlm_perl segfault

2006-03-14 Thread Boian Jordanov
On Tuesday 14 March 2006 02:08, Grant Zanetti wrote: On Mon, 2006-03-13 at 11:48 +0200, Boian Jordanov wrote: On Friday 10 March 2006 00:39, Grant Zanetti wrote: In addition to this I have done a manual compile (non-package) and have a better back trace perhaps: Which version of

radclient solaris 10

2006-03-14 Thread dr
where can I find radclient for Solaris 10 (sparc) ?...thank youdidier Yahoo! Mail Use Photomail to share photos without annoying attachments.- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Problems with users file and DEFAULT authentication

2006-03-14 Thread Jim Potter
Hi all, I am trying to set FreeRADIUS up to manage access through a bunch of HP 420wl wireless access points... My first problem is this... I want any devices that I know about (ie have their MAC addresses) to join 1 VLAN, wheras if I do not have their addresses thay join a different VLAN...

MAC/VLAN with HP Procurve

2006-03-14 Thread Jim Potter
Hi all, Part 2 of my problems - has anyone got a radius server to hand out dynamic VLANs to an access point? I've got the following from various sites, but it doesn't seem to work (users file): 00-0e-35-31-5c-1b Auth-Type == Local,User-Password == 00-0e-35-31-5c-1b

RE: MAC/VLAN with HP Procurve

2006-03-14 Thread Seferovic Edvin
Dynamic VLAN on an access point? Is this possible anyway? I've tried to use VLAN assignment on HP ProCurve 2626, but it just wont work. Due the lack of documentation, maybe someone should contact HP on this topic? Regards, Edvin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: MAC/VLAN with HP Procurve

2006-03-14 Thread Michael Schwartzkopff
Am Dienstag, 14. März 2006 16:48 schrieb Seferovic Edvin: Dynamic VLAN on an access point? Is this possible anyway? I've tried to use VLAN assignment on HP ProCurve 2626, but it just wont work. Due the lack of documentation, maybe someone should contact HP on this topic? It works. Pretty

Re: Password Logging

2006-03-14 Thread Geoff Silver
rlm_syslog is a module I wrote based on rlm_detail. I submitted it as a patch, but it's not part of the production freeradius code at this point. You probably want to add the following... around line 70: char *hidepasswd; around line 81-82 of rlm_detail.c: { hidepasswd,

Re: Password Logging

2006-03-14 Thread Geoff Silver
I had tried that and it logged passwords regardless. Guy Fraser wrote: On Mon, 2006-13-03 at 17:38 +0100, andre kip wrote: Hi Geoff, I haven't been successful in getting freeradius not to log passwords. Where is this rlm_syslog?? I am looking for it at source but to no avail. ..or did you

Help mixing proxied and non-proxied auth mechanisms

2006-03-14 Thread Geoff Silver
I'm hoping to simply my users file, and I'm hoping someone can help. Right now I have something like the following. users file: - user01 Auth-Type:=Accept, Huntgroup-Name==Office, Hint==Port-1812 Connect-Info=OFFICE_NET user01 Huntgroup-Name==Office, Hint==Port-1645,

Re: Help mixing proxied and non-proxied auth mechanisms

2006-03-14 Thread Alan DeKok
Geoff Silver [EMAIL PROTECTED] wrote: So, right now, for every huntgroup/connect-info pair, I have *two* entries in the users file. One is for Port-1812, the other for Port-1645. So the question of the hour is: Is there something nifty I can do to eliminate the need for *two*

Re: Help mixing proxied and non-proxied auth mechanisms

2006-03-14 Thread Geoff Silver
Alan DeKok wrote: You appear to have two independent requirements: 1) port 1645 versus 1812 checks 2) allowing only known users The first can be solved by what you have. The second can be solved by putting all of the known users into a group (see rlm_passwd). Then, in the users

Re: Help mixing proxied and non-proxied auth mechanisms

2006-03-14 Thread Alan DeKok
Geoff Silver [EMAIL PROTECTED] wrote: Additionally, none of these folks have (or can have) /etc/passwd accounts on this system, so I'm not sure that rlm_passwd will work for me necessarily Please read the docs man page for rlm_passwd. It does *not* read /etc/passwd. That will work for the

Re: Help mixing proxied and non-proxied auth mechanisms

2006-03-14 Thread Geoff Silver
Alan DeKok wrote: Please read the docs man page for rlm_passwd. It does *not* read /etc/passwd. I read the doc/rlm_passwd doc, but I'll go over it again and take a look at the code as well. Being called rlm_passwd, I may have assumed it used /etc/passwd before I even started reading it,

unsubscribe

2006-03-14 Thread Joseph Francis Medina Gonzalez
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: incorrect radacct AcctSessionTime

2006-03-14 Thread Alan DeKok
Gunther [EMAIL PROTECTED] wrote: From time to time I see entries in the radacct AcctSessionTime column with over 1 billion seconds, despite that the StopTime minus StartTime is less than 5 seconds. With FR 1.0.5 it was a few times 2147483647: 2147483647 is 2^31-1. It looks like a

Authentication problem if CHAP is not used

2006-03-14 Thread Alex M
Hi, I have a problem; I always get Access Reject saying that password is invalid. But when Im using NTRadPing Test Utility, the same username and password works fine if I check to use CHAP, but when the CHAP check box is not selected then Im getting the same problem as I have with my NAS.

Re: Authentication problem if CHAP is not used

2006-03-14 Thread Alan DeKok
Alex M [EMAIL PROTECTED] wrote: Hi, I have a problem; I always get Access Reject saying that password is invalid. But when I'm using NTRadPing Test Utility, the same username and password works fine if I check to use CHAP, but when the CHAP check box is not selected then I'm getting the same

Howto reload raddb/users file?

2006-03-14 Thread Chris Leavoy
How do I reload raddb/users file? Please embarrass me thoroughly by pointing out where this is documented. -- Chris - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Howto reload raddb/users file?

2006-03-14 Thread A . L . M . Buxey
Hi, How do I reload raddb/users file? Please embarrass me thoroughly by pointing out where this is documented. just HUP the server process. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Howto reload raddb/users file?

2006-03-14 Thread brainstorm
It's documented on freeradius.org FAQ: Quick answer: SIGHUP Longer answer: http://wiki.freeradius.org/index.php/FreeRADIUS_Wiki:FAQ#How_do_I_get_radius_to_pick_up_changes_in_the_raddb.2Fusers_file.3F Cheers, Roman On 3/14/06, Chris Leavoy [EMAIL PROTECTED] wrote: How do I reload raddb/users

Re: MAC/VLAN with HP Procurve

2006-03-14 Thread Jorgen Rosink
On 3/14/06, Jim Potter [EMAIL PROTECTED] wrote: 00-0e-35-31-5c-1b Auth-Type == Local,User-Password == 00-0e-35-31-5c-1b Tunnel-Medium-Type = 802, Tunnel-Private-Group-ID = 20, Tunnel-Type = VLAN - this is meant to

Re: Authentication problem if CHAP is not used

2006-03-14 Thread Alan DeKok
Alex M [EMAIL PROTECTED] wrote: I'm using default configuration except I enabled My SQL support. The error I'm getting in debug mode is this: rlm_unix: [alexus]: invalid password Well, if you're going to look at small pieces of the debug log, I would presume you will only be able to

Re: Howto reload raddb/users file?

2006-03-14 Thread Stefan Winter
Quick answer: SIGHUP Longer answer: http://wiki.freeradius.org/index.php/FreeRADIUS_Wiki:FAQ#How_do_I_get_radiu s_to_pick_up_changes_in_the_raddb.2Fusers_file.3F Interesting: Note that you need at least 1.6.4 for the radiusd -C invocation to work. That Wiki is future-proof :-) Seriously,