16092c3 Restore krbCanonicalName handling

1 file Authored by Nalin Dahyabhai 9 years ago, Committed by pviktori 9 years ago,
    Restore krbCanonicalName handling
    
    When an entry has a krbCanonicalName, if KRB5_KDB_FLAG_ALIAS_OK is set,
    rewrite the principal name to the canonical value, else error out,
    instead of always returning an error if the requested name doesn't look
    like the canonical one.
    
    https://fedorahosted.org/freeipa/ticket/3966
    
    Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com>