[EMAIL PROTECTED] wrote: > I un-commented the "auth_log" and the "datail auth_log" lines on the > radius.conf file in order to have a datail log file (auth-detail -%Y%m%d). > However, when a user try to connect, the radius server stop to work. The > daemon "radiusd" goes down. Unbelievable!
Believe it. Sun has decided that the ctime_r() function on Solaris is different from any other platform. The server isn't fixed in 0.9.2 to handle Solaris-specific weirdness. do: $ ./configure --without-threads $ make $ make install And the problem should be fixed. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
