Re: freeradius mysql apache2 for Wi Fi hotspotsetup

2009-05-19 Thread liran tal
Hey Jerome, I am in a need to get a Nomadix AG3100 gateway to do the same thing as you have done - get it authenticate to FreeRADIUS and redirect to portal pages for a simple user/pass login. I've exchanged a bunch of emails with their support team (which is awful) and read their guides but it's

freeradius mysql apache2 for Wi Fi hotspotsetup

2007-03-22 Thread Mini Jerome
Hi, I have installed free radius to work with mysql on Ubuntu 6.0.6 with radiusclient Nomadicx AG 2000 and it works fine. At present on Nomadix , internal web server is on and it gives the login and logout pages whenever a mysql databse username and passwords are submitted ,session starts on

Re: freeradius mysql apache2 for Wi Fi hotspotsetup

2007-03-22 Thread Stefan Winter
Hi, Can any one help// not on this list, since it doesn't concern the *RADIUS* server. If you need a hotspot solution, take a look at Chillispot, it does what you want. Stefan -- Stefan WINTER Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de la

Re: Apache2 - PAM - freeRADIUS - users

2007-03-21 Thread Alan DeKok
Michael Messner wrote: hey, freeRADIUS works quite good and it's possible to authenticate via PAM, for example local logins, ssh-logins, su, chsh, gdm, ... are working quite fine. The only thing is the htaccess from apache2 which will not work. The Radius gets the request and permits

Re: Apache2 - PAM - freeRADIUS - users

2007-03-21 Thread Helmut Tröbs
Hello Michael, freeRADIUS works quite good and it's possible to authenticate via PAM, for example local logins, ssh-logins, su, chsh, gdm, ... are working quite fine. The only thing is the htaccess from apache2 which will not work. The Radius gets the request and permits the user: I

Re: Apache2 - PAM - freeRADIUS - users

2007-03-21 Thread Nick Owen
On 3/21/07, Helmut Tröbs [EMAIL PROTECTED] wrote: Hello Michael, freeRADIUS works quite good and it's possible to authenticate via PAM, for example local logins, ssh-logins, su, chsh, gdm, ... are working quite fine. The only thing is the htaccess from apache2 which will not work

Apache2 - PAM - freeRADIUS - users

2007-03-20 Thread Michael Messner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hey, freeRADIUS works quite good and it's possible to authenticate via PAM, for example local logins, ssh-logins, su, chsh, gdm, ... are working quite fine. The only thing is the htaccess from apache2 which will not work. The Radius gets

chillispot, apache2, freeradius: my experience and howto

2005-12-15 Thread Christophe Gravier
Hello, I wrote a little how to of what I have done in order to make freeradius working with chilli, regarding my configuration. Because it involves several services (apache ssl, freeradius, ldap, sql, ..) I didn't really find a suitable complete how to for my needs. That's the reason why I

RE: mod_radius, apache2 and the auth cookie.

2005-08-02 Thread Palmer J.D.F.
Hi, Was was pointed out, you'll get authentication dialogs for every gif jpg on the page. This is a BAD idea. The gifs etc are located in an unprotected directory, surely this prevents from having to re-authenticate for each? If I get a failed login, then try to login again it just

Re: mod_radius, apache2 and the auth cookie.

2005-08-02 Thread Kris Benson
FreeRadius users mailing list freeradius-users@lists.freeradius.org on August 2, 2005 at 01:55 -0800 wrote: Hi, Was was pointed out, you'll get authentication dialogs for every gif jpg on the page. This is a BAD idea. The gifs etc are located in an unprotected directory, surely this

Re: mod_radius, apache2 and the auth cookie.

2005-08-02 Thread Alan DeKok
Palmer J.D.F. [EMAIL PROTECTED] wrote: The gifs etc are located in an unprotected directory, surely this prevents from having to re-authenticate for each? Yes. A bit of a dig around reveals this from the Apache site, which implies that all browsers cache the credentials.

RE: mod_radius, apache2 and the auth cookie.

2005-07-28 Thread Palmer J.D.F.
Hi Alan, Palmer J.D.F. [EMAIL PROTECTED] wrote: Is it possible to set the timeout for the auth cookie used by the mod_radius authentication module to 0; by Zero I mean no time, not infinite time? You mean re-authenticate for every request? That would require source code changes.

Re: mod_radius, apache2 and the auth cookie.

2005-07-28 Thread Stefan . Neis
Hi, Palmer J.D.F. schrieb: If I get a failed login, then try to login again it just uses cached credentials and doesn't prompt for details, if I close and re-open the browser it does then allow me to enter details. Sounds like it might be the browser that's caching the bad

Re: mod_radius, apache2 and the auth cookie.

2005-07-28 Thread Alan DeKok
Palmer J.D.F. [EMAIL PROTECTED] wrote: You mean re-authenticate for every request? That would require source code changes. Effectively yes, see the description of what I'm trying to do below. Was was pointed out, you'll get authentication dialogs for every gif jpg on the page. This

mod_radius, apache2 and the auth cookie.

2005-07-27 Thread Palmer J.D.F.
Hi, Is it possible to set the timeout for the auth cookie used by the mod_radius authentication module to 0; by Zero I mean no time, not infinite time? Or, is there a way that I can clear the cookie on a failed login? At present, if a user login fails the user has to close the browser and open

Re: mod_radius, apache2 and the auth cookie.

2005-07-27 Thread Alan DeKok
Palmer J.D.F. [EMAIL PROTECTED] wrote: Is it possible to set the timeout for the auth cookie used by the mod_radius authentication module to 0; by Zero I mean no time, not infinite time? You mean re-authenticate for every request? That would require source code changes. Or, is there a way

Re: Setup apache2 with pam_radius_auth on Debain

2005-02-01 Thread Rizwan Khan
Thanks Toby, but using mod_auth_radius is not an option since it is specifically designed for Apache Webserver, but we are looking for a general way of connecting to any webserver. Anyways, I finally succeeded in making freeradius authenticate properly with apache2. Here goes the correct scenario

Re: Setup apache2 with pam_radius_auth on Debain

2005-02-01 Thread Stefan . Neis
Rizwan Khan schrieb: Thanks Toby, but using mod_auth_radius is not an option since it is specifically designed for Apache Webserver, but we are looking for a general way of connecting to any webserver. Does the setup via PAM als support one-time passwords (i.e. when the user has a

Re: Setup apache2 with pam_radius_auth on Debain

2005-02-01 Thread Rizwan Khan
Does the setup via PAM als support one-time passwords (i.e. when the user has a token/chipcard generating new passwords for every log-in)? I haven't tried it using one time passwords but since mod_auth_radius evolved from pam_radius_auth module, so it should work fine. Or do you have to

Re: Setup apache2 with pam_radius_auth on Debain

2005-02-01 Thread Stefan . Neis
Rizwan Khan schrieb: A user gets authenticated for the first time (just once) and then the Auth_info(Cookie) is passed on to other files accessed under the same directory/subdir's until the session remains (i.e browser window is closed) I hope ur question was answered!!! Yes, many

Re: Setup apache2 with pam_radius_auth on Debain

2005-01-28 Thread Toby Zimmerer
Use mod_auth_radius. That's how I got Apache to talk to RADIUS. Mod_auth_PAM doesn't seem to work with the RADIUS package. From: Rizwan Khan [EMAIL PROTECTED] Reply-To: freeradius-users@lists.freeradius.org To: freeradius-users@lists.freeradius.org Subject: Re: Setup apache2

Re: Setup apache2 with pam_radius_auth on Debain

2005-01-27 Thread Rizwan Khan
Thanks Raza, But I tried 'AuthRadiusAuthoritative On' too and it does not recognize this syntax either. My extensive search brought me a new scenario possible, i.e, we need a specific module for Apache2 to talk to PAM and later PAM will talk to freeradius. e.g. APACHE2 --mod_auth_pam--PAM

Setup apache2 with pam_radius_auth on Debain

2005-01-26 Thread Rizwan Khan
Hi all, I am trying to configure pam_radius_auth module with apache2 on Debian (why not mod_auth_radius specially made for apache? because if this works then eventually I plan to setup the PAM module with BOA-Webserver used at my company). I have the Radius server up and running

Re: Setup apache2 with pam_radius_auth on Debain

2005-01-26 Thread Cool Man
remote Radius Auth (/etc/pam.d/login)Eventually, I created a file /etc/pam.d/httpd for use by Apache serveron the NAS and added the entry:auth required pam_radius_auth.so (so that Apache can usethe PAM module)Then, I added the following entries to /etc/apache2/apache2.confAuthType BasicAuthName "R

Apache2

2005-01-14 Thread Lewis Bergman
By the way. The standard apache2 way of setting output filters appears to be broken in at least the RH rpm's. You have to add the old Application-type directive from the Apache1 to get php to work. Funny enough that Apache2 doesn't seem to report in the log that php is enabled or not. Unless you

Re: Apache2 and mod_auth_radius-WORKING

2005-01-12 Thread Toby Zimmerer
Got it figured out. I found a typo in the httpd.conf and noted the README states to point your browser to the http://{site}/{directory}/{filename} Working with one-time passwords. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Apache2 with mod_auth_radius

2005-01-11 Thread Toby Zimmerer
I have reviewed the documentation for Apache2 and mod_auth_radius and have couple of questions 1. I am wondering why the mod_auth_radius wants to have AddModule mod_auth_radius.c ? I thought Apache2 no longer uses the AddModule. Would I change the IfModule to mod_auth_radius.so? 2. I am