kdc: add canonical principal name to authz data
Use the UPN_DNS_INFO buffer of the PAC to include the canonical principal name. Arguably we should use AD-LOGIN-ALIAS as defined in RFC6806, but we may not always know all the principal's aliases, and this approach allows us to share application service logic with Windows.
This commit is contained in:
@@ -833,6 +833,7 @@ HEIMDAL_KRB5_2.0 {
|
||||
_krb5_crypto_set_flags;
|
||||
_krb5_make_pa_enc_challenge;
|
||||
_krb5_validate_pa_enc_challenge;
|
||||
_krb5_store_utf8_as_ucs2le_at_offset;
|
||||
|
||||
# kinit helper
|
||||
krb5_get_init_creds_opt_set_pkinit_user_certs;
|
||||
|
Reference in New Issue
Block a user