916674f krb5_auth: send different_realm flag to krb5_child

Authored and Committed by sbose 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.