* set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() failure
authorGerald Carter <jerry@samba.org>
Mon, 23 Jun 2003 05:10:07 +0000 (05:10 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 23 Jun 2003 05:10:07 +0000 (05:10 +0000)
commit81d8eefc0d7620d5835b991d28bafe3d4f30eee2
tree4502a265a52f3916a302ff23ddca31d70b6b18f1
parent5f1ff72f7d314d4bb9762ac11398188719507bc4
* set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() failure
* Fix code to use winbind_rpc methods for trusted mixed mode or NT4 domains
  ( does no one ever test this? )
* add in LDAP code to get the sequence number for rpc based seqnum update.
  ( this is needed if the DC is upgraded and samba is not reconfigured
    to use security = ads; it's not pretty but it works (from app_head) )
* fix bug that caused us to enumerate domain local groups in domains
  other than our own
(This used to be commit 14f2cd139a22454571cea8475d3b7c5c2787d378)
source3/lib/username.c
source3/nsswitch/winbindd_ads.c
source3/nsswitch/winbindd_cache.c
source3/nsswitch/winbindd_group.c
source3/nsswitch/winbindd_rpc.c