How to test help please

2002-07-09 Thread Johnno

How do I test to see if the radius server is working right...

I can see that is running fine

Johnno


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



some help please

2002-07-08 Thread Johnno

I have just install freeradius 0.6 and I get this when I ran
check-radiusd-config

HASH:  Reinitializing hash structures and lists for caching...
rlm_unix:  You MUST specify a shadow password file!
HASH:  unable to create user hash table.  disable caching and run debugs
radiusd.conf[462]: unix: Module instantiation failed.

how do I fix this..

Many thanks,
Johnno


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



FreeRadius Help Please..

2002-05-20 Thread Johnno

Hello,

I have just installed FreeRadius, but when I do a

./radiusd -f -y

I can this error and how do i fix it..

radiusd: Starting - reading configuration files ...
radiusd: radiusd.conf[426] Failed to link to module 'rlm_unix': file not
found

Many Thanks,
Johnno


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



Re: FreeRadius Help Please..

2002-05-20 Thread Johnno

where about will I find this in the lib directory??

in the lib directory i have

rlm_unix.a
rlm_unix.la

Johnno

- Original Message -
From: Matthew Wallis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 20, 2002 9:38 PM
Subject: Re: FreeRadius Help Please..



  Hello,
 
  I have just installed FreeRadius, but when I do a
 
  ./radiusd -f -y
 
  I can this error and how do i fix it..
 
  radiusd: Starting - reading configuration files ...
  radiusd: radiusd.conf[426] Failed to link to module 'rlm_unix': file not
  found

 Check that you have a rlm_unix.so file and not a rlm_unix.la file.
 One is a static library, the other is a dynamic library.

 By default, freeradius will try to load the dynamic library.

 Matt.


 --
 This email is encrypted. To de-crypt :

 1) Run the WhatITyped2WhatIMeant utility.
 2) Disable your personal reality distortion field.
 3) Add single instance of salt()



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



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



Re: FreeRadius Help Please..

2002-05-20 Thread Johnno

Thanks for you help Matt..

I did that and now I get..

radiusd: Starting - reading configuration files ...
radiusd: radiusd.conf[426]: unix: Module instantiation failed.

Johnno

- Original Message - 
From: Matthew Wallis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 20, 2002 10:12 PM
Subject: Re: FreeRadius Help Please..


 Yup, those are static libs, if you check with something like strace,
 you'll find that radiusd is trying to load rlm_unix.so from the libs
 directory.
 
 Build freeradius again, starting with deleting config.cache, and then
 do make clean.
 
 Configure it with the option --enable-shared, and see how you go.
 
 Matt.



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