<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Nov 8, 2016 at 12:53 PM, Tim Williams <span dir="ltr"><<a href="mailto:tmw@autotrain.org" target="_blank">tmw@autotrain.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Which seems to indicate that the parameters I want are being included in<br>
the request. The response is:<br>
<br>
response=[org.ldaptive.<wbr>Response@1062607293::result=[<wbr>org.ldaptive.SearchResult@<wbr>4303153::entries=[],<br>
references=[]], resultCode=SUCCESS, message=null, matchedDn=null,<br>
responseControls=null,<br>
referralURLs=[ldap://<a href="http://ForestDnsZones.ad.streamingltd.com/DC=ForestDnsZones,DC=ad,DC=streamingltd,DC=com" rel="noreferrer" target="_blank">ForestDns<wbr>Zones.ad.streamingltd.com/DC=<wbr>ForestDnsZones,DC=ad,DC=<wbr>streamingltd,DC=com</a>,<br>
ldap://<a href="http://DomainDnsZones.ad.streamingltd.com/DC=DomainDnsZones,DC=ad,DC=streamingltd,DC=com" rel="noreferrer" target="_blank">DomainDnsZones.ad.<wbr>streamingltd.com/DC=<wbr>DomainDnsZones,DC=ad,DC=<wbr>streamingltd,DC=com</a>,<br>
ldap://<a href="http://ad.streamingltd.com/CN=Configuration,DC=ad,DC=streamingltd,DC=com" rel="noreferrer" target="_blank">ad.streamingltd.com/CN=<wbr>Configuration,DC=ad,DC=<wbr>streamingltd,DC=com</a>],<br>
messageId=-1]<br></blockquote><div><br></div><div> </div><div>You can sanity check your configuration using ldapsearch:</div><div><br></div><div>ldapsearch -H ldap://<ldapURL> -x \</div><div>  -b <span style="font-size:12.8px">DC=ad,DC=streamingltd,</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">DC=com \</span></div><div><span style="font-size:12.8px">  -D <bindDn> -W '</span>(uid=dave_instructor)<span style="font-size:12.8px">' sn givenName</span></div><div><br></div><div>Do you get the entry you expect with this command?</div><div><br></div><div>--Daniel Fisher</div><div><br></div></div></div></div>