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

Diff for /pegasus/src/Pegasus/Security/Authentication/PAMSessionBasicAuthenticator.cpp between version 1.1.2.3 and 1.4

version 1.1.2.3, 2013/07/20 18:32:56 version 1.4, 2013/11/19 10:47:34
Line 122 
Line 122 
 AuthenticationStatus PAMSessionBasicAuthenticator::updateExpiredPassword( AuthenticationStatus PAMSessionBasicAuthenticator::updateExpiredPassword(
         const String& userName,         const String& userName,
         const String& oldPass,         const String& oldPass,
         const String& newPass)          const String& newPass,
           const String& ipAddress)
 { {
     PEG_METHOD_ENTER(TRC_AUTHENTICATION,     PEG_METHOD_ENTER(TRC_AUTHENTICATION,
         "PAMSessionBasicAuthenticator::updateExpiredPassword()");         "PAMSessionBasicAuthenticator::updateExpiredPassword()");
Line 130 
Line 131 
     int pamRC = _PAMUpdateExpiredPassword(     int pamRC = _PAMUpdateExpiredPassword(
         userName.getCString(),         userName.getCString(),
         oldPass.getCString(),         oldPass.getCString(),
         newPass.getCString());          newPass.getCString(),
           ipAddress.getCString());
  
     AuthenticationStatus authStatus = _getAuthStatusFromPAM_RC(pamRC);     AuthenticationStatus authStatus = _getAuthStatusFromPAM_RC(pamRC);
  


Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2