Passwords and case-sensivity (radclient)

2002-01-04 Thread Esken, Christian, VP-TS, CE
Hello, I think there is a problem with the case-sensivity of password (freeradius-0.3) in radclient: Lets sess the follwoing excerpt of my configuation: a Auth-Type := Local, Password == x Framed-Protocol = PPP A Auth-Type := Local, Password ==

Re: freeRadius how to support Simultaneous-Use ???

2002-01-04 Thread Chris Parker
At 12:10 PM 1/4/2002 +0800, Rubby wrote: Hi,all,happy new year! I want to know freeRadius 0.3 how to support Simultaneous-Use? 0.4 is the latest release. And the current CVS builds have many more bugfixes beyond 0.4. Does it maintain a internal online-users table? It is described, in lots of

Re: freeRadius how to support Simultaneous-Use ???

2002-01-04 Thread aland
Rubby [EMAIL PROTECTED] wrote TWICE: I want to know freeRadius 0.3 how to support Simultaneous-Use? Does it maintain a internal online-users table? If I use SQL to authorize and authenticate, I must add a temporary online-users table? And how to configure? Can you PLEASE only post ONE

Re: Passwords and case-sensivity (radclient)

2002-01-04 Thread aland
I think there is a problem with the case-sensivity of password (freeradius-0.3) in radclient: The passwords usually are case sensitive, unless you've played with the 'lower_pass' configuration item in radiusd.conf. Results: - User a is accepted with its lower case password x. (This is OK)

Getting username/Hint from Radius accounting detail

2002-01-04 Thread Joe Maimon
Hi, I was wondering if there is any way to access the username/hint located in the accounting detail keyed by IP address. I have an application in mind in which a Proxy Server matches a client's IP address with a radius username/Hint in order to grant access or apply a filter/criteria list for

Re: Getting username/Hint from Radius accounting detail

2002-01-04 Thread aland
Joe Maimon [EMAIL PROTECTED] wrote: I was wondering if there is any way to access the username/hint located in the accounting detail keyed by IP address. The 'detail' file is just a file on the disk, so at the minimum, you can write a script to root through it. I have an application in

Re: Getting username/Hint from Radius accounting detail

2002-01-04 Thread Tyler Hardison
[EMAIL PROTECTED] wrote: Joe Maimon [EMAIL PROTECTED] wrote: I was wondering if there is any way to access the username/hint located in the accounting detail keyed by IP address. The 'detail' file is just a file on the disk, so at the minimum, you can write a script to root through it.

Re: Getting username/Hint from Radius accounting detail

2002-01-04 Thread aland
Tyler Hardison [EMAIL PROTECTED] wrote: There is also a script that I use regularly. So much so that I made a CGI frontend for it. Its called radiusreport and it does very good on Freeradius' detail files.

Help. Realms not being stripped.

2002-01-04 Thread Steven J. Sobol
My NNTP provider and dialup provider proxy requests for [EMAIL PROTECTED] to my FreeRadius server, which is not stripping the realm. For some very strange reason, for those people who are in /etc/passwd, they can authenticate anyhow. But I'm migrating over to LDAP, and looking for [EMAIL