Re: pam radius auth

2011-04-05 Thread Alan DeKok
Rtz Poknat wrote: > how can i configure pam radius auth http://freeradius.org/pam_radius_auth/ > > to send accouting updates to the radius server? like every 1 minute You can't. PAM doesn't work that way. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/user

Re: Pam radius client and binding to mulitple IPs

2010-01-26 Thread Alan DeKok
Chris Tong wrote: > The problem I am having is that I have an OpenVPN "proxy hub" that has > 3 external IP addresses. > ... However if the user connects to INT2 the NAS requset still > has the source IP address of INT1 and therefore the user is rejected > because he is not a member of the INT1 gro

Re: PAM-Radius authentication issue on Ubuntu 7.4: can not authenticate SSH users not present in /etc/passwd

2009-03-24 Thread Alan DeKok
Hu, Fengliang (Procurve Networking) wrote: > I did some research from the website and some emails dated in 2006 said > that PAM_Radius can only authenticate user accounts in /etc/passwd file. > Is that right? Yes. There is no documented way in PAM to get UID/GID/etc from the PAM module (e.g. pa

Re: PAM radius module and "Prompt" attribute.

2008-10-31 Thread ugengia-reg
ER TRANSLATIONS Regards, Cesare --- Mer 22/10/08, Alan DeKok <[EMAIL PROTECTED]> ha scritto: > Da: Alan DeKok <[EMAIL PROTECTED]> > Oggetto: Re: PAM radius module and "Prompt" attribute. > A: [EMAIL PROTECTED], "FreeRadius users mailing list" > >

Re: PAM radius module and "Prompt" attribute.

2008-10-29 Thread ugengia-reg
PROTECTED]> ha scritto: > Da: [EMAIL PROTECTED] <[EMAIL PROTECTED]> > Oggetto: Re: PAM radius module and "Prompt" attribute. > A: freeradius-users@lists.freeradius.org > Data: Martedì 28 ottobre 2008, 17:21 > Instructions what to do with segmentation faults are in &g

Re: PAM radius module and "Prompt" attribute.

2008-10-28 Thread tnt
SIGSEGV, Segmentation fault. >0xfecf45b8 in pam_sm_authenticate () from >/usr/lib/security/pam_radius_auth.so.1 > >Any suggestion? > >Regards, >Cesare > >--- Mer 22/10/08, Alan DeKok <[EMAIL PROTECTED]> ha scritto: > >> Da: Alan DeKok <[EMAIL PROTECTED]> >

Re: PAM radius module and "Prompt" attribute.

2008-10-28 Thread ugengia-reg
critto: > Da: Alan DeKok <[EMAIL PROTECTED]> > Oggetto: Re: PAM radius module and "Prompt" attribute. > A: [EMAIL PROTECTED], "FreeRadius users mailing list" > > Data: Mercoledì 22 ottobre 2008, 18:40 > [EMAIL PROTECTED] wrote: > > All is working we

Re: PAM radius module and "Prompt" attribute.

2008-10-22 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > All is working well, but I found a problem when the PAM module receives an > Access-Challenge. > > Here is the problem: even if the RADIUS server sends a Prompt="No Echo" > attribute, my PAM conversation function receives a PAM_PROMPT_ECHO_ON > msg_style instead of a

RE: PAM Radius

2007-08-21 Thread Sayan S
> -Original Message- > From: > [EMAIL PROTECTED] > org > [mailto:[EMAIL PROTECTED] eradius.org] On Behalf Of Sayan S > Sent: 20 August 2007 14:04 > To: FreeRadius users mailing list > Subject: Re: PAM Radius > > Thanks Alan for the quick response. >

Re: PAM Radius

2007-08-20 Thread Peter Nixon
On Mon 20 Aug 2007, Sayan S wrote: > Thanks Alan for the quick response. > I am referring to realm here, as RADIUS support realms, and we are using > RADIUS to authenticate the users to Linux, so seems like we need to have > all users contained in the same realm. > > Is having username in [EMAIL PR

RE: PAM Radius

2007-08-20 Thread Josh Howlett
PAM. josh. > -Original Message- > From: > [EMAIL PROTECTED] > org > [mailto:[EMAIL PROTECTED] eradius.org] On Behalf Of Sayan S > Sent: 20 August 2007 14:04 > To: FreeRadius users mailing list > Subject: Re: PAM Radius > > Thanks Alan for the quick response. > I am

Re: PAM Radius

2007-08-20 Thread Sayan S
Thanks Alan for the quick response. I am referring to realm here, as RADIUS support realms, and we are using RADIUS to authenticate the users to Linux, so seems like we need to have all users contained in the same realm. Is having username in [EMAIL PROTECTED] form a valid unix format? I was th

Re: PAM Radius

2007-08-20 Thread Alan DeKok
Sayan S wrote: > Greetings, I am very new to RADIUS and PAM RADIUS. > I am trying to configure PAM Radius to authenticate users on a Linux > host. I would like to know, how to configure PAM Radius to authenticate > users from different realms, as the current configuration doesn't seem > to take rea

Re: PAM Radius Authentication

2007-04-19 Thread Alan DeKok
daniel wrote: > If I use LDAP to authenticate with PAM and freeradius authenticates against > LDAP as well am I able to still store session details with LDAP? I believe so, yes. > I am trying to integrate my current hotspot database with my terminals so > that users can authenticate on either

Re: PAM Radius Authentication

2007-04-19 Thread daniel
Ok, I have some more questions. > > It sounds like a database might be a better choice. pam_ldap, in > conjunction with nss_ldap should solve the problem. > If I use LDAP to authenticate with PAM and freeradius authenticates against LDAP as well am I able to still store session details wit

Re: PAM Radius Authentication

2007-04-18 Thread Reza Behroozi
Hi can u tell me how run radius with pam? thanks On 4/19/07, daniel <[EMAIL PROTECTED]> wrote: Ok, I have gotten pam_radius_auth.so to work and it is working well, however, is there any way to get it to create a UID when it receives an auth accept? At the moment I have to run adduser every tim

Re: PAM Radius Authentication

2007-04-18 Thread Alan DeKok
daniel wrote: > Ok, I have gotten pam_radius_auth.so to work and it is working well, however, > is > there any way to get it to create a UID when it receives an auth accept? Not at the moment. It's not clear how to do that in PAM. > At the moment I have to run adduser every time I want a use

Re: PAM Radius Authentication

2007-04-18 Thread daniel
Ok, I have gotten pam_radius_auth.so to work and it is working well, however, is there any way to get it to create a UID when it receives an auth accept? At the moment I have to run adduser every time I want a user to be able to log in, this would be ok if the users were fairly static, I could

Re: PAM Radius Authentication

2007-04-17 Thread Alan DeKok
daniel wrote: > Has anyone had any luck compiling pam_radius_auth on ubuntu? $ apt-get install libpam0g-dev $ cd pam_radius $ make > Does the pam module support accounting packets (ie. send accounting packet to > radius when user logs on?) Yes. Alan DeKok. -- http://deployingradius.com

Re: PAM Radius Authentication

2007-04-17 Thread daniel
Has anyone had any luck compiling pam_radius_auth on ubuntu? On Mon, 16 Apr 2007 15:13:49 +0200, Alan DeKok <[EMAIL PROTECTED]> wrote: > daniel wrote: >> I am trying to set up unix authentication using radius. >> Does the pam module support the maximum session times. > > No, because PAM has no

Re: PAM Radius Authentication

2007-04-16 Thread Alan DeKok
daniel wrote: > I am trying to set up unix authentication using radius. > Does the pam module support the maximum session times. No, because PAM has no provisions for enforcing maximum session times. The setrlimit function call can enforce CPU time restrictions, but that is *not* clock time.

Re: PAM Radius Authentication

2007-04-16 Thread daniel
Alan, I am trying to set up unix authentication using radius. Does the pam module support the maximum session times. I am trying to set up a system where linux users authenticate against my existing radius hotspot system and they are forced to log out when their session expires. Regards, Dan

Re: PAM Radius Authentication

2007-04-16 Thread robinson santos
Alan, I dont know if someone could help me, i got FR working and authenticating in my AD. Here in my core switch a (Cisco 4507R) i have around 7 vlans, i was wondering if someone could explain to me how could i use FR and my switch to use a different vlan based in the user, and if is a guest user

Re: PAM Radius Authentication

2007-04-16 Thread Alan DeKok
daniel wrote: > Thankyou, how do I build the module with stack overflow checking > turned off, also what library do I need to link it to? I have no idea. Stack checking is part of your local system, not part of the module. Alan DeKok. -- http://deployingradius.com - The web site of t

Re: PAM Radius Authentication

2007-04-16 Thread daniel
Alan, Thankyou, how do I build the module with stack overflow checking turned off, also what library do I need to link it to? Regards, Daniel Davis On Mon, 16 Apr 2007 11:15:59 +0200, Alan DeKok <[EMAIL PROTECTED]> wrote: > daniel wrote: >> Apr 15 22:03:51 bill sshd[7861]: PAM unable to >> dl

Re: PAM Radius Authentication

2007-04-16 Thread Alan DeKok
daniel wrote: > Apr 15 22:03:51 bill sshd[7861]: PAM unable to > dlopen(/lib/security/pam_radius_auth.so) > Apr 15 22:03:51 bill sshd[7861]: PAM [dlerror: > /lib/security/pam_radius_auth.so: undefined symbol: __stack_chk_fail_local] You've built the module with stack overflow checking turned on,

Re: Pam radius authentication

2006-10-19 Thread danieldinu
Isn't there anyone who tried this implementation? > >Hi! >if you are reffering to this line: >"account required pam_radius_auth.so debug" >than here is the explanation: > "The pam configuration can be: >... >auth sufficient /lib/security/pam_radius_auth.so [options] >... >accountsuf

Re: Pam radius authentication

2006-10-17 Thread danieldinu
Hi! if you are reffering to this line: "account required pam_radius_auth.so debug" than here is the explanation: "The pam configuration can be: ... auth sufficient /lib/security/pam_radius_auth.so [options] ... accountsufficient /lib/security/pam_radius_auth.so" (this is taken from

Re: Pam radius authentication

2006-10-17 Thread A . L . M . Buxey
Hi, > I don't understand why you are saying that "you are invoking pam_radius_auth > in the wrong place and for the wrong reason"...please, be more specific and > if you know the right configuration, enlight me! > > >> >#%PAM-1.0 > >> >auth required pam_securetty.so > >> >auth s

Re: Pam radius authentication

2006-10-17 Thread danieldinu
First of all, thank you for your reply. Until now, you are the only one. Now, let's take it step by step: This is a part of INSTALL: ** Redhat Linux > 5.0 **

Re: Pam radius authentication

2006-10-16 Thread A . L . M . Buxey
Hi, > anyone??? pls!!! no suggestions at all ? :( I'd read the INSTALL doc that coems as part of the pam_radius tool. > > - cat /etc/pam.d/sshd > >#%PAM-1.0 > >auth required pam_securetty.so > >auth sufficient pam_radius_auth.so debug > >auth required /lib/security/

Re: Pam radius authentication

2006-10-16 Thread danieldinu
anyone??? pls!!! no suggestions at all ? :( Pe 12 Oct 2006, la 12:46, [EMAIL PROTECTED] a scris: > >Hello! > >I try to authenticate ssh users logins using pam_radius_auth.so. >On my RedHat 9 I have the following setup: >- freeradius server > - users file: >testAuth-Type := Local,

Re: pam radius integration with http server

2005-11-18 Thread Alan DeKok
nagaraj <[EMAIL PROTECTED]> wrote: > hi, I have successfully integrated PAM radius client http boa server to > facilitate remote authentication. However I am facing few issues. If the > number of re-tries is configured to 2 and timeout value is set to 3, it > takes 24 secs to timeout when radius se

Re: Pam Radius Compilation Issues on Solaris 9

2004-12-13 Thread Silves
Try change all occurances of "u_int32_t" to "uint32_t" it works with me in solaris 8 Silves On Mon, 13 Dec 2004 14:47:15 -0800, Stevo wrote > Hi Team, > > I've been using the pam_radius module on FreeBSD and Redhat Linux > now for a while quite successfully. I am, however, having problems >

Re: pam radius

2004-05-03 Thread Milver S. Nisay
> > Is it possible to configure PAM to use CHAP or EAP-MD5 > > authentication instead of PAP ? considering a non freeradius question, No. To use PAP/CHAP/MSCHAP with freeradius, Yes. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: pam radius

2004-05-03 Thread Alan DeKok
=?iso-8859-1?q?deborha=20malka?= <[EMAIL PROTECTED]> wrote: > Is it possible to configure PAM to use CHAP or EAP-MD5 > authentication instead of PAP ? No. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: pam-radius ?

2004-03-01 Thread Sean O'Malley
IIRC (I had this set up and working but we had to opt for a different solution and I don't have a working configuration to use.) In your radiusd.conf you need the pam section uncommented the pam_auth = radiusd ^ this part needs to match up with your systems /etc/pam.d stuff lik