Dennis Comeaux <[EMAIL PROTECTED]> wrote:
> I have a user named radiusd in group radiusd.
> 
> I have tried chmod -R a+rwx /etc/raddb.

  That's OK for testing, but not really an option for a real
deployment.

  I would suggest instead (as I suggested before)

$ chown -R radiusd.radiusd /etc/raddb
$ chmod -R gu+r /etc/raddb

> Could it be rights to the ssl libraries?????  The 1st error is the
> fopen one, are the others symptoms of the 1st one?

  Not sure.  But if the files are readable, openSSL shouldn't be
complaining.

> [EMAIL PROTECTED] root]# /etc/init.d/radiusd start
> Starting RADIUS server: Fri Apr  1 15:57:43 2005 : Info: Starting -
> reading configuration files ...

  Run it in debugging mode.  PLEASE.  That won't change UID's, but it
will tell you if it works AT ALL.

  Alan DeKok.

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

Reply via email to