(file) Return to CIMOperationRequestAuthorizer.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Server

Diff for /pegasus/src/Pegasus/Server/CIMOperationRequestAuthorizer.cpp between version 1.51 and 1.52

version 1.51, 2007/04/03 18:50:59 version 1.52, 2007/06/05 10:11:38
Line 453 
Line 453 
         //         //
         // If the user is not privileged, perform the authorization check.         // If the user is not privileged, perform the authorization check.
         //         //
 #if !defined(PEGASUS_PLATFORM_OS400_ISERIES_IBM)  
         if (!System::isPrivilegedUser(userName))         if (!System::isPrivilegedUser(userName))
 #else  
         // On OS/400, always check authorization if remote user.  
         // Always allow local privileged users through.  
         // Check authorization for local non-privileged users.  
         // (User authorization to providers are checked downstream from here).  
         if (!String::equalNoCase(authType,"Local") ||  
             !System::isPrivilegedUser(userName))  
 #endif  
         {         {
             UserManager* userManager = UserManager::getInstance();             UserManager* userManager = UserManager::getInstance();
  


Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2