(file) Return to Executor.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Executor.h between version 1.9 and 1.9.2.1

version 1.9, 2010/10/29 05:29:50 version 1.9.2.1, 2013/07/20 18:32:39
Line 180 
Line 180 
         file).         file).
         @param username the name of a valid system user.         @param username the name of a valid system user.
         @param password the clear text password for the given user.         @param password the clear text password for the given user.
         @return 0=success, -1=failure          @return 0=success, -1=failure, >0 = PAM return code
     */     */
     static int authenticatePassword(     static int authenticatePassword(
         const char* username,         const char* username,
Line 189 
Line 189 
     /** Check whether the given user is valid for the underlying authentcation     /** Check whether the given user is valid for the underlying authentcation
         mechanism.         mechanism.
         @param username the name of the user.         @param username the name of the user.
         @return 0=success, -1=failure          @return 0=success, -1=failure, >0 = PAM return code
     */     */
     static int validateUser(     static int validateUser(
         const char* username);         const char* username);


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2