[midPoint] Import User Task failure
Florin. Stingaciu
fstingaciu at mirantis.com
Wed Oct 19 22:14:37 CEST 2016
Also, this only happens with a Import Users task and not with Reconcile
Users Task. The reconcile users task finishes successfully..
On Wed, Oct 19, 2016 at 12:56 PM, Florin. Stingaciu <fstingaciu at mirantis.com
> wrote:
> Hello,
>
> My import users task fails with the following error: http://pastebin.com/
> L0bKs9U2
>
> 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.
>
> My condition section looks as follows:
>
> dn = basic.getAttributeValues(shadow, "dn")[0]
> if (dn == "someDN"){
> return false
> }
> else if (dn == "someotherDN"){
> return false
> }
> else if (dn.contains("a sub OU domain")){
> return false
> }
> return (basic.getAttributeValues(shadow, "mail") != null)
>
>
> I've tried removing the condition and that didn't help. Any ideas on what
> could be the problem?
>
> Realistically, no entry in AD can have an empty DN. Could it maybe be a
> bad shadow somewhere, missing the dn?
>
> Thanks,
> -F
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20161019/bedef7bf/attachment.htm>
More information about the midPoint
mailing list