2b61532 krb5_auth: send different_realm flag to krb5_child

2 files Authored by sbose 11 years ago, Committed by simo 11 years ago,
    krb5_auth: send different_realm flag to krb5_child
    
    The different_realm flag which was set by the responder is send to the
    krb5_child so that it can act differently on users from other realms. To
    avoid code duplication and inconsistent behaviour the krb5_child will
    not set the flag on its own but use the one from the provider.