r15492: Without this patch, the LDAP client libs will call abort() in
commit221a6de7d028f5c9bb9da038650868582d44e7e5
authorAndrew Bartlett <abartlet@samba.org>
Sun, 7 May 2006 15:05:32 +0000 (7 15:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:54 +0000 (10 11:16 -0500)
tree01a0afad56635107f0e915239d75936910ffbef1
parent7729799be9984a02a2a309289067b7500696e657
r15492: Without this patch, the LDAP client libs will call abort() in
ldap_get_values_len, because they were handed a NULL msgs pointer, for
example in ads_pull_sid().

This occurs when the AD server fails at the connect stage.  (The
toubled AD server is actually Samba4 in my example).

Andrew Bartlett
source/libads/ldap_utils.c