[midPoint] How to set AD password from Midpoint?

Alcides Carlos de Moraes Neto alcides.neto at gmail.com
Thu Dec 28 20:30:27 CET 2017


Hello list,

I'm trying to create AD users from Midpoint. I'm getting the 53
WILL_NOT_PERFORM error, which it seems to be related to the password
policy. The AD I'm using does have a password policy.

So I'm trying to set some literal, strong password as a placeholder, but I
don't think my mapping is working. How should I configure it? I cannot find
any examples. Below are the error I get and the password outbound mapping.

com.evolveum.midpoint.util.exception.SystemException: Got unexpected
exception: org.identityconnectors.framework.common.exceptions.PermissionDeniedException:
Error adding LDAP entry CN=JOHN DOE,OU=Users,DC=midpoint,DC=local:
unwillingToPerform: 0000052D: SvcErr: DSID-031A12D2, problem 5003
(WILL_NOT_PERFORM), data 0?? (53)

<attribute>
            <c:ref>ri:userPassword</c:ref>
            <tolerant>true</tolerant>
            <exclusiveStrong>false</exclusiveStrong>
            <fetchStrategy>explicit</fetchStrategy>
            <outbound>
               <authoritative>true</authoritative>
               <exclusive>false</exclusive>
               <strength>normal</strength>
               <expression>
                  <value>Midpoint2018*</value>
               </expression>
            </outbound>
</attribute>


Thanks and happy new year to all =)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20171228/23f2cb9e/attachment.htm>


More information about the midPoint mailing list