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

Diff for /pegasus/src/Pegasus/Security/Authentication/AuthenticationManager.cpp between version 1.33 and 1.34.4.1

version 1.33, 2008/05/12 09:14:56 version 1.34.4.1, 2008/07/01 15:18:52
Line 100 
Line 100 
             getCurrentValue("enableRemotePrivilegedUserAccess"))             getCurrentValue("enableRemotePrivilegedUserAccess"))
         && System::isPrivilegedUser(userName))         && System::isPrivilegedUser(userName))
     {     {
         PEG_TRACE((TRC_AUTHENTICATION, Tracer::LEVEL2,  
             "Authentication failed for user '%s' because "  
             "enableRemotePrivilegedUserAccess is not set to 'true'.",  
             (const char*) userName.getCString()));  
         Logger::put_l(         Logger::put_l(
             Logger::STANDARD_LOG, System::CIMSERVER, Logger::INFORMATION,             Logger::STANDARD_LOG, System::CIMSERVER, Logger::INFORMATION,
             "Security.Authentication.BasicAuthenticationHandler."             "Security.Authentication.BasicAuthenticationHandler."
Line 136 
Line 132 
     {     {
         PEG_TRACE((         PEG_TRACE((
             TRC_DISCARDED_DATA,             TRC_DISCARDED_DATA,
             Tracer::LEVEL2,              Tracer::LEVEL1,
             "HTTPAuthentication failed. "             "HTTPAuthentication failed. "
                 "Malformed HTTP authentication header: %s",                 "Malformed HTTP authentication header: %s",
             (const char*)authHeader.getCString()));             (const char*)authHeader.getCString()));
Line 198 
Line 194 
     {     {
         PEG_TRACE((         PEG_TRACE((
             TRC_DISCARDED_DATA,             TRC_DISCARDED_DATA,
             Tracer::LEVEL2,              Tracer::LEVEL1,
             "PegasusAuthentication failed. "             "PegasusAuthentication failed. "
                 "Malformed Pegasus authentication header: %s",                 "Malformed Pegasus authentication header: %s",
             (const char*)authHeader.getCString()));             (const char*)authHeader.getCString()));


Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2