Hello,

   I try to install "radius-proxy" for solving some problem
   with user passwords.
   All working properly, exclude logging authentification requests.
   
   Following piece of config file:

   ...
LogDir /usr/local/radiator/log
   ...
<AuthLog FILE>
        Identifier authlogger
        Filename %L/password.log
        LogSuccess 1
        LogFailure 1
</AuthLog>
   ...
<Handler>
        AuthLog authlogger
        <AuthBy RADIUS>
          Host xx.xx.xx.xx
          Secret mysecret
          LocalAddress yy.yy.yy.yy
        </AuthBy>
        AcctLogFileName %L/detail
</Handler>
    ...

   All auth and accounting requests passed successfully, but there is
   no 'password.log' in my LogDir. All permissions ok, detail file,
   and logfile writes successfully, no any error or warning messages
   in logfile (Trace 4). Where is can be problem?

   Thanks in advance.

-- 
Best regards,
 Rustam                          mailto:[EMAIL PROTECTED]



===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to