Ignore:
Timestamp:
01/25/10 01:15:44 (14 years ago)
Author:
nanardon
Message:
  • log when user get authenticated
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Bases.pm

    r717 r734  
    591591    }; 
    592592    if ($password eq crypt($passwd, $password)) { # crypt unix 
     593        la_log(LA_NOTICE, "User $username authenticated"); 
    593594        return 1; 
    594595    } else { 
Note: See TracChangeset for help on using the changeset viewer.