r15492: Without this patch, the LDAP client libs will call abort() in
commit60493551d1fe928b6d4c8a25dc642a70d01bc7d5
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)
tree097eab72f7081ca7fbe22315b823752f0ccdea21
parentce5f1afc75d0ece2ebc06eb06ec404c2a8467480
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
(This used to be commit 221a6de7d028f5c9bb9da038650868582d44e7e5)
source3/libads/ldap_utils.c