(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.14.4.1 and 1.14.4.2

version 1.14.4.1, 2004/03/25 21:29:58 version 1.14.4.2, 2004/04/09 16:23:50
Line 649 
Line 649 
                     //                     //
                     // Get environment variables:                     // Get environment variables:
                     //                     //
                     const char* pegasusHome = getenv("PEGASUS_HOME");                      String certpath = ConfigManager::getHomedPath(
                           PEGASUS_PAM_STANDALONE_PROC_NAME);
                     String certpath = FileSystem::getAbsolutePath(  
                         pegasusHome, PEGASUS_PAM_STANDALONE_PROC_NAME);  
                     if (execl((const char*)certpath.getCString(),                     if (execl((const char*)certpath.getCString(),
                               (const char*)certpath.getCString(), (char*)0) < 0)                               (const char*)certpath.getCString(), (char*)0) < 0)
                     {                     {


Legend:
Removed from v.1.14.4.1  
changed lines
  Added in v.1.14.4.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2