Greetings,

It gives me the following error:


#: make
cc -Wall -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Waggregate-return -c pam_radius_auth.c -o pam_radius_auth.o

pam_radius_auth.c:151: warning: no previous prototype for `_int_free'
cc -Wall -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Waggregate-return   -c -o md5.o md5.c

ld -Bshareable pam_radius_auth.o md5.o -lpam -o pam_radius_auth.so

The program have been compiled, but This is a new "warning". 

I'll test this new version..  Thank you for your help.

Patrick


On Thursday 28 August 2003 14:25, Alan DeKok wrote:
> Patrick Boucher <[EMAIL PROTECTED]> wrote:
> > Second: If i am writing here it is because it is not working.
> > When i try i have the following logs
> >         - on the Secure ID Everything is ok: Password accepted correctly
> >         - on the Redhat 9.0 with auth sufficient
> > /lib/security/pam_radius_auth.so
> > debug  I have Password accepted.
> > So everybody accept the password.
> >
> > But on the "client" trying to ssh It says connection Reset by remote
> > host.
>
>   Try building the module with the extra 'paranoid' flags in the
> Makefile.  I've heard that doing that helps on RH 9.
>
>   Alan DeKok.
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to