(file) Return to LocalAuthenticationHandler.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Security / Authentication

Diff for /pegasus/src/Pegasus/Security/Authentication/LocalAuthenticationHandler.cpp between version 1.26 and 1.27.4.1

version 1.26, 2008/12/02 09:02:13 version 1.27.4.1, 2013/06/03 22:36:32
Line 181 
Line 181 
             Logger::STANDARD_LOG, System::CIMSERVER, Logger::INFORMATION,             Logger::STANDARD_LOG, System::CIMSERVER, Logger::INFORMATION,
             MessageLoaderParms(             MessageLoaderParms(
                 "Security.Authentication.LocalAuthenticationHandler."                 "Security.Authentication.LocalAuthenticationHandler."
                     "LOCAL_AUTHENTICATION_FAILED",                      "LOCAL_AUTHENTICATION_FAILURE",
                 "Local Authentication failed for user $0.",                  "Local Authentication failed for user $0 from client "
                 userName));                  "IP address $1.",userName,authInfo->getIpAddress()));
     }     }
  
     PEG_AUDIT_LOG(logLocalAuthentication(userName, authenticated));     PEG_AUDIT_LOG(logLocalAuthentication(userName, authenticated));
Line 193 
Line 193 
     return authenticated;     return authenticated;
 } }
  
 Boolean LocalAuthenticationHandler::validateUser(const String& userName)  Boolean LocalAuthenticationHandler::validateUser(
       const String& userName,
       AuthenticationInfo* authInfo)
 { {
     return _localAuthenticator->validateUser(userName);      return _localAuthenticator->validateUser(userName,authInfo);
 } }
  
 String LocalAuthenticationHandler::getAuthResponseHeader( String LocalAuthenticationHandler::getAuthResponseHeader(


Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2