libcli: use cli_credentials_failed_kerberos_login() to cope with server changes
authorAndrew Tridgell <tridge@samba.org>
Wed, 31 Oct 2012 06:59:54 +0000 (17:59 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 1 Nov 2012 04:40:40 +0000 (15:40 +1100)
commitd4ea637eb869e0c3540140b7ae04c2b483f7693c
treee05b1d76777594b07d3a067230defad28943c2cb
parent994696c5c4638b0665021eac1c55b4c6ea9fd55f
libcli: use cli_credentials_failed_kerberos_login() to cope with server changes

if a server changes while we have a valid ticket we want to retry
after removing the ccache entry.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/libcli/smb_composite/sesssetup.c