Re: problem with pam_radius_auth version 1.3.16 on HP-UX 11.11

2003-12-17 Thread Graeme Hinchliffe
> The Linux server XXX.XXX.XXX.238 is running with -X option and produces the > following messages: > > rad_recv: Access-Request packet from host XXX.XXX.XXX.150:14570, id=39, length=101 > User-Name = "test" > User-Pass

problem with pam_radius_auth version 1.3.16 on HP-UX 11.11

2003-12-17 Thread Lynch, James K [IT]
I am having a problem with the pam_radius_auth module running under HP-UX. I compiled version 1.3.16 of pam_radius_auth on an HP-UX 11.0 system with HP's Ansi C compiler. I had to #define u_int32_t to be unsigned int. The code compiled ok and the shared library was built successfully.

Re: problem compiling on hp-ux

2003-02-02 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > i have a problem compiling freeradius 0.81 on hp-ux 11.00: ... Was it really necessary to post 1000's of lines of output to the list, when only the last few mattered? > rlm_detail.c:28:31: sys/select.h: No such file or directory Hmm... I don'

problem compiling on hp-ux

2003-02-02 Thread niflnifl
hi! i have a problem compiling freeradius 0.81 on hp-ux 11.00: ---cut--- Server:/var/spool/depots/freeradius-0.8.1 # ./configure -prefix=/opt/radius --localstatedir=/var --sysconfdir=/opt/radius/conf --with-logdir=/opt/radius/logs --with-raddbdir=/opt/radius/raddb --without-rlm_x99_token

freeradius on HP-UX 10.20

2002-09-10 Thread Antoine . Dupety
Have somebody already install freeradius 0.7 on HP-UX serveur ? Is there a special manipulation to do for install and compilation ? Because I try and make doesn't work. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: MD5 problem on HP-UX

2002-05-07 Thread Alan DeKok
"Lecossois, Walter" <[EMAIL PROTECTED]> wrote: > I compiled the pam_radius_auth on HP-UX 11 (PA-RISC 1.1 processor), but the > password doesn't get encrypted correctly. When I decrypt the password on > the server using the secret it just shows random characters.

MD5 problem on HP-UX

2002-05-07 Thread Lecossois, Walter
I compiled the pam_radius_auth on HP-UX 11 (PA-RISC 1.1 processor), but the password doesn't get encrypted correctly. When I decrypt the password on the server using the secret it just shows random characters. Could this be due to the md5 module ?? Thanks, Walter. - List info/subs

Re: HP-UX

2002-05-04 Thread Chris Parker
At 11:05 AM 5/2/2002 +, Erling Paulsen wrote: >Has anyone managed to compile FreeRADIUS under any version of HP-(s)UX? I believe people have attempted to do so in the past. I do not know of any recent posts to the list. If you have HP-UX/Tru-64/whatever you may want to give it a

Re: HP-UX

2002-05-04 Thread Alan DeKok
Erling Paulsen <[EMAIL PROTECTED]> wrote: > Has anyone managed to compile FreeRADIUS under any version of HP-(s)UX? Yes, but it may require small amounts of editing header files. If you can supply patches, we will integrate them to make it easier for other people to build on HP-UX

HP-UX

2002-05-02 Thread Erling Paulsen
Has anyone managed to compile FreeRADIUS under any version of HP-(s)UX? - Erling Paulsen - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Compiling pam_radius module on HP-UX

2002-04-26 Thread Lecossois, Walter
Hi, Does anybody have some experience or hints on how to get the pam_radius module compiled on HP-UX (10.20 and 11) ? Thanks, Walter. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Installation of FREERADIUS 3.0 on HP-UX 11

2001-10-30 Thread Luis Azevedo
Hi Alan, It seems that is a UTMP detection bug related with HP-UX... We found the procedure that is described in BUG#125: Incorrect UTMP detection on HP-UX. It's installed now! Let's see if new surprises arises... Thanks a lot for your prompt response, Luis. -Original Message

HP-UX 11 FreeRadius0.3 compilation problems...

2001-10-30 Thread Luis Azevedo
Hi all, Im trying to compile and install FREERADIUS0.3 on a HP-UX 11.0 Im using gcc3.0 and gmake. The problem is the following: -- gcc -g -O2 -D_REENTRANT -Wall -D_GNU_SOURCE -DNDEBUG -I../include -c -o

Re: Installation of FREERADIUS 3.0 on HP-UX 11

2001-10-30 Thread aland
Luis Azevedo <[EMAIL PROTECTED]> wrote: > I'm trying to build freeradius 3.0 in a HP-UX 11. > I'm using GCC and GMAKE 3.79.1 > The problem is: I get the compilation aborted due to strange source > errors... HPUX is a strange system... > raduse.c: In fu

Installation of FREERADIUS 3.0 on HP-UX 11

2001-10-30 Thread Luis Azevedo
Hi, I'm trying to build freeradius 3.0 in a HP-UX 11. I'm using GCC and GMAKE 3.79.1 The problem is: I get the compilation aborted due to strange sou