auth: added cli_credentials_failed_kerberos_login()
authorAndrew Tridgell <tridge@samba.org>
Wed, 31 Oct 2012 06:58:20 +0000 (17:58 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 1 Nov 2012 04:40:40 +0000 (15:40 +1100)
commit994696c5c4638b0665021eac1c55b4c6ea9fd55f
tree257b6a23f448d5778a0c24a7cc3cd245867a62ee
parentffb608b54d452e2c96222840f1bd48759f32d0b5
auth: added cli_credentials_failed_kerberos_login()

this is used to support retrying kerberos connections after removing a
ccache entry, to cope with a server being re-built while our client
still has a valid service ticket

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
auth/credentials/credentials.h
auth/credentials/credentials_krb5.c