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

Diff for /pegasus/src/Pegasus/Security/UserManager/UserFileHandler.cpp between version 1.25 and 1.26

version 1.25, 2008/01/30 05:32:42 version 1.26, 2008/02/13 06:55:37
Line 416 
Line 416 
     encryptedPassword =     encryptedPassword =
         System::encryptPassword(password.getCString(),saltStr.getCString());         System::encryptPassword(password.getCString(),saltStr.getCString());
  
     // Allow comparison against clear-text password for compatibility with      if ( curPassword != encryptedPassword )
     // previous releases.  
   
     if ((curPassword != encryptedPassword) &&  
         (curPassword != password))  
     {     {
         PEG_METHOD_EXIT();         PEG_METHOD_EXIT();
         return false;         return false;


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2