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.
10-15-2024 12:44 AM - edited 10-15-2024 12:46 AM
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:
10-15-2024 12:44 AM - edited 10-15-2024 12:46 AM
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:
06-06-2022 04:12 PM
Updating my own thread. Set password ONLY works with an SSL Connection.
10-14-2024 06:12 PM
Hi @bcastro. Do you by chance have instructions for setting up Active Directory/LDAP SSL? What little information I can find does not provide enough detail.
Thanks in advance.
06-06-2022 04:59 PM
That was the destination I arrived at as well. It makes sense that security operations require a secure connection.