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

Diff for /pegasus/src/Pegasus/Security/Authentication/PAMBasicAuthenticatorUnix.cpp between version 1.36.2.1 and 1.38

version 1.36.2.1, 2007/03/23 21:53:54 version 1.38, 2007/05/25 18:35:18
Line 72 
Line 72 
  
 Boolean PAMBasicAuthenticator::authenticate( Boolean PAMBasicAuthenticator::authenticate(
     const String& userName,     const String& userName,
     const String& password,      const String& password)
     SessionKey& sessionKey)  
 { {
     PEG_METHOD_ENTER(TRC_AUTHENTICATION,     PEG_METHOD_ENTER(TRC_AUTHENTICATION,
         "PAMBasicAuthenticator::authenticate()");         "PAMBasicAuthenticator::authenticate()");
  
     if (Executor::authenticatePassword(     if (Executor::authenticatePassword(
         userName.getCString(), password.getCString(), sessionKey) != 0)          userName.getCString(), password.getCString()) != 0)
     {     {
         return false;         return false;
     }     }


Legend:
Removed from v.1.36.2.1  
changed lines
  Added in v.1.38

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2