Troubleshooting Kerberos Related Products
Troubleshooting
Troubleshooting
This section provides troubleshooting tips for
Error Codes
It is the responsibility of the application programmer to check for the major and minor status values. For debugging purposes, HP recommends using the gss_display_status() function call for getting the textual representation of a
Major and Minor Status Values
Major status values are generic API routine errors or calling errors defined in RFC 2744.
Minor status values indicate
When designing portable applications, use major status values for handling errors. Use minor status values to debug applications and to display error and
Common
Table
Table | Common |
| |
|
|
|
|
| Error | Name | Meaning |
| No. | ||
|
|
| |
|
|
|
|
| 1 | GSS_S_BAD_MECH | The required |
|
|
| mechanism is |
|
|
| unsupported. |
|
|
|
|
| 2 | GSS_S_BAD_NAME | The name passed is |
|
|
| invalid. |
|
|
|
|
96 | Chapter 4 |