โ05-11-2022 09:17 PM
Hello automation Pros!
I am working on a recipe that creates users in Active Directory using Windows Server.
I am trying to map Password but I can't find the field to map it.
According to AD Docs the field should be: userPassword
Searching by Passw... in the list of fields to map I found the ones in the image attached.
Anyone one that can help?
Solved! Go to Solution.
3 weeks ago - last edited 3 weeks ago
Dear, @bcastro .
The error message you're encountering (LDAP: error code 53 - 0000001F: SvcErr: DSID-031A125F, problem 5003 (WILL_NOT_PERFORM)) typically occurs when Active Directory refuses to perform a password change operation. This is often due to how the password is being passed or because of a policy constraint in LDAP/Active Directory.
Common Causes:
โ05-11-2022 09:25 PM
โ05-11-2022 09:42 PM
Just extending CJ's answer...
I think you also need to connect to AD using LDAPS (port 636).
โ05-11-2022 11:38 PM
I was able to find Operation Set User Password in Active Directory. Thanks.
โ05-31-2022 06:07 PM
Hello Again automation Pros! Continuing with this thread. While using Set Password to User operation I am getting error:
[LDAP: error code 53 - 0000001F: SvcErr: DSID-031A125F, problem 5003 (WILL_NOT_PERFORM), data 0
]; nested exception is javax.naming.OperationNotSupportedException: [LDAP: error code 53 - 0000001F: SvcErr: DSID-031A125F, problem 5003 (WILL_NOT_PERFORM), data 0
I am passing the password as a siple string without encoding it.
Anyone has experienced the same issue? Is it related to the Password Policy set in LDAP? Thanks