<div dir="ltr">Hello, <div><br></div><div>My import users task fails with the following error: <a href="http://pastebin.com/L0bKs9U2">http://pastebin.com/L0bKs9U2</a></div><div><br></div><div>I tried increasing the log level, however the logs previous to this pertain to the previous user that was successfully imported. The resource is an active directory entry. </div><div><br></div><div>My condition section looks as follows:</div><div><br></div><div><div>                        dn = basic.getAttributeValues(shadow, "dn")[0]</div><div>                        if (dn == "someDN"){</div><div>                            return false</div><div>                        }</div><div>                        else if (dn == "someotherDN"){</div><div>                            return false</div><div>                        }</div><div>                        else if (dn.contains("a sub OU domain")){</div><div>                            return false</div><div>                        }</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                       </span>return (basic.getAttributeValues(shadow, "mail") != null)   </div></div><div><br></div><div><br></div><div>I've tried removing the condition and that didn't help. Any ideas on what could be the problem? </div><div><br></div><div>Realistically, no entry in AD can have an empty DN. Could it maybe be a bad shadow somewhere, missing the dn? </div><div><br></div><div>Thanks, </div><div>-F </div></div>