#include <krb5.h>
krb5_boolean krb5_realm_compare(
krb5_context context,
krb5_const_principal princ1,
krb5_const_principal princ2);
Service Program Name: QSYS/QKRBGSSThe krb5_const_principal() function compares the realm names of two principals.
No authorities are required.
| TRUE | The realm names are equal. |
| FALSE | The realm names are different. |
| Message ID | Error Message Text |
|---|---|
| CPE3418 E | Possible APAR condition or hardware failure. |
| Top | Security APIs UNIX-Type APIs | APIs by category |