s4-librpc: use cli_credentials_failed_kerberos_login to cope with stale tickets
authorAndrew Tridgell <tridge@samba.org>
Wed, 31 Oct 2012 07:44:23 +0000 (18:44 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 1 Nov 2012 04:40:40 +0000 (15:40 +1100)
commited2e69fe91fee642392803a17d42d64adc36e41d
treec9df3bc3a628bc22e11103352d679b2f72d9e651
parentfce66b22ea312abb252fb9dc748b3adc6fbab49f
s4-librpc: use cli_credentials_failed_kerberos_login to cope with stale tickets

This allows our RPC client code to cope with a kerberos server
changing password while we have a valid service ticket

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/librpc/rpc/dcerpc_util.c