Project

General

Profile

Actions

Bug #9736

open

hpss_SetLoginCred + hpss_PurgeLoginCred

Added by Chambon Bernard almost 9 years ago. Updated over 8 years ago.

Status:
Suspended
Priority:
Low
Assigned To:
-
Category:
HPSS API
Start date:
04/21/2015
Due date:
% Done:

0%

Estimated time:

Description

Doing some tests, encountered the following behaviour

  • Case calling hpss_PurgeLoginCred either case failure
    With user root123 fail (=PASS), then with user root hanging on hpss_SetLoginCred (=FAILURE)
TRACE HPSSConnection - Login for user root123 ...
TRACE HPSSConnection - Using authentication method 'unix'
ERROR HPSSConnection - Just before hpss_SetLoginCred
ERROR HPSSConnection - Just after hpss_SetLoginCred
ERROR HPSSConnection - Authentication failed for user root123, hpss_SetLoginCred return -1
TRACE HPSSConnection - Logout  ...
TRACE HPSSConnection - Logout  done
Calling HPSSConnection
TRACE HPSSConnection - logger already configured ...
TRACE HPSSConnection - Login for user root ...
TRACE HPSSConnection - Using authentication method 'unix'
ERROR HPSSConnection - Just before hpss_SetLoginCred
^C 
  Here hpss_PurgeLoginCred hang forever !

  • Case calling hpss_PurgeLoginCred only if hpss_SetLoginCred succeed
    With user root123 fail (=PASS), then with user root fail (= FAILURE)
Calling HPSSConnection
TRACE HPSSConnection - Login for user root123 ...
TRACE HPSSConnection - Using authentication method 'unix'
ERROR HPSSConnection - Just before hpss_SetLoginCred
ERROR HPSSConnection - Just after hpss_SetLoginCred
ERROR HPSSConnection - Authentication failed for user root123, hpss_SetLoginCred return -1
Calling HPSSConnection
Exception catched : Authentication failed for user root123
TRACE HPSSConnection - logger already configured ...
TRACE HPSSConnection - Login for user root ...
TRACE HPSSConnection - Using authentication method 'unix'
ERROR HPSSConnection - Just before hpss_SetLoginCred
ERROR HPSSConnection - Just after hpss_SetLoginCred
ERROR HPSSConnection - Authentication failed for user root, hpss_SetLoginCred return -22
Exception catched : Authentication failed for user root

Actions #1

Updated by Chambon Bernard almost 9 years ago

  • Description updated (diff)
Actions #2

Updated by Chambon Bernard almost 9 years ago

  • Description updated (diff)
Actions #3

Updated by Chambon Bernard almost 9 years ago

  • Description updated (diff)
Actions #4

Updated by Chambon Bernard almost 9 years ago

  • Priority changed from Normal to Low
Actions #5

Updated by Chambon Bernard over 8 years ago

  • Status changed from New to Suspended
Actions

Also available in: Atom PDF