krb5_address_compare()--Compare Two Kerberos Addresses


  Syntax
 #include <krb5.h>

 krb5_boolean krb5_address_compare(
     krb5_context  context,
     krb5_const krb5_address * addr1,
     krb5_const krb5_address * addr2);  

  Service Program Name: QSYS/QKRBGSS

  Default Public Authority: *USE

  Threadsafe: Yes

The krb5_address_compare() function allows an application to compare two Kerberos addresses.


Parameters

context  (Input)
The Kerberos context.

addr1  (Input)
The first address.

addr2  (Input)
The second address.

Return Value

TRUE The addresses are the same.
FALSE The addresses are different.


Authorities

No authorities are required.


Error Messages

Message ID Error Message Text
CPE3418 E Possible APAR condition or hardware failure.



API introduced: V5R1

[ Back to top | Security APIs | UNIX-Type APIs | APIs by category ]