Returns the Kerberos security level for the connection to a specified manager. |
Synopsis
int getKerberosSecurity([int manId]); |
Parameters
Parameters |
Description |
manId |
The manager ID that is returned with the function convManIdToInt (see example below) The default is the Event Manager. The return values can be:
-1: Error, for example, no connection to the specified manager 0: No security level ("none") 1: Authentication ("authentication") 2: Integrity ("integrity") 3. Encryption ("encryption") |
Return value
-1: Error, for example, no connection to the specified manager 0: No security level ("none") 1: Authentication ("authentication") 2: Integrity ("integrity") 3. Encryption ("encryption") |
Description
Returns the Kerberos security level for the connection to a specified manager. When the manager ID was not specified, this function connects to the active Event manager and not automatically to this on host 1. |
Example |
The following example returns the Kerberos security level for the connection to the Event Manager. |
main()
int retK; |
Member of
Kerberos authentication |
Availability
CTRL |
See also
V 3.11 SP1
Copyright