principal name comparisons reflexive, type insensitive?
Harry Coin <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.heimdal.general |
|---|---|
| Message-ID | <[email protected]> |
Given: P1 - a principal with a name type other than 'unknown'. and P2 - a principal whose text and realm matches P1 but with name type unknown Does krb5_principal_compare(P1,P2) == krb5_principal_compare(P2,P1) == TRUE?