(file) Return to Parent.c CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Parent.c between version 1.19 and 1.20

version 1.19, 2010/10/29 05:29:49 version 1.20, 2011/05/19 06:50:25
Line 312 
Line 312 
  
         if (GetUserInfo(request.userName, &uid, &gid) != 0)         if (GetUserInfo(request.userName, &uid, &gid) != 0)
         {         {
               Log(LL_WARNING, "User %s does not exist on this system, "
                   "hence cannot start the provider agent %s",
                   request.userName, request.module);
             status = -1;             status = -1;
             break;             break;
         }         }
Line 627 
Line 630 
  
     do     do
     {     {
         if (GetUserInfo(request.username, &uid, &gid) != 0)  
         {  
             status = -1;  
             break;  
         }  
  
 #if defined(PEGASUS_PAM_AUTHENTICATION) #if defined(PEGASUS_PAM_AUTHENTICATION)
  
Line 645 
Line 643 
 #else /* !PEGASUS_PAM_AUTHENTICATION */ #else /* !PEGASUS_PAM_AUTHENTICATION */
  
         {         {
               if (GetUserInfo(request.username, &uid, &gid) != 0)
               {
                   status = -1;
                   break;
               }
   
             const char* path = FindMacro("passwordFilePath");             const char* path = FindMacro("passwordFilePath");
  
             if (!path)             if (!path)


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2