Re: PAM Radius + RedHat 9

2003-11-05 Thread Alan DeKok
"Rogelio Dela Cruz" <[EMAIL PROTECTED]> wrote: > I edited line 57 and 58 of the Makefile and change to this: > > pam_radius_auth.so: pam_radius_auth.o md5.o > ld -shared pam_radius_auth.o md5.o -lpam -lc -o pam_radius_auth.so > > then recompile and now it's working... That's pretty muc

Re: PAM Radius + RedHat 9

2003-11-05 Thread Rogelio Dela Cruz
Hi Alan, I edited line 57 and 58 of the Makefile and change to this: pam_radius_auth.so: pam_radius_auth.o md5.o ld -shared pam_radius_auth.o md5.o -lpam -lc -o pam_radius_auth.so then recompile and now it's working... Thanks a lot Ogie Dela Cruz > "Rogelio Dela Cruz" <[EMAIL PROTECT

Re: PAM Radius + RedHat 9

2003-11-03 Thread Rogelio Dela Cruz
Hi Alan, Im using 1.3.16, I compiled using Redhat 8 and it's ok using the same radius server. But when I compiled/run it under RedHat 9, it doesn't work. There's no activity in the freeradius debug logging. Regards, Rogelio Dela Cruz > "Rogelio Dela Cruz" <[EMAIL PROTECTED]> wrote: >> Anyone

Re: PAM Radius + RedHat 9

2003-11-03 Thread Alan DeKok
"Rogelio Dela Cruz" <[EMAIL PROTECTED]> wrote: > Anyone been able to use the pam_radius_auth.so module from > www.freeradius.org under Redhat 9? There were issues with earlier versions of the module in RH 9. The current one should be OK. Alan DeKok. - List info/subscribe/unsubscribe? See h

PAM Radius + RedHat 9

2003-11-03 Thread Rogelio Dela Cruz
Hi, Anyone been able to use the pam_radius_auth.so module from www.freeradius.org under Redhat 9? Regards, Ogie Dela Cruz - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Pam radius module

2003-09-30 Thread Ken Asbury
Title: Pam radius module I am trying to compile the pam radius module under Solaris 8 with gcc and I have glib, binutils and gmake installed but during the make, numerous errors about the headers and source code appear. Has anyone had similar errors? Thanks.

RE: did you get readhat 9.0 / PAM / Radius working?

2003-09-02 Thread Alan Lehman
>FYI > >I was able to get some very good assistance from Reliable Penguin >(www.reliablepenguin.com). Please see their response below. Looks like >there may be a compile issue under Redhat 9.0. Anybody have any ideas? > >Eric Ferguson > > >-Original Message- >From: Lee Blakely [mailt

RE: did you get readhat 9.0 / PAM / Radius working?

2003-06-03 Thread Eric Ferguson
FYI I was able to get some very good assistance from Reliable Penguin (www.reliablepenguin.com). Please see their response below. Looks like there may be a compile issue under Redhat 9.0. Anybody have any ideas? Eric Ferguson -Original Message- From: Lee Blakely [mailto:[EMAIL P

RE: did you get readhat 9.0 / PAM / Radius working?

2003-05-31 Thread Eric Ferguson
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 6:31 PM To: Eric Ferguson Cc: 'FreeRadius'; 'Lee Blakely' Subject: RE: did you get readhat 9.0 / PAM / Radius working? One thing may have been a miscommunication. I have been trying to get the PAM_AUTH add-on to

RE: did you get readhat 9.0 / PAM / Radius working?

2003-05-31 Thread Nick_Ellson
[EMAIL PROTECTED]>, "'Lee Blakely'" <[EMAIL PROTECTED]>

RE: did you get readhat 9.0 / PAM / Radius working?

2003-05-31 Thread Nick_Ellson
: <[EMAIL PROTECTED]> | | cc: "'FreeRadius'" <[EMAIL PROTECTED]>, "'Lee Blakely'" <[EMAIL PROTECTED]>

RE: did you get readhat 9.0 / PAM / Radius working?

2003-05-31 Thread Eric Ferguson
, May 29, 2003 10:03 AM To: Eric Ferguson Cc: FreeRadius Subject: Re: did you get readhat 9.0 / PAM / Radius working? Nope, I am still banging away at it. I just haven't figured out all that has changed in RH9.. Anyone else get this working?

Re: did you get readhat 9.0 / PAM / Radius working?

2003-05-30 Thread eric.ferguson
| | > | | 05/28/2003 08:36 PM| > | | | > |-+--> > > >--| > | > > | | To: <[EM

Re: did you get readhat 9.0 / PAM / Radius working?

2003-05-30 Thread eric.ferguson
| | > | | 05/28/2003 08:36 PM| > | | | > |-+--> > > >--| > | > > | | To: <[EM

Re: did you get readhat 9.0 / PAM / Radius working?

2003-05-30 Thread eric.ferguson
| | > | | 05/28/2003 08:36 PM| > | | | > |-+--> > > >--| > | > > | | To: <[EM

Re: did you get readhat 9.0 / PAM / Radius working?

2003-05-30 Thread eric.ferguson
| | > | | 05/28/2003 08:36 PM| > | | | > |-+--> > > >--| > | > > | | To: <[EM

Re: did you get readhat 9.0 / PAM / Radius working?

2003-05-30 Thread Nick_Ellson
To: <[EMAIL PROTECTED]> | | cc: | | Subject: did you ge

Re: PAM-Radius

2002-11-06 Thread Alan DeKok
"Ricardo Gadea" <[EMAIL PROTECTED]> wrote: > Do any of you know if the PAM-Radius module can be used with any compliant > Radius server, or it only works with freeradius? It works with any RADIUS server. > In the second case, can I configure Freeradius as

PAM-Radius

2002-11-06 Thread Ricardo Gadea
Hi, Do any of you know if the PAM-Radius module can be used with any compliant Radius server, or it only works with freeradius? In the second case, can I configure Freeradius as a proxy and redirect the authentication to another generic Radius server? Thanks in advance, Ricardo - List info

RE: Error making Pam radius on Solaris 7

2002-04-25 Thread Cormier, Michael
I'm using Sun's ld ( /usr/ccs/bin/ld ). Thank you, changing the value to -Gshareable in the Makefile did the trick. -Original Message- From: Chris Parker [mailto:[EMAIL PROTECTED]] Sent: 25 April 2002 11:02 AM To: [EMAIL PROTECTED] Subject: Re: Error making Pam radius on Sola

Re: Error making Pam radius on Solaris 7

2002-04-25 Thread Chris Parker
At 10:52 AM 4/25/2002 -0400, Cormier, Michael wrote: >I get a fatal error while trying to make pam. Here's the output, any >assistance would be greatly appreciated. > > >ld -Bshareable pam_radius_auth.o md5.o -lpam -o pam_radius_auth.so >ld: fatal: option -B has illegal argument `shareable' >ld: f

Error making Pam radius on Solaris 7

2002-04-25 Thread Cormier, Michael
I get a fatal error while trying to make pam. Here's the output, any assistance would be greatly appreciated. root 72 % => cd pam_radius-1.3.14/ root 73 % => ls ./ INSTALLTODO md5.c pam_radius_auth.conf ../Makefile