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

Diff for /pegasus/src/Pegasus/Security/Authentication/LocalAuthenticationHandler.cpp between version 1.12 and 1.13

version 1.12, 2005/02/09 13:49:15 version 1.13, 2005/07/12 18:05:09
Line 30 
Line 30 
 // Author: Nag Boranna, Hewlett-Packard Company(nagaraja_boranna@hp.com) // Author: Nag Boranna, Hewlett-Packard Company(nagaraja_boranna@hp.com)
 // //
 // Modified By:  Josephine Eskaline Joyce (jojustin@in.ibm.com) for PEP#101 // Modified By:  Josephine Eskaline Joyce (jojustin@in.ibm.com) for PEP#101
   //            Sushma Fernandes, Hewlett-Packard Company(sushma_fernandes@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 125 
Line 126 
     return ( authenticated );     return ( authenticated );
 } }
  
   Boolean LocalAuthenticationHandler::validateUser(const String& userName)
   {
       return _localAuthenticator->validateUser(userName);
   }
   
 String LocalAuthenticationHandler::getAuthResponseHeader( String LocalAuthenticationHandler::getAuthResponseHeader(
     const String& authType,     const String& authType,
     const String& userName,     const String& userName,


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2