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



Authorities

No authorities are required.


Error Messages




API introduced: V5R1

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