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 with pam_radius_

RE: pix and radius authentication

2005-01-21 Thread Toby Zimmerer
I believe the virtual IP DHCP would be addressed by the Cisco PIX, not the RADIUS server. http://www.cisco.com/en/US/products/sw/secursw/ps2120/products_user_guide_chapter09186a00800898ed_4container_ccmigration_09186a00801e893a.html Try this link. I would also search for Cisco PIX How To VPN virt

RE: mod_auth_radius with apache and Tomcat

2005-01-21 Thread Toby Zimmerer
Hmm, Tomcat presents a different issue for authentication. I have RADIUS working with Apache 2.0, but I have not setup Tomcat. I think you will need to address Tomcat authentication separately since it runs as a separate service. From: Liz Osborne <[EMAIL PROTECTED]> Reply-To: freeradius-users

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

Re: Apache and mod_auth_radius

2005-01-12 Thread Toby Zimmerer
Ok, I found an old article referring to this problem http://lists.freeradius.org/archives/freeradius-users/2004/11/msg00096.html Now I have a different issue. I am getting "couldn't check access. No group file" in the HTTPD logs - List info/subscribe/unsubscribe? See http://www.freeradius.org/

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 gett

Apache2 with mod_auth_pam and RADIUS

2004-12-28 Thread Toby Zimmerer
Has anyone had any success configuring Apache2 to work with mod_auth_pam and RADIUS? I have the ssh working with RADIUS and PAM, but I cannot seem to get Apache to respond. TZ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: RADIUS and PAM configuration help--RESOLVED with solution posted

2004-12-21 Thread Toby Zimmerer
ss root was authenticated via radius. I was just wondering if you had tried logging in (or su-ing) as root. Brock On Tue, 21 Dec 2004 08:33:53 -0800, Toby Zimmerer <[EMAIL PROTECTED]> wrote: > By deafult,no. SSH is setup to block ROOT login. What you need to do is > log into an SSH session as

RE: VOIP usage - Radius server and billing server

2004-12-21 Thread Toby Zimmerer
Hmm, you pose two good questions here, which sounds like you need to configure RADIUS to perform RADIUS accounting checks. http://www.xperiencetech.com/online/radattriblist.htm This is a list of RADIUS attributes. All of the technical specs you have listed appear to be database driven. Therefo

Re: RADIUS and PAM configuration help--RESOLVED with solution posted

2004-12-21 Thread Toby Zimmerer
nd PAM configuration help--RESOLVED with solution posted Date: Tue, 21 Dec 2004 08:22:30 -0600 Will this allow root login?? Brock On Mon, 20 Dec 2004 16:52:29 -0800, Toby Zimmerer <[EMAIL PROTECTED]> wrote: > Alright! I figured this whole thing out! I switched over to the > pam_radius

Re: RADIUS and PAM configuration help--RESOLVED with solution posted

2004-12-20 Thread Toby Zimmerer
Alright! I figured this whole thing out! I switched over to the pam_radius_auth module (Sept 2003) to tie PAM into an existing RADIUS server. The difference with tying RADIUS in with Redhat ES is that each module tha links to PAM has a separate module under the /etc/pam.d directory. You mus

Re: RADIUS and PAM configuration help

2004-12-20 Thread Toby Zimmerer
this process? Thanks for your help. This is a new step in expanding my Linux knowledge. TZ From: "Alan DeKok" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: RADIUS and PAM configuration help Date: Sat, 18 Dec 2004 19:19:34 -0500 "Toby Zim

RADIUS and PAM configuration help

2004-12-17 Thread Toby Zimmerer
I have reviewed the FAQ from the freeradius site and the instructions are as clear as mud. I need to get some clarification on how exactly to tie in the PAM modules to RADIUS. The aforementioned FAQ appears to be geared towards a KERNEL expert, not a standard user. Any help provided is greatl