s4-ldapclient: cope with logon failure retry in LDAP
authorAndrew Tridgell <tridge@samba.org>
Thu, 1 Nov 2012 03:10:14 +0000 (14:10 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 1 Nov 2012 04:40:41 +0000 (15:40 +1100)
commit0e6c5c036f8faddcc6ca65c26453ffaf248ed2b5
treeef6ad67ad11ab8789a6bd602e27d09283d8932d2
parentb0cc0d5698d34aa7956b22faa8b79bd9b338286d
s4-ldapclient: cope with logon failure retry in LDAP

similar to what was done for rpc and cifs, we now retry once on logon
failure for ldap, allowing for a new ticket to be fetched when a
server password changes while we have a valid ticket for the old
password

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